-
Notifications
You must be signed in to change notification settings - Fork 5
/
beakerx.json
84 lines (84 loc) · 2.41 KB
/
beakerx.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"beakerx": {
"jvm_options": {
"heap_GB": null,
"other": [],
"properties": {}
},
"spark_options": {
"profiles": [
{
"spark.app.name": "BeakerX",
"spark.master": "mesos://zk://zk-1.zk:2181,zk-2.zk:2181,zk-3.zk:2181,zk-4.zk:2181,zk-5.zk:2181/mesos",
"spark.executor.cores": "1",
"spark.executor.memory": "4g",
"name": "",
"properties": [
{
"name": "spark.scheduler.minRegisteredResourcesRatio",
"value": "1.0"
},
{
"name": "spark.cores.max",
"value": "5"
},
{
"name": "spark.executor.extraJavaOptions",
"value": "''-XX:+UseG1GC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/mnt/mesos/sandbox''"
},
{
"name": "spark.mesos.executor.docker.image",
"value": "vishnumohan/spark-dcos"
},
{
"name": "spark.mesos.executor.home",
"value": "/opt/spark"
},
{
"name": "spark.mesos.principal",
"value": "dev_beakerx"
},
{
"name": "spark.mesos.role",
"value": "dev-beakerx"
},
{
"name": "spark.mesos.driver.labels",
"value": "DCOS_SPACE:/dev/beakerx"
},
{
"name": "spark.mesos.task.labels",
"value": "DCOS_SPACE:/dev/beakerx"
},
{
"name": "spark.executorEnv.KRB5_CONFIG",
"value": "/mnt/mesos/sandbox/krb5.conf"
},
{
"name": "spark.executorEnv.JAVA_HOME",
"value": "/opt/jdk"
},
{
"name": "spark.executorEnv.HADOOP_HDFS_HOME",
"value": "/opt/hadoop"
},
{
"name": "spark.executorEnv.HADOOP_OPTS",
"value": "''-Djava.library.path=/opt/hadoop/lib/native -Djava.security.krb5.conf=/mnt/mesos/sandbox/krb5.conf''"
}
]
}
]
},
"ui_options": {
"auto_close": true,
"auto_save": true,
"improve_fonts": true,
"show_catalog": true,
"show_publication": true,
"use_data_grid": true,
"wide_cells": true
},
"version": 2
}
}