Hello,
In order to install Apache Giraph I have followed the guide: http://marsty5.com/2013/04/03/how-to-set-up-apache-giraph/ I also referenced the Quick Start guide provided on the Apache Giraph website to confirm that I had Hadoop/Maven set-up correctly. When running the command: mvn package -DskipTests The build fails at Apache Giraph Distribution: [INFO] Building Apache Giraph Distribution 1.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Giraph Parent .............................. SUCCESS [2.616s] [INFO] Apache Giraph Core ................................ SUCCESS [51.669s] [INFO] Apache Giraph Examples ............................ SUCCESS [22.215s] [INFO] Apache Giraph HBase I/O ........................... SUCCESS [12.291s] [INFO] Apache Giraph Accumulo I/O ........................ SUCCESS [16.198s] [INFO] Apache Giraph Rexster I/O ......................... SUCCESS [0.523s] [INFO] Apache Giraph HCatalog I/O ........................ SUCCESS [26.628s] [INFO] Apache Giraph Hive I/O ............................ SUCCESS [28.196s] [INFO] Apache Giraph Distribution ........................ FAILURE [0.038s] [INFO] Apache Giraph Gora I/O ............................ SKIPPED [INFO] Apache Giraph Rexster Kibble ...................... SKIPPED [INFO] Apache Giraph Rexster I/O Formats ................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2:40.784s [INFO] Finished at: Thu Jan 23 18:04:31 GMT 2014 [INFO] Final Memory: 85M/791M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project giraph-dist: Could not resolve dependencies for project org.apache.giraph:giraph-dist:pom:1.1.0-SNAPSHOT: Failure to find org.apache.giraph:giraph-rexster:jar:1.1.0-SNAPSHOT [ERROR] in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] [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 :giraph-dist I am not sure why it cannot resolve the dependecies for the pom 1.1.0-snapshot. If you could help me with this matter I would greatly appreciate it. Many thanks, Ghufran
