Hello devs, I'm trying to build the Ambari trunk using the instructions here: https://cwiki.apache.org/confluence/display/AMBARI/Ambari+Development on the pre configured vagrant dev box ( https://cwiki.apache.org/confluence/display/AMBARI/Quick+Start+Guide).
I'm repeatedly hitting the following error: [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2:36.118s [INFO] Finished at: Wed Oct 07 23:32:37 UTC 2015 [INFO] Final Memory: 32M/78M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project ambari-metrics-storm-sink: Could not resolve dependencies for project org.apache.ambari:ambari-metrics-storm-sink:jar:2.1.0.0: Failed to collect dependencies for [org.apache.commons:commons-lang3:jar:3.3.2 (compile), commons-codec:commons-codec:jar:1.8 (compile), org.apache.storm:storm-core:jar:0.10.0.2.3.0.0-2557 (compile), org.apache.ambari:ambari-metrics-common:jar:2.1.0.0 (compile), org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 (compile), junit:junit:jar:4.10 (test), org.easymock:easymock:jar:3.2 (test), org.powermock:powermock-api-easymock:jar:1.6.2 (test), org.powermock:powermock-module-junit4:jar:1.6.2 (test)]: Failed to read artifact descriptor for clj-time:clj-time:jar:0.8.0: Could not transfer artifact clj-time:clj-time:pom:0.8.0 from/to clojars ( https://clojars.org/repo/): peer not authenticated -> [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/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :ambari-metrics-storm-sink [vagrant@c6401 ambari]$ ------- Here are the ENV details: [vagrant@c6401 ambari]$ mvn -v Picked up _JAVA_OPTIONS: -Xmx2048m -XX:MaxPermSize=512m -Djava.awt.headless=true Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 13:51:28+0000) Maven home: /usr/share/maven Java version: 1.7.0_85, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.85.x86_64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "2.6.32-358.el6.x86_64", arch: "amd64", family: "unix" Have you seen this issue before? Any idea how to resolve this? Thanks, Newton
