Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a version option to pinot admin to show all the component versions #6380

Merged
merged 1 commit into from
Dec 25, 2020

Conversation

xiangfu0
Copy link
Contributor

Description

Adding a new option: -v into pinot-admin script to show all the component versions.
Sample Output:

➜ bin/pinot-admin.sh -v
List All Pinot Component Versions:
Package: pinot-protobuf, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-kafka-2.0, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-avro, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-distribution, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-csv, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-s3, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-batch-ingestion-standalone, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-confluent-avro, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-thrift, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-orc, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-batch-ingestion-spark, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-gcs, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-hdfs, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-batch-ingestion-hadoop, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-adls, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-json, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01
Package: pinot-parquet, Version: 0.7.0-SNAPSHOT-23f7770ffc795b917c83efd3e36fcb369177bf01

@codecov-io
Copy link

codecov-io commented Dec 23, 2020

Codecov Report

Merging #6380 (23f7770) into master (1beaab5) will increase coverage by 7.30%.
The diff coverage is 73.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6380      +/-   ##
==========================================
+ Coverage   66.44%   73.75%   +7.30%     
==========================================
  Files        1075     1298     +223     
  Lines       54773    62767    +7994     
  Branches     8168     9112     +944     
==========================================
+ Hits        36396    46293    +9897     
+ Misses      15700    13462    -2238     
- Partials     2677     3012     +335     
Flag Coverage Δ
integration 45.05% <38.60%> (?)
unittests 65.21% <56.80%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ot/broker/broker/AllowAllAccessControlFactory.java 100.00% <ø> (ø)
.../helix/BrokerUserDefinedMessageHandlerFactory.java 52.83% <0.00%> (-13.84%) ⬇️
...ker/routing/instanceselector/InstanceSelector.java 100.00% <ø> (ø)
.../main/java/org/apache/pinot/client/Connection.java 44.44% <0.00%> (-4.40%) ⬇️
...not/common/assignment/InstancePartitionsUtils.java 78.57% <ø> (+5.40%) ⬆️
...common/config/tuner/NoOpTableTableConfigTuner.java 100.00% <ø> (ø)
...ot/common/config/tuner/RealTimeAutoIndexTuner.java 100.00% <ø> (ø)
.../common/config/tuner/TableConfigTunerRegistry.java 72.00% <ø> (ø)
.../apache/pinot/common/exception/QueryException.java 90.27% <ø> (+5.55%) ⬆️
...pinot/common/function/AggregationFunctionType.java 100.00% <ø> (ø)
... and 1094 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 33de6dc...23f7770. Read the comment docs.

@xiangfu0 xiangfu0 merged commit fed6750 into master Dec 25, 2020
@xiangfu0 xiangfu0 deleted the adding_version_option_in_pinot_admin branch December 25, 2020 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants