fx19880617 commented on a change in pull request #5445: URL: https://github.com/apache/incubator-pinot/pull/5445#discussion_r432157695
########## File path: pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/QuickStartCommand.java ########## @@ -34,6 +34,9 @@ @Option(name = "-type", required = false, metaVar = "<String>", usage = "Type of quickstart, supported: STREAM/BATCH/HYBRID") private String _type; + @Option(name = "-tmpDir", required = false, metaVar = "<String>", usage = "Temp Directory to host quickstart data") Review comment: Adding alias for this. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org