forked from abhay-agarwal/zeppelin-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarathon.json
More file actions
22 lines (22 loc) · 688 Bytes
/
Copy pathmarathon.json
File metadata and controls
22 lines (22 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"id": "/zeppelin",
"container": {
"type": "DOCKER",
"docker": {
"image": "mesosphere/zeppelin:5-16",
"network": "HOST"
}
},
"healthChecks": [{
"protocol": "TCP",
"gracePeriodSeconds": 300,
"intervalSeconds": 60,
"portIndex": 0,
"timeoutSeconds": 15,
"maxConsecutiveFailures": 3
}],
"cmd": "sed \"s#<value>8080</value>#<value>$PORT0</value>#\" < conf/zeppelin-site.xml.template > conf/zeppelin-site.xml && sed -i \"s#<value>-1</value>#<value>$PORT1</value>#\" conf/zeppelin-site.xml && bin/zeppelin.sh start",
"ports": [0, 0],
"cpus": 0.5,
"mem": 2048.0
}