Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

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