I am installing JanusGraph on my computer (following the official guide) such that the data is stored on my computer which will also act like the client. I figured it would be best to use the Pre-Packaged Distribution (janusgraph-full-0.6.1.zip
on the official JanusGraph repository) which is pre-configured with a sample Cassandra/Elastic Search configuration.
Once I have unzipped the file, if I want to launch JanusGraph (through bin/janusgraph.sh start
), I obtain the following results:
> bin/janusgraph.sh start
Forking Cassandra...
Running `nodetool statusbinary`................... timeout exceeded (60 seconds)
See /<PATH_TO_JANUSGRAPH>/janusgraph-full-0.6.1/bin/../logs/cassandra.log for Cassandra log output.
While it says to see /<PATH_TO_JANUSGRAPH>/janusgraph-full-0.6.1/bin/../logs/cassandra.log
for logs, there is no such file.
My thoughts were that this Distribution was able to work as a standalone, without any prior installation of Cassandra nor Elastic Search. Is it a misunderstanding on my part? If not, where does the timeout comes and how to fix it?
Thanks to everyone who will read it and take the time!