-1

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".

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245

1 Answers1

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