Fix plasma_store_server path (#6499)

This commit is contained in:
Chaokun Yang
2019-12-20 14:45:51 +08:00
committed by Qing Wang
parent 3c0164419b
commit eca4cc7c00
2 changed files with 15 additions and 2 deletions
@@ -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.