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.

Spark configuration options with spaces aren't parsed properly in default images #440

@mccheah

Description

@mccheah

This is most notorious with spark.driver.extraJavaOptions and spark.executor.extraJavaOptions. The following configuration won't work properly:

--conf spark.driver.extraJavaOptions=-XX:+HeapDumpOnOutOfMemoryError -XX:+PrintGCDetails

Because we pass the driver's JVM options in a single environment variable, we don't handle the spaces in a single configuration value properly.

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