Description
I am getting a error during building Flume from source
As per documentation I just cloned from git (https://git-wip-us.apache.org/repos/asf/flume.git) and ran mvn clean install -DskipTests
Failing module - Flume NG Morphline Solr Sink
[ERROR] Failed to execute goal on project flume-ng-morphline-solr-sink: Could not resolve dependencies for project org.apache.flume.flume-ng-sinks:flume-ng-morphline-solr-sink:jar:1.6.0-SNAPSHOT: Failed to collect dependencies at org.kitesdk:kite-morphlines-solr-core:jar:tests:0.15.0 -> org.apache.solr:solr-core:jar:4.6.1 -> org.apache.hadoop:hadoop-common:jar:1.0.1: Failed to read artifact descriptor for org.apache.hadoop:hadoop-common:jar:1.0.1: Could not transfer artifact org.apache.hadoop:hadoop-common:pom:1.0.1 from/to cdh.repo (https://repository.cloudera.com/artifactory/cloudera-repos): repository.cloudera.com: Unknown host repository.cloudera.com -> [Help 1]
Seems that the hadoop-common entries are missing from the cloudera repo. I see that there is a upgrade of kite from 0.12 -> 0.15
https://git-wip-us.apache.org/repos/asf?p=flume.git;a=commit;h=49db6f59173bb9e9ae7ce671034d6562551cedf0
Is their any help that I can get on this.
PS - When I reverted the kite SDK version back to 0.12 the build completed successfully
Attachments
Issue Links
- is broken by
-
FLUME-2567 Remove unneeded repository declarations in pom.xml
- Resolved