I am trying to deploy a Datastax Enterprise cluster through Azure in order to utilize the graph engine released with DSE 5.0.
Unfortunately, the Azure DSE Deployment deploys DSE 4.8, which does not support gremlin or the new DSE Graph engine. So, I have tried following the installation guide in order to upgrade the nodes on the cluster to version 5.0.
After doing so, I can launch the gremlin console with:
$: dse gremlin-console
Following the Datastax Graph Tutorial, I then try to create a graph by calling system.graph("test").create()
, which gives me the following error:
Host did not respond in a timely fashion - check the server status and submit again.
I'm not sure whether I screwed up some configurations when upgrading from DSE 4.8 to 5.0, or whether I simply have to configure some gremlin configurations to get this working. Any help would be appreciated!