1

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!

stephen mallette
  • 45,298
  • 5
  • 67
  • 135
palitt
  • 33
  • 4
  • Does cqlsh work? I'm guessing this is an RPC address issue but I'm not sure – phact Jul 18 '16 at 23:33
  • 1
    I was actually able to fix this by simply running `:remote config alias reset` – palitt Jul 19 '16 at 00:07
  • Oh yeah. I thought you did that since you pointed to that page in the docks. I had hit the same problem my first time – phact Jul 19 '16 at 00:08

0 Answers0