File tree Expand file tree Collapse file tree
packaging/hudi-utilities-bundle Expand file tree Collapse file tree Original file line number Diff line number Diff line change 155155 <groupId >org.apache.kafka</groupId >
156156 <artifactId >kafka-clients</artifactId >
157157 <version >${kafka.version} </version >
158+ <exclusions >
159+ <exclusion >
160+ <groupId >org.xerial.snappy</groupId >
161+ <artifactId >snappy-java</artifactId >
162+ </exclusion >
163+ </exclusions >
158164 </dependency >
159165
160166 <!-- Pulsar -->
208214 <groupId >com.thoughtworks.paranamer</groupId >
209215 <artifactId >paranamer</artifactId >
210216 </exclusion >
217+ <exclusion >
218+ <groupId >org.xerial.snappy</groupId >
219+ <artifactId >snappy-java</artifactId >
220+ </exclusion >
211221 </exclusions >
212222 </dependency >
213223
Original file line number Diff line number Diff line change 376376 <groupId >org.apache.parquet</groupId >
377377 <artifactId >parquet-avro</artifactId >
378378 <scope >compile</scope >
379+ <exclusions >
380+ <exclusion >
381+ <groupId >org.xerial.snappy</groupId >
382+ <artifactId >snappy-java</artifactId >
383+ </exclusion >
384+ </exclusions >
379385 </dependency >
380386
381387 <!-- Hive -->
Original file line number Diff line number Diff line change 19891989 </property >
19901990 </activation >
19911991 </profile >
1992+ <profile >
1993+ <id >m1-mac</id >
1994+ <properties >
1995+ <spark2 .version>2.4.8</spark2 .version>
1996+ </properties >
1997+ <activation >
1998+ <os >
1999+ <family >mac</family >
2000+ <arch >aarch64</arch >
2001+ </os >
2002+ </activation >
2003+ </profile >
19922004
19932005 <!-- "spark3" is an alias for "spark3.3" -->
19942006 <!-- NOTE: This profile is deprecated and soon will be removed -->
You can’t perform that action at this time.
0 commit comments