Skip to content

Commit

Permalink
Fix missing artifact hadoop-lzo
Browse files Browse the repository at this point in the history
applied the same exclusion as https://issues.apache.org/jira/browse/PARQUET-1691
apache/parquet-java#698
twitter/hadoop-lzo#140
temporary fix until parquet 1.11.0 get released
  • Loading branch information
Mathieu Chataigner authored Nov 20, 2019
1 parent 909a179 commit 9995421
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readers/hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-protobuf</artifactId>
<version>${parquet-protobuf.version}</version>
<exclusions>
<exclusion>
<groupId>com.hadoop.gplcompression</groupId>
<artifactId>hadoop-lzo</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Logging -->
Expand Down

0 comments on commit 9995421

Please sign in to comment.