Today, I tried to build hama with several commands to get a working HAMA with Hadoop 2 and Mesos. Because i just wanted to skip testing at a build phase, i put -Dmaven.test.skip=true arg and build command was like
$ mvn clean install -e -Dmaven.test.skip=true -Phadoop2 -Dhadoop.version=2.5.0 -Dmesos.version=0.20.1 After SUCCESS on pipes, commons, core, Error message bumped like [ERROR] Failed to execute goal on project hama-graph: Could not resolve dependencies for project org.apache.hama:hama-graph:jar:0.7.0-SANPSHOT: Failure to find org.apache.hama:hama-core:jar:tests:0.7.0-SNAPSHOT in https://repository.cloudera.com/artifactory/cloudera-repos was cahced in the local repository, resolution will not be reateempeted until the update interval of cloudera-repo has elapsed or updates are forced -> [Help 1] but after run $ mvn clean install $ mvn clean install -Phadoop2 , former command also worked. Source code of HAMA were retrieved from git and svn today. Is this intended result?
