GitHub user liyinan926 opened a pull request:
https://github.com/apache/spark/pull/265
Added support for accessing secured HDFS
Also changed the way task run so tasks always run under the user who submit
the tasks. This replaces the old approach of using a environment variable
SPARK_USER to specify the user, which is far less flexible. This eases security
management since users no longer need to open access to HDFS files under their
home directory to the user who starts the Spark cluster.
Signed-off-by: Yinan Li <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/liyinan926/spark secure-hdfs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/265.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #265
----
commit 1e89e78d18b87acdeb15afe1ccaa92887ee15b74
Author: Yinan Li <[email protected]>
Date: 2014-03-28T21:32:33Z
Added support for accessing secured HDFS
Also changed the way task run so tasks always run under the user who submit
the tasks. This replaces the old approach of using a environment variable
SPARK_USER to specify the user, which is far less flexible. This eases security
management since users no longer need to open access to HDFS files under their
home directory to the user who starts the Spark cluster.
Signed-off-by: Yinan Li <[email protected]>
----
---
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.
---