Github user tgravescs commented on the pull request:

    https://github.com/apache/spark/pull/2126#issuecomment-53434178
  
    I assume you are not using secure HDFS?  Is this problem something caused 
inside of Mesos? Like is it doing nested doAs calls.  I'm not familiar with the 
mesos deploys.
    
    You shouldn't need to set the HADOOP_USER_NAME variable because it is 
already creating a remote user and then doing a  doAs with that user, which 
should be setting the user without the need for the env variable.
    
    What is the debug statment returning for the user when you run into the 
problem?
     logDebug("running as user: " + user)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to