[ https://issues.apache.org/jira/browse/GIRAPH-864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13938014#comment-13938014 ]
ASF GitHub Bot commented on GIRAPH-864: --------------------------------------- GitHub user cerquide opened a pull request: https://github.com/apache/giraph/pull/5 GIRAPH-864: Fixed compilation problem As reported https://issues.apache.org/jira/browse/GIRAPH-864 , compiling does not work right now. There is a small problem with file giraph-rexster/giraph-rexster-io/pom.xml. The following fix makes it work. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cerquide/giraph trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/giraph/pull/5.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5 ---- commit e84906ef43f4b85329a0c6327f7a2c4d68c6a3e5 Author: Jesus Cerquides <cerqu...@iiia.csic.es> Date: 2014-03-17T16:37:41Z Fixed compilation problem ---- > 'mvn clean test' fails for rexster > ---------------------------------- > > Key: GIRAPH-864 > URL: https://issues.apache.org/jira/browse/GIRAPH-864 > Project: Giraph > Issue Type: Improvement > Reporter: Avery Ching > Assignee: Claudio Martella > > This used to work in the past. Can the rexster guys [~cmartella]] > [~armax00]] please take a look? > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Giraph Parent .............................. SUCCESS [49.819s] > [INFO] Apache Giraph Core ................................ SUCCESS [6:40.342s] > [INFO] Apache Giraph Examples ............................ SUCCESS [9:06.653s] > [INFO] Apache Giraph Accumulo I/O ........................ SUCCESS [42.679s] > [INFO] Apache Giraph HBase I/O ........................... SUCCESS [2:54.177s] > [INFO] Apache Giraph HCatalog I/O ........................ SUCCESS [56.357s] > [INFO] Apache Giraph Hive I/O ............................ SUCCESS [5:53.348s] > [INFO] Apache Giraph Gora I/O ............................ SUCCESS [1:45.304s] > [INFO] Apache Giraph Rexster I/O ......................... SUCCESS [1.250s] > [INFO] Apache Giraph Rexster Kibble ...................... SUCCESS [10.493s] > [INFO] Apache Giraph Rexster I/O Formats ................. FAILURE [18.005s] > [INFO] Apache Giraph Distribution ........................ SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 29:20.210s > [INFO] Finished at: Tue Feb 25 12:09:17 PST 2014 > [INFO] Final Memory: 77M/1842M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project giraph-rexster-io: Could not > resolve dependencies for project > org.apache.giraph:giraph-rexster-io:jar:1.1.0-SNAPSHOT: Could not find > artifact org.apache.giraph:giraph-kibble:jar:1.1.0-SNAPSHOT at specified path > /data/users/aching/giraph/giraph-rexster/giraph-rexster-io/../../giraph-rexster/giraph-kibble/target/giraph-kibble-1.1.0-SNAPSHOT.jar > -> [Help 1] -- This message was sent by Atlassian JIRA (v6.2#6252)