Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. cd /home/mijao/NetBeansProjects/CassandraSpark; JAVA_HOME=/usr/lib/jvm/java-7-oracle /home/mijao/netbeans-7.3.1/java/maven/bin/mvn "-Dexec.args=-classpath %classpath com.mijao.cassandra.spark.CassandraSparkExample" -Dexec.executable=/usr/lib/jvm/java-7-oracle/bin/java process-classes org.codehaus.mojo:exec-maven-plugin:1.2.1:exec
  2. Scanning for projects...
  3.  
  4. ------------------------------------------------------------------------
  5. Building CassandraSpark 1.0-SNAPSHOT
  6. ------------------------------------------------------------------------
  7.  
  8. [resources:resources]
  9. [debug] execute contextualize
  10. Using 'UTF-8' encoding to copy filtered resources.
  11. Copying 0 resource
  12.  
  13. [compiler:compile]
  14. Compiling 1 source file to /home/mijao/NetBeansProjects/CassandraSpark/target/classes
  15.  
  16. [exec:exec]
  17. Downloading: http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom
  18.  
  19. Downloaded: http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 0.2 KB/sec)
  20. Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
  21.  
  22. Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 1.6 KB/sec)
  23. Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom
  24.  
  25. Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom (9 KB at 41.4 KB/sec)
  26. Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom
  27.  
  28. Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom (11 KB at 40.7 KB/sec)
  29. Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar
  30.  
  31. Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar (52 KB at 83.8 KB/sec)
  32. ERROR: Los parámetros deben ser <Spark Master URL> <Dirección Cassandra>
  33. ------------------------------------------------------------------------
  34. BUILD FAILURE
  35. ------------------------------------------------------------------------
  36. Total time: 2:21.614s
  37. Finished at: Sat Feb 13 21:14:01 VET 2016
  38. Final Memory: 30M/126M
  39. ------------------------------------------------------------------------
  40. Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project CassandraSpark: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
  41.  
  42. To see the full stack trace of the errors, re-run Maven with the -e switch.
  43. Re-run Maven using the -X switch to enable full debug logging.
  44.  
  45. For more information about the errors and possible solutions, please read the following articles:
  46. [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement