You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/11/04 19:04:23 UTC

[pinot] branch master updated (e80198d -> d7c0944)

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

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


    from e80198d  Fix common test (#7699)
     add d7c0944  replace args4j with picocli for pinot-admin.sh (#7665)

No new revisions were added by this update.

Summary of changes:
 pinot-tools/pom.xml                                |   4 +
 .../main/java/org/apache/pinot/tools/Command.java  |  11 +-
 .../pinot/tools/admin/PinotAdministrator.java      | 185 +++++++++------------
 .../tools/admin/command/AddSchemaCommand.java      |  23 +--
 .../pinot/tools/admin/command/AddTableCommand.java |  31 ++--
 .../tools/admin/command/AddTenantCommand.java      |  34 ++--
 .../tools/admin/command/AnonymizeDataCommand.java  |  48 +++---
 .../admin/command/AvroSchemaToPinotSchema.java     |  33 ++--
 .../tools/admin/command/BootstrapTableCommand.java |  23 +--
 .../admin/command/ChangeNumReplicasCommand.java    |  17 +-
 .../tools/admin/command/ChangeTableState.java      |  23 +--
 .../tools/admin/command/CreateSegmentCommand.java  |  34 ++--
 .../tools/admin/command/DeleteClusterCommand.java  |  11 +-
 .../admin/command/EnumArrayOptionHandler.java      |  67 --------
 .../tools/admin/command/GenerateDataCommand.java   |  24 +--
 .../command/GitHubEventsQuickStartCommand.java     |   7 +-
 .../tools/admin/command/ImportDataCommand.java     |  33 ++--
 .../tools/admin/command/JsonToPinotSchema.java     |  25 +--
 .../command/LaunchDataIngestionJobCommand.java     |  26 +--
 .../tools/admin/command/MoveReplicaGroup.java      |  47 +++---
 .../OfflineSegmentIntervalCheckerCommand.java      |  13 +-
 .../admin/command/OperateClusterConfigCommand.java |  25 +--
 .../tools/admin/command/PostQueryCommand.java      |  23 +--
 .../tools/admin/command/QuickStartCommand.java     |  15 +-
 .../command/RealtimeProvisioningHelperCommand.java |  48 +++---
 .../tools/admin/command/RebalanceTableCommand.java |  47 +++---
 .../command/SegmentProcessorFrameworkCommand.java  |   9 +-
 .../admin/command/ShowClusterInfoCommand.java      |  15 +-
 .../tools/admin/command/StartBrokerCommand.java    |  21 +--
 .../admin/command/StartControllerCommand.java      |  28 ++--
 .../tools/admin/command/StartKafkaCommand.java     |  13 +-
 .../tools/admin/command/StartMinionCommand.java    |  20 ++-
 .../tools/admin/command/StartServerCommand.java    |  31 ++--
 .../admin/command/StartServiceManagerCommand.java  |  36 ++--
 .../tools/admin/command/StartZookeeperCommand.java |  11 +-
 .../tools/admin/command/StopProcessCommand.java    |  17 +-
 .../admin/command/StreamAvroIntoKafkaCommand.java  |  23 +--
 .../admin/command/StreamGitHubEventsCommand.java   |  21 +--
 .../tools/admin/command/UploadSegmentCommand.java  |  23 +--
 .../tools/admin/command/ValidateConfigCommand.java |  23 +--
 .../admin/command/VerifyClusterStateCommand.java   |  17 +-
 .../tools/admin/command/VerifySegmentState.java    |  27 ++-
 .../converter/PinotSegmentConvertCommand.java      |   2 +
 .../segment/converter/SegmentMergeCommand.java     |   2 +
 pom.xml                                            |   5 +
 45 files changed, 589 insertions(+), 632 deletions(-)
 delete mode 100644 pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/EnumArrayOptionHandler.java

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