1.编译hbase-solor包(已完成)
2.编译bigtop-tomcat包(进行中)
3.编译hue包(进行中)
[ERROR] Failed to execute goal on project hbase-indexer-morphlines: Could not resolve dependencie s for project com.ngdata:hbase-indexer-morphlines:jar:1.5-cdh5.8.3: Failure to find ua_parser:ua- parser:jar:1.3.0 in http://lilyproject.org/maven/maven2/deploy/ was cached in the local repositor y, resolution will not be reattempted until the update interval of lilyproject.snapshot has elaps ed or updates are forced -> [Help 1] 789 [ERROR] 790 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 791 [ERROR] Re-run Maven using the -X switch to enable full debug logging. 792 [ERROR] 793 [ERROR] For more information about the errors and possible solutions, please read the following a rticles: 794 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException 795 [ERROR] 796 [ERROR] After correcting the problems, you can resume the build with the command 797 [ERROR] mvn -rf :hbase-indexer-morphlines 798 debian/rules:38: recipe for target ‘override_dh_auto_build’ failed 799 make[1]: * [override_dh_auto_build] Error 1 800 make[1]: Leaving directory ‘/packages/hbsolo/hbase-solr-1.5+cdh5.8.3+68’ 801 debian/rules:35: recipe for target ‘build’ failed 802 make: * [build] Error 2 803 dpkg-buildpackage: error: debian/rules build gave error exit status 2
Failed to execute goal on project hbase-indexer-common: Could not resolve dependencies for project com.ngdata:hbase-indexer-common:jar:1.5-cdh5.8.3: Failure to find com.ngdata:hbase-sep-impl:jar:1.5-cdh5.8.3-SNAPSHOT in https://repository.cloudera.com/artifactory/repo was cached in the local repository, resolution will not be reattempted until the update interval of cloudera-repo-releases has elapsed or updates are forced -> [Help 1] Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check (rat-check) on project hbase-indexer: Too many unapproved licenses: 14 -> [Help 1]
在pom.xml文件中加入下面源
<repository> <id>maven.temp-db.com</id> <url>http://archiva.wikimedia.org/repository/mirrored/</url> </repository> <repository> <id>cdh.repo</id> <url>https://repository.cloudera.com/artifactory/cloudera-repos</url> <name>Cloudera Repositories</name> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>cdh.snapshots.repo</id> <url>https://repository.cloudera.com/artifactory/libs-snapshot-local</url> <name>Cloudera Snapshots Repository</name> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> </repository> <repository> <id>ngdata.oss-releases</id> <name>NGDATA OSS Releases</name> <url>http://mvnrepo.ngdata.com/content/repositories/oss-releases</url> <snapshots> <enabled>false</enabled> </snapshots> </repository>这个源码包的编译主要是源地址的不匹配造成的