HDFS-16361. Fix log format for QueryCommand (#3732). Contributed by tomscut.
This commit is contained in:
parent
7b840f2693
commit
1ebdac2cd6
@ -84,7 +84,7 @@ public void execute(CommandLine cmd) throws Exception {
|
|||||||
System.out.printf("%s", workStatus.currentStateString());
|
System.out.printf("%s", workStatus.currentStateString());
|
||||||
}
|
}
|
||||||
} catch (DiskBalancerException ex) {
|
} catch (DiskBalancerException ex) {
|
||||||
LOG.error("Query plan failed. ex: {}", ex);
|
LOG.error("Query plan failed.", ex);
|
||||||
throw ex;
|
throw ex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user