This is an automated email from the ASF dual-hosted git repository.
gabor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 1e52420 PARQUET-1944: Unable to download transitive dependency
hadoop-lzo (#843)
1e52420 is described below
commit 1e5242004da1441f8c540ba67e03ca9838881e6e
Author: Gabor Szadovszky <[email protected]>
AuthorDate: Thu Nov 12 09:31:32 2020 +0100
PARQUET-1944: Unable to download transitive dependency hadoop-lzo (#843)
---
parquet-thrift/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/parquet-thrift/pom.xml b/parquet-thrift/pom.xml
index ba843ed..9e09c1b 100644
--- a/parquet-thrift/pom.xml
+++ b/parquet-thrift/pom.xml
@@ -75,6 +75,13 @@
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird-pig</artifactId>
<version>${elephant-bird.version}</version>
+ <exclusions>
+ <!-- hadoop-lzo is not required for parquet build/tests and there are
issues downloading it -->
+ <exclusion>
+ <groupId>com.hadoop.gplcompression</groupId>
+ <artifactId>hadoop-lzo</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>