This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new c2637d1 Remove pinot-pulsar module from the binary release (#7272) c2637d1 is described below commit c2637d139dd5ba79682b4244cde316dacb0852ee 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