Skip to content

Instantly share code, notes, and snippets.

@ayee
Last active March 8, 2017 23:54
Show Gist options
  • Save ayee/dac4c787bed39abe794cc1e116c299fc to your computer and use it in GitHub Desktop.
Save ayee/dac4c787bed39abe794cc1e116c299fc to your computer and use it in GitHub Desktop.
This file is used to change configuration of Zeppelin started along with EMR Spark cluster.
[
{
"Classification": "zeppelin-env",
"Properties": {
},
"Configurations": [
{
"Classification": "export",
"Properties": {
"SPARK_SUBMIT_OPTIONS":"-—py-files s3://repo.inflection.com/python/inflection_common-9.1-py2.7.egg",
"ZEPPELIN_NOTEBOOK_STORAGE":"org.apache.zeppelin.notebook.repo.S3NotebookRepo",
"ZEPPELIN_NOTEBOOK_S3_BUCKET":"zeppelin-notebook",
"ZEPPELIN_NOTEBOOK_USER":"user"
},
"Configurations": [
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment