I am trying to use Janusgraph with Cassandra following the guide https://www.bluepiit.com/blog/janusgraph-with-cassandra/ . But I am receiving error while starting gremlin:
C:\Homes\janusgraph-0.2.3-hadoop2\bin>gremlin
HADOOP_HOME is not set.
Download http://public-repo-1.hortonworks.com/hdp-win-alpha/winutils.exe
Place it under C:\Homes\janusgraph-0.2.3-hadoop2\bin\winutils.exe
Press any key to continue . . .
The tutorial (and also the Janusgraph documentation https://docs.janusgraph.org/latest/cassandra.html does not mention that I should set HADOOP_HOME and event if I should, what is the sense to configure Hadoop home if I am willing to use Cassandra? Maybe I should fake the gramlin and set HADOOP_HOME to Cassandra installation? Besides, Janusgraph has configuration files for each of the backends but I can not find the global janusgraph single configuration file in which I could indicate what backend to use?