mirror of https://github.com/apache/druid.git
ExecutorMain: Fix args count
This commit is contained in:
parent
8948c8d4ca
commit
8ce55ac632
|
@ -37,7 +37,7 @@ public class ExecutorMain
|
||||||
{
|
{
|
||||||
LogLevelAdjuster.register();
|
LogLevelAdjuster.register();
|
||||||
|
|
||||||
if (args.length != 3) {
|
if (args.length != 2) {
|
||||||
log.info("Usage: ExecutorMain <task.json> <status.json>");
|
log.info("Usage: ExecutorMain <task.json> <status.json>");
|
||||||
System.exit(2);
|
System.exit(2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue