Github user NathanHowell commented on the pull request:
https://github.com/apache/spark/pull/257#issuecomment-38820877
Yes, that is what I'm doing. It's the only way I've gotten jobs that access
our secure HDFS cluster to run under Mesos. YARN sets this environment variable
and copies the token file before running the Spark executor, so HDFS access is
seamless under YARN.
I couldn't find much in the way of runtime security documentation for
Spark, or Hadoop really. Much of the code I did find seems to do nothing, e.g.
`SparkHadoopUtil.addCredentials`.
---
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.
---