Guest User

Untitled

a guest
Apr 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building lab_13_spark 1.0-SNAPSHOT
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] --- maven-checkstyle-plugin:2.17:check (validate) @ lab_11 ---
  8. [INFO] Starting audit...
  9. Audit done.
  10. [INFO]
  11. [INFO] --- maven-dependency-plugin:2.9:properties (default) @ lab_11 ---
  12. [INFO]
  13. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ lab_11 ---
  14. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  15. [INFO] Copying 2 resources
  16. [INFO]
  17. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ lab_11 ---
  18. [INFO] Nothing to compile - all classes are up to date
  19. [INFO]
  20. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ lab_11 ---
  21. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  22. [INFO] skip non existing resourceDirectory /home/gvacaliuc/Documents/school/sp2018/comp322/lab10/src/test/resources
  23. [INFO]
  24. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ lab_11 ---
  25. [INFO] Nothing to compile - all classes are up to date
  26. [INFO]
  27. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ lab_11 ---
  28. [INFO] Surefire report directory: /home/gvacaliuc/Documents/school/sp2018/comp322/lab10/target/surefire-reports
  29.  
  30. -------------------------------------------------------
  31. T E S T S
  32. -------------------------------------------------------
  33. Running edu.rice.comp322.Lab10SparkCorrectnessTest
  34. Lab10SparkCorrectnessTest.testWordCount() starts...
  35. testWordCount SUCCESS
  36. Lab10SparkCorrectnessTest.testWordCount() ends.
  37. Lab10SparkCorrectnessTest.testPiComputation() starts...
  38. testPiComputation SUCCESS
  39. Lab10SparkCorrectnessTest.testPiComputation() ends.
  40. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.572 sec
  41.  
  42. Results :
  43.  
  44. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
  45.  
  46. [INFO]
  47. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ lab_11 ---
  48. [INFO] ------------------------------------------------------------------------
  49. [INFO] BUILD SUCCESS
  50. [INFO] ------------------------------------------------------------------------
  51. [INFO] Total time: 20.323 s
  52. [INFO] Finished at: 2018-04-13T08:43:49-05:00
  53. [INFO] Final Memory: 22M/261M
  54. [INFO] ------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment