I am unable to put file into the HDFS. Whenever I try to execute put
command, I receive a permission denied error. I have tried giving all read write execute permissions to the input file, but the problem still stands.
This is the command I executed. I am currently in hduser
which has hadoop installed in it:
hadoop dfs -put /home/hduser/input /
The error I receive is the following:
WARNING: Use of this script to execute dfs is deprecated. WARNING: Attempting to execute replacement "hdfs dfs" instead. put: /input._COPYING_ (Permission denied)