Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

store Spark properties like we do JVM properties #7471

Closed
scottdraves opened this issue Jun 2, 2018 · 0 comments
Closed

store Spark properties like we do JVM properties #7471

scottdraves opened this issue Jun 2, 2018 · 0 comments
Assignees

Comments

@scottdraves
Copy link
Contributor

scottdraves commented Jun 2, 2018

in beakerx.json:

    "spark_options": {
      "spark.executor.memory": "8g",
      "spark.master": "local[*]",
      "spark.executor.cores": "10",
      "user": "strings"
    }

should be:

    "spark_options": {
      "spark.executor.memory": "8g",
      "spark.master": "local[*]",
      "spark.executor.cores": "10",
      "properties": [
                {
                    "name": "user",
                    "value": "strings"
                }
            ]
    }

like the JVM options work.

@scottdraves scottdraves changed the title store properties like we do JVM properties store Spark properties like we do JVM properties Jun 2, 2018
jaroslawmalekcodete added a commit that referenced this issue Jun 8, 2018
scottdraves pushed a commit that referenced this issue Jun 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants