Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

problem in creation of input folder in root by using hdfs command

avatar
Explorer

hdfs dfs -mkdir /inputnew
mkdir: Permission denied: user=cloudera, access=WRITE, inode="/":hdfs:supergroup:drwxr-xr-x

1 ACCEPTED SOLUTION

avatar
Master Collaborator

@subbu use: sudo -u hdfs hdfs dfs -mkdir /inputnew

View solution in original post

2 REPLIES 2

avatar
Master Collaborator

@subbu use: sudo -u hdfs hdfs dfs -mkdir /inputnew

avatar
Explorer

sir thank you very much,its working