-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathtaxi-stream.json
More file actions
19 lines (17 loc) · 986 Bytes
/
Copy pathtaxi-stream.json
File metadata and controls
19 lines (17 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"uris": [
"https://s3-us-west-1.amazonaws.com/dcos-iot-demo/spatiotemporal-esri-analytic-task-assembly-1.1.jar"
],
"cmd": "/opt/spark/dist/bin/spark-submit --master mesos://leader.mesos:5050 --conf spark.executor.memory=1g --conf spark.executor.cores=2 --conf spark.cores.max=6 --conf spark.mesos.executor.docker.image=mesosphere/spark:1.1.1-2.2.0-hadoop-2.7 --conf spark.ui.enabled=false --conf spark.ui.showConsoleProgress=false --conf spark.mesos.coarse=true --class org.cam.geo.analytics.esri.SpatiotemporalEsriAnalyticTaskWithElasticsearchSink $MESOS_SANDBOX/spatiotemporal-esri-analytic-task-assembly-1.1.jar master.mesos:2181/dcos-service-kafka taxi false true coordinator.elastic.l4lb.thisdcos.directory:9200 elastic taxi elastic changeme",
"container": {
"type": "DOCKER",
"docker": {
"image": "mesosphere/spark:1.1.1-2.2.0-hadoop-2.7",
"forcePullImage": true
}
},
"id": "taxi-stream",
"instances": 1,
"cpus": 2,
"mem": 2048
}