When i try the following command:
dse spark-submit --class main.ReportExporter --conf spark.master=dse:/// dsefs:/sparkbin/report-exporter-assembly-0.2.jar
I keep receiving the following error:
Exception in thread "main" com.datastax.bdp.fs.client.DseFsConnectionException: Could not connect to DSEFS. Last endpoint tried: 192.168.21.4:5598 at com.datastax.bdp.fs.client.RestClientProxy.<init>(RestClientProxy.scala:161) at com.datastax.bdp.fs.client.DseFsClient.liftedTree1$1(DseFsClient.scala:62) at com.datastax.bdp.fs.client.DseFsClient.<init>(DseFsClient.scala:62) at com.datastax.bdp.fs.hadoop.DseFileSystem.initialize(DseFileSystem.scala:129)
I am having trouble finding to root cause of this and could use some help wherever possible.
Thank you,
Smon