2016-08-24 1 views
0

neo4j-sparkコネクタで作業しています。複製してディレクトリに移動した後、私はmvn clean install assembly:singleでした。それはエラーをスローする:neo4jスパークコネクタ:mvnクリーンインストールアセンブリ:シングルエラー

Tests in error: 
    runMatrixQueryDFSchema(org.neo4j.spark.Neo4jDataFrameTest): Job aborted due to stage failure: Task 0 in stage 3.0 failed 1 times, most recent failure: Lost task 0.0 in stage 3.0 (TID 12, localhost): java.util.NoSuchElementException: None.get 

Tests run: 7, Failures: 0, Errors: 1, Skipped: 1 

[INFO] ------------------------------------------------------------------------ 
[INFO] BUILD FAILURE 
[INFO] ------------------------------------------------------------------------ 
[INFO] Total time: 42.538s 
[INFO] Finished at: Wed Aug 24 19:18:07 IST 2016 
[INFO] Final Memory: 72M/1016M 
[INFO] ------------------------------------------------------------------------ 
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project neo4j-spark-connector: There are test failures. 
[ERROR] 
[ERROR] Please refer to /data/neo4j-spark-connector/target/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 

私はそれを取り除くには? Scala 2.11のtarget/neo4j-spark-connector_2.11-full-2.0.0-M1.jarをビルドするためには何もする必要がありますか? Spark 2.0.0をインストールしました。私はそれをneo4j-spark-connectorのディレクトリと同じディレクトリに保存しました。それをどこか別の場所に保存する必要がありますか?どうすればそれを動作させることができますか?

答えて

0

この問題は解決されました。 neo4j-spark-connector repositoryから最新のものを取り出し、動作させることができます。

ありがとうございました。

関連する問題