File tree Expand file tree Collapse file tree 7 files changed +12
-6
lines changed
pinot-file-system/pinot-hdfs Expand file tree Collapse file tree 7 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 6060 </source >
6161 <destName >plugins/pinot-stream-ingestion/pinot-kinesis/pinot-kinesis-${project.version}-shaded.jar</destName >
6262 </file >
63+ <!--
6364 <file>
6465 <source>${pinot.root}/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/target/pinot-pulsar-${project.version}-shaded.jar</source>
6566 <destName>plugins/pinot-stream-ingestion/pinot-pulsar/pinot-pulsar-${project.version}-shaded.jar</destName>
6667 </file>
68+ -->
6769 <!-- End Include Pinot Stream Ingestion Plugins-->
6870 <!-- Start Include Pinot Batch Ingestion Plugins-->
6971 <file >
Original file line number Diff line number Diff line change 4949 </dependency >
5050 <dependency >
5151 <groupId >org.apache.hadoop.thirdparty</groupId >
52- <artifactId >hadoop-shaded-protobuf_3_21 </artifactId >
52+ <artifactId >hadoop-shaded-protobuf_3_25 </artifactId >
5353 </dependency >
5454 </dependencies >
5555
Original file line number Diff line number Diff line change 6666 </dependency >
6767 <dependency >
6868 <groupId >org.apache.hadoop.thirdparty</groupId >
69- <artifactId >hadoop-shaded-protobuf_3_21 </artifactId >
69+ <artifactId >hadoop-shaded-protobuf_3_25 </artifactId >
7070 </dependency >
7171 <dependency >
7272 <groupId >org.apache.hive</groupId >
Original file line number Diff line number Diff line change 6363 </dependency >
6464 <dependency >
6565 <groupId >org.apache.hadoop.thirdparty</groupId >
66- <artifactId >hadoop-shaded-protobuf_3_21 </artifactId >
66+ <artifactId >hadoop-shaded-protobuf_3_25 </artifactId >
6767 </dependency >
6868
6969 <!-- Used for Parquet Writer in tests -->
Original file line number Diff line number Diff line change 4040 <module >pinot-kafka-2.0</module >
4141 <module >pinot-kafka-3.0</module >
4242 <module >pinot-kinesis</module >
43- <module >pinot-pulsar</module >
43+ <!-- < module>pinot-pulsar</module> -- >
4444 </modules >
4545
4646</project >
Original file line number Diff line number Diff line change 104104 <artifactId >pinot-kinesis</artifactId >
105105 <scope >runtime</scope >
106106 </dependency >
107+ <!--
107108 <dependency>
108109 <groupId>org.apache.pinot</groupId>
109110 <artifactId>pinot-pulsar</artifactId>
110111 <scope>runtime</scope>
111112 </dependency>
113+ -->
112114 <dependency >
113115 <groupId >org.apache.pinot</groupId >
114116 <artifactId >pinot-batch-ingestion-standalone</artifactId >
Original file line number Diff line number Diff line change 560560 <artifactId >pinot-kinesis</artifactId >
561561 <version >${project.version} </version >
562562 </dependency >
563+ <!--
563564 <dependency>
564565 <groupId>org.apache.pinot</groupId>
565566 <artifactId>pinot-pulsar</artifactId>
566567 <version>${project.version}</version>
567568 </dependency>
569+ -->
568570 <!-- Input Format -->
569571 <dependency >
570572 <groupId >org.apache.pinot</groupId >
13711373 </dependency >
13721374 <dependency >
13731375 <groupId >org.apache.hadoop.thirdparty</groupId >
1374- <artifactId >hadoop-shaded-protobuf_3_21 </artifactId >
1375- <version >1.2 .0</version >
1376+ <artifactId >hadoop-shaded-protobuf_3_25 </artifactId >
1377+ <version >1.4 .0</version >
13761378 </dependency >
13771379
13781380 <!-- Metrics -->
You can’t perform that action at this time.
0 commit comments