This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/release-0.8.0-rc by this push: new 9a0f41b Remove pinot-pulsar module from the binary release (#7272) 9a0f41b is described below commit 9a0f41bc24243ff74315723b0153b534c2596e30 Author: Seunghyun Lee <sn...@linkedin.com> AuthorDate: Tue Aug 10 11:55:45 2021 -0700 Remove pinot-pulsar module from the binary release (#7272) Currently, pinot-pulsar module is reported to have some issues on runtime. This PR removes the pinot-pulsar module from the binary release. https://github.com/apache/pinot/issues/7270 --- pinot-distribution/pinot-assembly.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pinot-distribution/pinot-assembly.xml b/pinot-distribution/pinot-assembly.xml index 29e42f9..68904d5 100644 --- a/pinot-distribution/pinot-assembly.xml +++ b/pinot-distribution/pinot-assembly.xml @@ -55,10 +55,14 @@ <source>${pinot.root}/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/target/pinot-kinesis-${project.version}-shaded.jar</source> <destName>plugins/pinot-stream-ingestion/pinot-kinesis/pinot-kinesis-${project.version}-shaded.jar</destName> </file> + + <!-- TODO: fix the runtime issue for Apache Pulsar plug-in and add this back. (https://github.com/apache/pinot/issues/7270) <file> <source>${pinot.root}/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/target/pinot-pulsar-${project.version}-shaded.jar</source> <destName>plugins/pinot-stream-ingestion/pinot-pulsar/pinot-pulsar-${project.version}-shaded.jar</destName> </file> + --> + <!-- End Include Pinot Stream Ingestion Plugins--> <!-- Start Include Pinot Batch Ingestion Plugins--> <file> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org