Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Make $SPARK_HOME writable when running non-root #538

Open
erikerlandson opened this issue Nov 1, 2017 · 1 comment
Open

Make $SPARK_HOME writable when running non-root #538

erikerlandson opened this issue Nov 1, 2017 · 1 comment

Comments

@erikerlandson
Copy link
Member

We ran into another root vs non-root hiccup when testing OOB on openshift: #537
Should probably make $SPARK_HOME writable when running as non-root and/or under anonymous uid.
Possible alternatives:

  1. simple chmod -R a+rwx $SPARK_HOME
  2. make it writable by group 0 (the group assigned to anonymous uids)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant