aboutsummaryrefslogtreecommitdiff
path: root/mllib
diff options
context:
space:
mode:
authorAndrew Rowson <github@growse.com>2015-02-12 18:41:39 +0000
committerSean Owen <sowen@cloudera.com>2015-02-12 18:41:39 +0000
commit466b1f671b21f575d28f9c103f51765790914fe3 (patch)
tree89090140c3548d24a5318c3ad01e7ec5177a73e3 /mllib
parent9a6efbccf9eb3ab13295dfd204df8e58e5112209 (diff)
downloadspark-466b1f671b21f575d28f9c103f51765790914fe3.tar.gz
spark-466b1f671b21f575d28f9c103f51765790914fe3.tar.bz2
spark-466b1f671b21f575d28f9c103f51765790914fe3.zip
[SPARK-5655] Don't chmod700 application files if running in YARN
[Was previously PR4507] As per SPARK-5655, recently committed code chmod 700s all application files created on the local fs by a spark executor. This is both unnecessary and broken on YARN, where files created in the nodemanager's working directory are already owned by the user running the job and the 'yarn' group. Group read permission is also needed for the auxiliary shuffle service to be able to read the files, as this is running as the 'yarn' user. Author: Andrew Rowson <github@growse.com> Closes #4509 from growse/master and squashes the following commits: 7ca993c [Andrew Rowson] Moved chmod700 functionality into Utils.getOrCreateLocalRootDirs f57ce6b [Andrew Rowson] [SPARK-5655] Don't chmod700 application files if running in a YARN container
Diffstat (limited to 'mllib')
0 files changed, 0 insertions, 0 deletions