This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch plugin-env-var
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
omit fcf1d5b Address comments
omit 918f2a9 Move KafkaStarterUtils to pinot-tools
omit 32cd203 Address comments
omit 3102aff Make plugin manager to load plugins based on environment
variables
omit 499f03f Rename stream plugin pkgs (#4957)
omit fd75576 Fix the client id to be topic and partition (#4955)
add 601c2ff Move shaded jars to distribution plugins directory
add 85f5b17 Adding excludes
add 6d2b064 clean up more dependencies
add 50b0f31 Fix the client id to be topic and partition (#4955)
add 04d851e Rename stream plugin pkgs (#4957)
add 6dc1dec Make plugin manager to load plugins based on environment
variables
add ee28020 Address comments
add fd05389 Move KafkaStarterUtils to pinot-tools
add b4e19c9 Address comments
add 13baa48 Update kafka related package name
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (fcf1d5b)
\
N -- N -- N refs/heads/plugin-env-var (13baa48)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
kubernetes/helm/pinot-realtime-quickstart.yml | 6 +++---
pinot-broker/pom.xml | 7 +++++++
.../broker/broker/HelixBrokerStarterTest.java | 2 +-
pinot-controller/pom.xml | 1 +
pinot-core/pom.xml | 4 ----
pinot-distribution/pinot-assembly.xml | 17 +++++++++++++++++
pinot-distribution/pom.xml | 22 ++++++++++++++++++++++
.../pinot-batch-ingestion-base/pom.xml | 1 +
pinot-plugins/pinot-batch-ingestion/pom.xml | 1 +
.../v0_deprecated/pinot-ingestion-common/pom.xml | 1 +
pinot-plugins/pinot-file-system/pom.xml | 1 +
pinot-plugins/pinot-input-format/pom.xml | 2 +-
.../pinot-kafka-base/pom.xml | 1 +
pinot-plugins/pinot-stream-ingestion/pom.xml | 2 +-
pinot-plugins/pom.xml | 5 +++--
.../org/apache/pinot/spi/stream/StreamConfig.java | 2 +-
pinot-tools/pom.xml | 22 ++++++++++++++++------
.../tools/admin/command/CreateSegmentCommand.java | 12 ++++--------
.../conf/sample_realtime_table_config.json | 2 +-
.../airlineStats_realtime_table_config.json | 2 +-
.../docker/airlineStats_realtime_table_config.json | 4 ++--
.../airlineStats_realtime_table_config.json | 2 +-
.../meetupRsvp_realtime_table_config.json | 4 ++--
.../airlineStats_realtime_table_config.json | 4 ++--
.../meetupRsvp_realtime_table_config.json | 4 ++--
.../meetupRsvp_realtime_table_config.json | 4 ++--
26 files changed, 95 insertions(+), 40 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]