-
Set the JAVA_HOME in the ./config.sh
-
Edit "ldbc_graphalytics_platforms_neo4j-master/src/main/java/science/atlarge/graphalytics/neo4j/Neo4jPlatform.java" Find the following line and change the path "/mnt/spark/" to show in a path over a local device. In this file the benchamark suite creates the neo4j database.
Path loadedPath = Paths.get("/mnt/spark/intermediate").resolve(formattedGraph.getName());
./build -a
./build -s
./build -c
To run the benchmarks please read the README file in ./scripts directory