Github user tgravescs commented on the pull request:

    https://github.com/apache/spark/pull/607#issuecomment-42050371
  
    This brings up a good question, what all setups are we going to support?
    
    on yarn:
      - secure yarn cluster 
      - non-secure yarn cluster - daemons run as superuser (like yarn), user 
access hdfs as themselves.
      - yarn cluster daemons run as same user as running applications
    
    standalone:
       - daemons run as the user who also owns hdfs (no security)
       - daemons run as a super user, set SPARK_USER to access hdfs (no 
security)
       - daemons run as super user logged in via key tab and proxy as user to 
access secure hdfs (not sure on this one, I thought someone was using this 
setup)?
    
    mesos: 
      - I assume this is same as the standalone?


---
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.
---

Reply via email to