mirror of https://github.com/apache/druid.git
Java programs are best run with a java command.
This commit is contained in:
parent
5564a67bfc
commit
8bcb73a0eb
|
@ -171,6 +171,7 @@ public class ForkingTaskRunner implements TaskRunner, TaskLogStreamer
|
|||
taskClasspath = config.getClasspath();
|
||||
}
|
||||
|
||||
command.add(config.getJavaCommand());
|
||||
command.add("-cp");
|
||||
command.add(taskClasspath);
|
||||
|
||||
|
|
Loading…
Reference in New Issue