[
https://issues.apache.org/jira/browse/NIFI-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15119868#comment-15119868
]
ASF GitHub Bot commented on NIFI-1193:
--------------------------------------
GitHub user rdblue reopened a pull request:
https://github.com/apache/nifi/pull/147
NIFI-1193: Add support for storing data in Hive tables.
This adds support for storing data in Hive tables to the Kite processor
using @joey's suggestion on #128. I've excluded as many dependencies as I could
find to get the final size down to something reasonable, both by excluding the
ones not used by the metastore (which is what Joey's suggestion helped with)
and excluding the ones that are already included in NiFi or the Hadoop
dependencies nar.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rdblue/incubator-nifi
NIFI-1193-add-kite-hive-support
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/147.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #147
----
commit c244a97069a4bae6065157c2b3552d2fafaa058f
Author: Ryan Blue <[email protected]>
Date: 2015-12-23T19:02:51Z
NIFI-1193: Add support for storing data in Hive tables.
----
> Add Hive support to Kite storage processor
> ------------------------------------------
>
> Key: NIFI-1193
> URL: https://issues.apache.org/jira/browse/NIFI-1193
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 0.3.0
> Reporter: Ryan Blue
> Assignee: Ryan Blue
> Fix For: 0.5.0
>
>
> When the Kite processors were initially added in NIFI-238, we removed support
> for sending data directly to Hive tables because the dependencies were too
> large. Contacting the Hive MetaStore pulled in all of hive-exec and
> hive-metastore. I've created an alternative that increases the size by only
> 6.7MB (about 10% of what it was before).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)