-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Hi,
Pulled from master. If I -DskipTests It compiles succesfully but I cannot run examples:
$ ./bin/run-example io.ddf.spark.examples.RowCount
Failed to find DDF examples assembly in /var/DDF/lib or /var/DDF/examples/target
You need to build DDF with mvn install before running this program
Running io.ddf.spark.SparkDDFManagerTests
org.apache.spark.serializer.KryoSerializer
null
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.647 sec - in io.ddf.spark.SparkDDFManagerTests
Results :
Tests in error:
RepresentationHandlerSuite.Can do sql queries after Transform Rserve » Spark J...
TransformationHandlerTest.testTransformNativeRserve » Spark Job aborted due to...
Tests run: 79, Failures: 0, Errors: 2, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:46 min
[INFO] Finished at: 2015-08-19T14:59:07-05:00
[INFO] Final Memory: 59M/3944M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test) on project ddf_spark_2.10: There are test failures.
[ERROR]
[ERROR] Please refer to /var/DDF/spark/target/scala-2.10/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[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/MojoFailureException