mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 16:49:48 +08:00
Remove the '--include-java' option (#10594)
This commit is contained in:
-1
@@ -68,7 +68,6 @@ class ClusterStarter {
|
||||
String.format("--raylet-socket-name=%s", RAYLET_SOCKET_NAME),
|
||||
String.format("--node-manager-port=%s", nodeManagerPort),
|
||||
"--load-code-from-local",
|
||||
"--include-java",
|
||||
"--java-worker-options=" + workerOptions,
|
||||
"--system-config=" + new Gson().toJson(config)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user