Permission denied at hdfs

前端 未结 6 927
眼角桃花
眼角桃花 2020-11-27 12:48

I am new to hadoop distributed file system, I have done complete installation of hadoop single node on my machine.but after that when i am going to upload data to hdfs it gi

6条回答
  •  眼角桃花
    2020-11-27 13:09

    I've solved this problem by using following steps

    su hdfs
    hadoop fs -put /usr/local/input-data/ /input
    exit
    

提交回复
热议问题