Member since
10-22-2018
1
Post
0
Kudos Received
0
Solutions
10-24-2018
10:49 AM
I am having a similar, but opposite problem. I ran the following in terminal (MobaXterm): [derekc@quickstart ~]$ hadoop jar hadoop-examples.jar wordcount test.txt ouput2 So, now in Hue I can see and access /output2/part-r-00000 and open and read the file. In terminal in either: [derekc@quickstart ~]$ hdfs dfs -ls or [derekc@quickstart ~]$ hdfs dfs -ls /user/derekc I can see /output2 But, when trying to see the files in /output2 by running: [derekc@quickstart ~]$ hdfs dfs -ls output2 (or several other similar commands), I keep getting the following, even though I can see that it output2 is there: ls: `/user/derekc/output2': No such file or directory Any ideas? Thank you, Derek
... View more