mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
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(
|
||||
"-D%s=%s",
|
||||
propName.substring(CHILD_PROPERTY_PREFIX.length()),
|
||||
System.getProperty(propName)
|
||||
props.getProperty(propName)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user