Hello,
I am running DSE 5.0 version with analytics enabled. My spark applications are running fine in client as well as cluster modes. However, if I try to get the status of an application that is running in cluster deploy-mode, it gives me following error:
Error: Requesting submission statuses is only supported in standalone or Mesos mode!
After a bit research read somewhere that DSE uses custom cluster manager. If that's the case, how come dse --help is showing the option to run status commands.
And if so, is there any other way to get the status of submitted applications?
Thanks in advance!