Hi, I am new to cloudxlabs.
I am trying to read a file stored in my hdfs directory in cloudxlab from spark-shell.
Normally , in a cloudera CDH quickstart , I would give it as
val input = sc.textFile(“hdfs://localhost:9000/user/myusername/myfile.txt”);
Please let me know in cloudXlab, what is the path I should give to read the file.