Closed nizhegorodets closed 5 years ago
Hello @nizhegorodets. I recommend switching to the update-to-0.9
branch, which contains ongoing work to add support for Neo4j's Graph Algorithms library. Let me know if this works.
Hello @nizhegorodets. I recommend switching to the
update-to-0.9
branch, which contains ongoing work to add support for Neo4j's Graph Algorithms library. Let me know if this works.
Thanks for the answer! I switched to this branch and packaged successfully but i caught new error when i ran "run-benchmark.sh"
Using heap size: 4096 15:33 [INFO ] Initializing Benchmark Suite. Exception in thread "main" java.lang.IllegalStateException: Failed to load platform name from /project/build/platform.properties. at science.atlarge.graphalytics.configuration.PlatformParser.getPlatformName(PlatformParser.java:53) at science.atlarge.graphalytics.configuration.PlatformParser.loadPlatformFromCommandLineArgs(PlatformParser.java:37) at science.atlarge.graphalytics.BenchmarkSuite.main(BenchmarkSuite.java:64)
My "neo4j.properties" contains "jvm.heap.size.mb = 4096" uncommented line only I tied to add "platform.name = Neo4j" but it did not give any result.
Can I see correct "neo4j.properties"?
Hi again, I tried to get it to work but it is indeed tricky to run. I discussed this with my student @hegyibalint and we concluded that it'll be best to first migrate to 1.0.0, and then revisit the documentation. We plan to work on this next week.
@nizhegorodets quite a bit belated, but I improved the configuration and the docs in #10. Let us know if you're still interested in this project
Hello! I'm trying run benchmark for neo4j but i caught error.
mvn clean package
I think the driver is outdated. How can this problem be solved?