GitHub user judynash opened a pull request:
https://github.com/apache/spark/pull/4742
[SPARK-5914] to run spark-submit requiring only user perm on windows
Because windows on-default does not grant read permission to jars except to
admin, spark-submit would fail with "ClassNotFound" exception if user runs
slave service with only user permission.
This fix is to add read permission to owner of the jar (which would be the
slave service account in windows )
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/judynash/spark SPARK-5914
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4742.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 #4742
----
commit 1de3c0e8b0923e306105cdf51f72873c840f5343
Author: Judy Nash <[email protected]>
Date: 2015-02-24T08:29:53Z
[SPARK-5914] Enable spark-submit to run requiring only user permission on
windows
----
---
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]