This is an automated email from the ASF dual-hosted git repository.

snlee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from 05734bf  Rewrite possible array aggregation functions to one level 
(#6127)
     add ef970e6  Minion command line starter for issue #6111 (#6184)

No new revisions were added by this update.

Summary of changes:
 .../apache/pinot/common/utils/CommonConstants.java |  2 +
 .../pinot/integration/tests/ClusterTest.java       |  2 +-
 .../org/apache/pinot/minion/MinionStarter.java     |  4 +-
 pinot-tools/pom.xml                                | 15 +++++
 .../pinot/tools/admin/PinotAdministrator.java      |  2 +
 .../admin/{PinotServer.java => PinotMinion.java}   |  6 +-
 .../tools/admin/command/StartBrokerCommand.java    |  2 +-
 ...tBrokerCommand.java => StartMinionCommand.java} | 66 ++++++++--------------
 .../tools/admin/command/StartServerCommand.java    |  4 +-
 .../pinot/tools/service/PinotServiceManager.java   | 15 +++++
 .../PinotServiceManagerInstanceResource.java       | 19 ++++++-
 .../apache/pinot/tools/utils/PinotConfigUtils.java | 32 +++++++----
 12 files changed, 107 insertions(+), 62 deletions(-)
 copy pinot-tools/src/main/java/org/apache/pinot/tools/admin/{PinotServer.java 
=> PinotMinion.java} (90%)
 copy 
pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/{StartBrokerCommand.java
 => StartMinionCommand.java} (62%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to