forked from threeseed/terraform-emr-spark-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.json.tpl
43 lines (39 loc) · 1.14 KB
/
configuration.json.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[
{
"classification":"zeppelin-env",
"properties":{
},
"configurations":[
{
"classification":"export",
"properties":{
"ZEPPELIN_MEM":"\"-Xms1024m -Xmx8192m -XX:MaxPermSize=1024m\"",
"ZEPPELIN_SSL_KEYSTORE_PASSWORD":"${zeppelin_keystore_password}",
"ZEPPELIN_SSL_KEY_MANAGER_PASSWORD":"${zeppelin_keystore_password}",
"ZEPPELIN_SSL":"true",
"ZEPPELIN_SSL_PORT":"${zeppelin_port}",
"ZEPPELIN_NOTEBOOK_STORAGE":"org.apache.zeppelin.notebook.repo.S3NotebookRepo",
"ZEPPELIN_NOTEBOOK_S3_BUCKET":"${zeppelin_notebook_s3_bucket}",
"ZEPPELIN_NOTEBOOK_S3_USER":"zeppelin"
},
"configurations":[
]
}
]
},
{
"classification": "yarn-env",
"properties": {
},
"configurations": [
{
"classification": "export",
"properties": {
"YARN_RESOURCEMANAGER_OPTS": "-Dhadoop.root.logger=DEBUG"
},
"configurations": [
]
}
]
}
]