Getting the following error when using livy client to dowload a jar file from dsefs directory to a tmp folder.
When I sudo su or simply use dse fs I do not get any errors.
20/12/28 22:06:45 INFO BatchSession: Batch session 19 created [appid: null, state: running, info: {driverLogUrl=null, sparkUiUrl=null}] 20/12/28 22:06:55 INFO LineBufferedStream: Exception in thread "main" com.datastax.bdp.fs.client.DseFsConnectionException: Could not connect to DSEFS. Last endpoint tried: 192.168.21.4:5598 20/12/28 22:06:55 INFO LineBufferedStream: at com.datastax.bdp.fs.client.RestClientProxy.<init>(RestClientProxy.scala:161) 20/12/28 22:06:55 INFO LineBufferedStream: at com.datastax.bdp.fs.client.DseFsClient.liftedTree1$1(DseFsClient.scala:62) 20/12/28 22:06:55 INFO LineBufferedStream: at com.datastax.bdp.fs.client.DseFsClient.<init>(DseFsClient.scala:62) 20/12/28 22:06:55 INFO LineBufferedStream: at com.datastax.bdp.fs.hadoop.DseFileSystem.initialize(DseFileSystem.scala:129) 20/12/28 22:06:55 INFO LineBufferedStream: at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2653)