Hi Ghufran, On Thu, Jan 23, 2014 at 06:55:03PM +0000, ghufran malik wrote: > [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 >
could you please try running: mvn clean install -DskipTests and let us now if it works. I think I know what the problem is, but I want first to investigate it a little bit more. Thanks, Armando
