mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 15:56:55 +08:00
Fix plasma_store_server path (#6499)
This commit is contained in:
@@ -353,7 +353,7 @@ public class RunManager {
|
||||
|
||||
private void startObjectStore() {
|
||||
try (FileUtil.TempFile plasmaStoreFile = FileUtil
|
||||
.getTempFileFromResource("external/plasma/plasma_store_server")) {
|
||||
.getTempFileFromResource("plasma_store_server")) {
|
||||
plasmaStoreFile.getFile().setExecutable(true);
|
||||
List<String> command = ImmutableList.of(
|
||||
// The plasma store executable file.
|
||||
|
||||
Reference in New Issue
Block a user