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

Make $SPARK_HOME writable when running non-root #538

@erikerlandson

Description

@erikerlandson

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions