I have installed Hadoop and able to access localhost Hadoop interface. When I try to upload files the interface gives me the error "Failed to retrieve data from /webhdfs/v1/?op=LISTSTATUS: Server Error".
Asked
Active
Viewed 148 times
1 Answers
0
I typically recommend not using the web interface to upload files
If you want to "properly" upload data to HDFS, use hadoop fs -put
in the terminal

OneCricketeer
- 179,855
- 19
- 132
- 245