Add ability to specify worker and driver ports (#7833)

This commit is contained in:
Edward Oakes
2020-04-16 13:49:25 -05:00
committed by GitHub
parent d5f517b2f5
commit 9f751ff8c4
20 changed files with 351 additions and 108 deletions
+2
View File
@@ -77,6 +77,8 @@ class Cluster:
"num_cpus": 1,
"num_gpus": 0,
"object_store_memory": 150 * 1024 * 1024, # 150 MiB
"min_worker_port": 0,
"max_worker_port": 0,
}
if "_internal_config" in node_args:
node_args["_internal_config"] = json.loads(