imply-cheddar commented on code in PR #14063:
URL: https://github.com/apache/druid/pull/14063#discussion_r1163272116
##########
services/src/main/java/org/apache/druid/cli/CliPeon.java:
##########
@@ -144,10 +143,10 @@ public class CliPeon extends GuiceRunnable
{
@SuppressWarnings("WeakerAccess")
@Required
- @Arguments(description = "baseTaskDirPath taskId attemptId")
+ @Arguments(description = "taskDirPath attemptId")
public List<String> taskAndStatusFile;
- // path to the base task Directory
+ // path to the task Directory
private String taskDirPath;
Review Comment:
Yeah, you caught a bug where I wasn't properly overriding this when forking
processes. That's fixed now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]