Created
August 30, 2016 01:22
-
-
Save emaxerrno/1f7ec0008a26110ec023fda107b1c120 to your computer and use it in GitHub Desktop.
foo.py
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
| { | |
| "zookeeper_hosts": "104.155.142.242:2181", | |
| "zookeeper_path": "/concord", | |
| "executable_arguments": ["sink.py"], | |
| "executable_name": "runner.bash", | |
| "compress_files": ["sink.py", "runner.bash"], | |
| "computation_name": "b", | |
| "docker_container": "concord/runtime_executor:0.4.3.2", | |
| "mem": 256, | |
| "cpus": 0.5, | |
| "instances": 4000 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment