[
https://issues.apache.org/jira/browse/NIFI-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117890#comment-15117890
]
ASF GitHub Bot commented on NIFI-1193:
--------------------------------------
Github user markap14 commented on the pull request:
https://github.com/apache/nifi/pull/147#issuecomment-175205635
I'm getting this as well. a little more of the output to provide additional
context:
[ERROR] ----------
[ERROR] 1) org.apache.hive:hive-serde:jar:0.12.0-cdh5.0.0
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.apache.hive
-DartifactId=hive-serde -Dversion=0.12.0-cdh5.0.0 -Dpackaging=jar
-Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the
file there:
[ERROR] mvn deploy:deploy-file -DgroupId=org.apache.hive
-DartifactId=hive-serde -Dversion=0.12.0-cdh5.0.0 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR] Path to dependency:
[ERROR] 1) org.apache.nifi:nifi-kite-processors:jar:0.4.2-SNAPSHOT
[ERROR] 2) org.apache.hive.hcatalog:hive-hcatalog-core:jar:1.2.0
[ERROR] 3) org.apache.hive:hive-metastore:jar:1.2.0
[ERROR] 4) org.apache.hive:hive-serde:jar:0.12.0-cdh5.0.0
[ERROR]
[ERROR] ----------
[ERROR] 1 required artifact is missing.
[ERROR]
[ERROR] for artifact:
[ERROR] org.apache.nifi:nifi-kite-processors:jar:0.4.2-SNAPSHOT
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] central (https://repo1.maven.org/maven2, releases=true,
snapshots=false),
[ERROR] apache-repo
(https://repository.apache.org/content/repositories/releases, releases=true,
snapshots=false),
[ERROR] jcenter (http://jcenter.bintray.com, releases=true,
snapshots=false),
[ERROR] apache.snapshots (http://repository.apache.org/snapshots,
releases=false, snapshots=true)
[INFO] Copying httpclient-4.4.1.jar to
/devel/nifi/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/target/classes/META-INF/bundled-dependencies/httpclient-4.4.1.jar
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :nifi-kite-processors
> 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)