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

How do run dfs command as another user?

avatar
Rising Star

Suppose my user name is "nicholas" and "nicholas" is already configured as a proxy user. Now, is there a way for "nicholas" to run a dfs command (say mkdir) as another user "foo"?

1 ACCEPTED SOLUTION

avatar
Expert Contributor

@szetszwo, you can do this with haodop impersonation by setting the env variable $HADOOP_PROXY_USER=foo

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

@szetszwo, you can do this with haodop impersonation by setting the env variable $HADOOP_PROXY_USER=foo

avatar
Rising Star

Thanks a lot! Ming and I have tried it. It works well.