Last active
March 8, 2017 23:54
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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