This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Description
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:
- simple
chmod -R a+rwx $SPARK_HOME
- make it writable by
group 0 (the group assigned to anonymous uids)