This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 889889e include pinot-confluent-avro plugin to the distribution
(#5248)
889889e is described below
commit 889889e2020f0fcbd2ef316b7fd7fe3eb985c65a
Author: singalravi <[email protected]>
AuthorDate: Wed Apr 15 23:07:05 2020 +0530
include pinot-confluent-avro plugin to the distribution (#5248)
---
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 c78889b..985c753 100644
--- a/pinot-distribution/pinot-assembly.xml
+++ b/pinot-distribution/pinot-assembly.xml
@@ -90,6 +90,10 @@
<destName>plugins/pinot-input-format/pinot-avro/pinot-avro-${project.version}-shaded.jar</destName>
</file>
<file>
+
<source>${pinot.root}/pinot-plugins/pinot-input-format/pinot-confluent-avro/target/pinot-confluent-avro-${project.version}-shaded.jar</source>
+
<destName>plugins/pinot-input-format/pinot-confluent-avro/pinot-confluent-avro-${project.version}-shaded.jar</destName>
+ </file>
+ <file>
<source>${pinot.root}/pinot-plugins/pinot-input-format/pinot-csv/target/pinot-csv-${project.version}-shaded.jar</source>
<destName>plugins/pinot-input-format/pinot-csv/pinot-csv-${project.version}-shaded.jar</destName>
</file>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]