xiangfu0 commented on a change in pull request #8024:
URL: https://github.com/apache/pinot/pull/8024#discussion_r785131589



##########
File path: 
pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/QuickstartRunner.java
##########
@@ -93,9 +95,31 @@ public QuickstartRunner(List<QuickstartTableRequest> 
tableRequests, int numContr
     _enableTenantIsolation = enableIsolation;
     _authToken = authToken;
     _configOverrides = configOverrides;
+    _zkAddress = null;
+    _deleteExistingData = true;

Review comment:
       this should be added as a command-line parameter for QuickStartCommand?




-- 
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]

Reply via email to