Guest User

Untitled

a guest
Feb 17th, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. [INFO] ------------------------------------------------------------------------
  2. [INFO] Reactor Summary:
  3. [INFO]
  4. [INFO] Apache Giraph Parent .............................. SUCCESS [3.794s]
  5. [INFO] Apache Giraph Core ................................ SUCCESS [6:50.307s]
  6. [INFO] Apache Giraph Examples ............................ SUCCESS [9:26.613s]
  7. [INFO] Apache Giraph HBase I/O ........................... FAILURE [9.583s]
  8. [INFO] Apache Giraph Accumulo I/O ........................ FAILURE [8.774s]
  9. [INFO] Apache Giraph HCatalog I/O ........................ SUCCESS [20.949s]
  10. [INFO] Apache Giraph Hive I/O ............................ FAILURE [25.014s]
  11. [INFO] Apache Giraph Gora I/O ............................ SUCCESS [1:29.995s]
  12. [INFO] Apache Giraph Rexster I/O ......................... SUCCESS [0.079s]
  13. [INFO] Apache Giraph Rexster Kibble ...................... SUCCESS [8.877s]
  14. [INFO] Apache Giraph Rexster I/O Formats ................. FAILURE [14.270s]
  15. [INFO] Apache Giraph Distribution ........................ SKIPPED
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] BUILD FAILURE
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Total time: 19:19.039s
  20. [INFO] Finished at: Mon Feb 17 19:05:35 PST 2014
  21. [INFO] Final Memory: 125M/780M
  22. [INFO] ------------------------------------------------------------------------
  23. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project giraph-hbase: There are test failures.
  24. [ERROR]
  25. [ERROR] Please refer to /Users/pavanka/digraph/giraph/giraph-hbase/target/surefire-reports for the individual test results.
  26. [ERROR] -> [Help 1]
  27. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project giraph-accumulo: There are test failures.
  28. [ERROR]
  29. [ERROR] Please refer to /Users/pavanka/digraph/giraph/giraph-accumulo/target/surefire-reports for the individual test results.
  30. [ERROR] -> [Help 1]
  31. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project giraph-hive: There are test failures.
  32. [ERROR]
  33. [ERROR] Please refer to /Users/pavanka/digraph/giraph/giraph-hive/target/surefire-reports for the individual test results.
  34. [ERROR] -> [Help 1]
  35. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project giraph-rexster-io: There are test failures.
  36. [ERROR]
  37. [ERROR] Please refer to /Users/pavanka/digraph/giraph/giraph-rexster/giraph-rexster-io/target/surefire-reports for the individual test results.
  38. [ERROR] -> [Help 1]
  39. [ERROR]
  40. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  41. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  42. [ERROR]
  43. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  44. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  45. [ERROR]
  46. [ERROR] After correcting the problems, you can resume the build with the command
  47. [ERROR] mvn <goals> -rf :giraph-hbase
  48. pavanka@shen-t430s:~/digraph/giraph$ git log -n 1
  49. commit 9a232d185eb97a523359e2e2e73a869a4af15a85
  50. Author: Maja Kabiljo <[email protected]>
  51. Date: Fri Feb 14 14:15:53 2014 -0800
  52.  
  53. GIRAPH-848: Allowing plain computation with types being configurable (ikabiljo via majakabiljo)
  54. pavanka@shen-t430s:~/digraph/giraph$ mvn clean verify -fae -Phadoop_2
Advertisement
Add Comment
Please, Sign In to add comment