Apache Spark enhanced with native Kubernetes scheduler back-end: NOTE this repository is being ARCHIVED as all new development for the kubernetes scheduler back-end is now on https://github.com/apache/spark/
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)
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:
chmod -R a+rwx $SPARK_HOME
group 0
(the group assigned to anonymous uids)