mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 04:39:03 +08:00
Enable including Java worker for ray start command (#3838)
This commit is contained in:
@@ -71,6 +71,7 @@ public final class RayNativeRuntime extends AbstractRayRuntime {
|
||||
}
|
||||
redisClient = new RedisClient(rayConfig.getRedisAddress());
|
||||
|
||||
// TODO(qwang): Get object_store_socket_name and raylet_socket_name from Redis.
|
||||
objectStoreProxy = new ObjectStoreProxy(this, rayConfig.objectStoreSocketName);
|
||||
|
||||
rayletClient = new RayletClientImpl(
|
||||
|
||||
Reference in New Issue
Block a user