[
https://issues.apache.org/jira/browse/FLUME-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13761253#comment-13761253
]
Israel Ekpo commented on FLUME-2184:
------------------------------------
The hadoop-client dependency [1] is fine because 1.0.1 exists for hadoop-client
It is because version 1.0.1 is not available for hadoop-common [2], that is why
we are having the issue
The dependency tree needs to be adjusted so that the right artifacts are
specified, if there are necessary or excluded if the module does not require
them.
[1] http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-client
[2] http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-common
> flume-ng-morphline-solr-sink Build failing due to incorrect hadoop-common
> dependency declaration
> ------------------------------------------------------------------------------------------------
>
> Key: FLUME-2184
> URL: https://issues.apache.org/jira/browse/FLUME-2184
> Project: Flume
> Issue Type: Bug
> Components: Sinks+Sources
> Affects Versions: v1.5.0
> Reporter: Jagat Singh
> Priority: Minor
> Attachments: FLUME-2184-0.patch
>
>
> flume-ng-morphline-solr-sink build fails due to incorrect dependency
> declaration.
> Downloaded the code from flume git repo.
> Trying to build it
> mvn clean install -DskipTests
> It gives me this error.
> The project expects 1.0.1 version of jar which was never there at maven
> central.
> http://search.maven.org/#search|gav|1|g%3A%22org.apache.hadoop%22%20AND%20a%3A%22hadoop-common%22
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process (default)
> on project flume-ng-morphline-solr-sink: Failed to resolve dependencies for
> one or more projects in the reactor. Reason: Missing:
> [ERROR] ----------
> [ERROR] 1) org.apache.hadoop:hadoop-common:jar:1.0.1
> [ERROR]
> [ERROR] Try downloading the file manually from the project website.
> [ERROR] Path to dependency:
> [ERROR] 1)
> org.apache.flume.flume-ng-sinks:flume-ng-morphline-solr-sink:jar:1.5.0-SNAPSHOT
> [ERROR] 2) com.cloudera.cdk:cdk-morphlines-all:pom:0.6.0
> [ERROR] 3) com.cloudera.cdk:cdk-morphlines-solr-core:jar:0.6.0
> [ERROR] 4) org.apache.solr:solr-core:jar:4.4.0
> [ERROR] 5) org.apache.hadoop:hadoop-common:jar:1.0.1
> Details here
> http://mail-archives.apache.org/mod_mbox/flume-dev/201309.mbox/%3CCAJ-d8Xep4LcoSE0Yo%3D1w17CewQFzDU%2B5KQDa3DGZDT-oQ3XHYg%40mail.gmail.com%3E
> Attaching patch to fix it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira