This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new aaccf139ee Make more StartMinionCommand -config alias (#15307)
aaccf139ee is described below
commit aaccf139ee21ba5fe610e3279f1983e83962bed6
Author: Xiang Fu <[email protected]>
AuthorDate: Wed Mar 19 12:47:00 2025 -0700
Make more StartMinionCommand -config alias (#15307)
---
.../org/apache/pinot/tools/admin/command/StartMinionCommand.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/StartMinionCommand.java
b/pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/StartMinionCommand.java
index a754a05a54..934e1de10c 100644
---
a/pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/StartMinionCommand.java
+++
b/pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/StartMinionCommand.java
@@ -49,9 +49,9 @@ public class StartMinionCommand extends
AbstractBaseAdminCommand implements Comm
private String _zkAddress = DEFAULT_ZK_ADDRESS;
@CommandLine.Option(names = {"-clusterName"}, required = false, description
= "Pinot cluster name.")
private String _clusterName = "PinotCluster";
- @CommandLine.Option(names = {"-configFileName"}, required = false,
- description = "Minion Starter Config file.")
- // TODO: support forbids = {"-minionHost", "-minionPort"}
+ @CommandLine.Option(names = {"-configFileName", "-config", "-configFile",
"-minionConfig", "-minionConf"},
+ required = false, description = "Minion Starter Config file.")
+ // TODO: support forbids = {"-minionHost", "-minionPort"}
private String _configFileName;
private Map<String, Object> _configOverrides = new HashMap<>();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]