Failed to retrieve data from /webhdfs/v1/?op=LISTSTATUS: Server Error on macOS Monterey

193 Views Asked by At

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

1

There are 1 best solutions below

0
OneCricketeer On

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