Created 11-27-2017 10:22 PM
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"?
Created 11-28-2017 12:16 AM
@szetszwo, you can do this with haodop impersonation by setting the env variable $HADOOP_PROXY_USER=foo
Created 11-28-2017 12:16 AM
@szetszwo, you can do this with haodop impersonation by setting the env variable $HADOOP_PROXY_USER=foo
Created 11-28-2017 12:21 AM
Thanks a lot! Ming and I have tried it. It works well.