mirror of https://github.com/apache/druid.git
ForkingTaskRunner: Fix properties loading
This commit is contained in:
parent
3cfa081c6c
commit
3884ebbc3e
|
@ -159,7 +159,7 @@ public class ForkingTaskRunner implements TaskRunner, TaskLogProvider
|
||||||
String.format(
|
String.format(
|
||||||
"-D%s=%s",
|
"-D%s=%s",
|
||||||
propName.substring(CHILD_PROPERTY_PREFIX.length()),
|
propName.substring(CHILD_PROPERTY_PREFIX.length()),
|
||||||
System.getProperty(propName)
|
props.getProperty(propName)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue