Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.