opencypher / morpheus

Morpheus brings the leading graph query language, Cypher, onto the leading distributed processing platform, Spark.
Apache License 2.0
331 stars 64 forks source link

error on build on Ubuntu(18) #566

Closed HADDADENICAR closed 5 years ago

HADDADENICAR commented 6 years ago

as it dosen't work on windows and since you mentionned that Linux and Appel environment should work without problem. i retried the mvn clean install on ubuntu 18 and now i get this error :

pstutz commented 5 years ago

I created a PR to remove the part that seems to be JVM specific from the expected test output. What JVM version are you running on Ubuntu? To make sure we have no JVM-specific dependencies we should run CI against a setup similar to what you use.

HADDADENICAR commented 5 years ago

openjdk version "10.0.1" 2018-04-17 OpenJDK Runtime Environment (build 10.0.1+10-Ubuntu-3ubuntu1) OpenJDK 64-Bit Server VM (build 10.0.1+10-Ubuntu-3ubuntu1, mixed mode)

DarthMax commented 5 years ago

We currently do not support JDK versions other than JDK 8. I think that might have caused the errors you saw

HADDADENICAR commented 5 years ago

You re right , i deleted the version 10 and re-installed the JDK 8. and now the mvn clean install success for the first time :

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summ ary:
[INFO] 
[INFO] Okapi - openCypher query compilation API and pipeline SUCCESS [ 13.109 s]
[INFO] Okapi Trees - Tree rewriting framework for Okapi ... SUCCESS [01:21 min]
[INFO] Okapi - openC ypher API ............................. SUCCESS [03:05 min]
[INFO] Okapi Test Utilities ............................... SUCCESS [12:34 min]
[INFO] Okapi IR - Declarative representation of Cypher queries SUCCESS [06:43 min]
[INFO] Okapi - Neo4j procedures ........................... SUCCESS [01:59 min]
[INFO] Okapi Logical - Logical representation of Cypher queries SUCCESS [02:43 min]
[INFO] Okapi Relational - Relational Algebra for Cypher ... SUCCESS [02:48 min]
[INFO] Okapi TCK - TCK integration for the Okapi pipeline . SUCCESS [04:25 min]
[INFO] Cypher for Apache Spark - CAPS ..................... SUCCESS [03:08 min]
[INFO] Cypher for Apache Spark - Test Utilities ........... SUCCESS [  01:05 h]
[INFO] Collection of examples for Cypher for Apache Spark . SUCCESS [09:59 min]
[INFO] Cypher for Apache Spark - TCK ...................... SUCCESS [15:12 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:10 h
[INFO] Finished at: 2018-07-24T23:52:11+01:00
[INFO] Final Memory: 102M/598M
[INFO] ------------------------------------------------------------------------