This is an automated email from the ASF dual-hosted git repository.

vbalaji pushed a commit to branch hackathon-0619
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/hackathon-0619 by this push:
     new fa1c654  Remove parquet bundle
fa1c654 is described below

commit fa1c65414ddc89e19a51a4b95be35e68c546bfa8
Author: Balaji Varadarajan <varad...@uber.com>
AuthorDate: Tue Jun 18 15:21:43 2019 -0700

    Remove parquet bundle
---
 hoodie-hadoop-mr/pom.xml                  |  4 ----
 packaging/hoodie-hadoop-mr-bundle/pom.xml |  6 ------
 pom.xml                                   | 18 ------------------
 3 files changed, 28 deletions(-)

diff --git a/hoodie-hadoop-mr/pom.xml b/hoodie-hadoop-mr/pom.xml
index e28bb1f..68ed40d 100644
--- a/hoodie-hadoop-mr/pom.xml
+++ b/hoodie-hadoop-mr/pom.xml
@@ -93,10 +93,6 @@
       <artifactId>parquet-avro</artifactId>
     </dependency>
     <dependency>
-      <groupId>com.twitter</groupId>
-      <artifactId>parquet-hadoop-bundle</artifactId>
-    </dependency>
-    <dependency>
       <groupId>com.twitter.common</groupId>
       <artifactId>objectsize</artifactId>
       <version>0.0.12</version>
diff --git a/packaging/hoodie-hadoop-mr-bundle/pom.xml 
b/packaging/hoodie-hadoop-mr-bundle/pom.xml
index 86e3be6..f1c4f5d 100644
--- a/packaging/hoodie-hadoop-mr-bundle/pom.xml
+++ b/packaging/hoodie-hadoop-mr-bundle/pom.xml
@@ -134,11 +134,6 @@
     </dependency>
 
     <dependency>
-      <groupId>com.twitter</groupId>
-      <artifactId>parquet-hadoop-bundle</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>com.twitter.common</groupId>
       <artifactId>objectsize</artifactId>
       <version>0.0.12</version>
@@ -227,7 +222,6 @@
                 <includes>
                   <include>com.uber.hoodie:hoodie-common</include>
                   <include>com.uber.hoodie:hoodie-hadoop-mr</include>
-                  <include>com.twitter:parquet-hadoop-bundle</include>
                   <include>com.twitter.common:objectsize</include>
                   <include>commons-logging:commons-logging</include>
                   <include>commons-io:commons-io</include>
diff --git a/pom.xml b/pom.xml
index cd4eb88..7648a74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -580,24 +580,6 @@
         <artifactId>commons-io</artifactId>
         <version>2.6</version>
       </dependency>
-      <!-- Storage formats -->
-      <!-- Spark parquet version 1.7.0 does not play well with the hive 1.1.0 
installed in cluster (which requires twitter parquet 1.5.0) -->
-      <dependency>
-        <groupId>com.twitter</groupId>
-        <artifactId>parquet-hadoop-bundle</artifactId>
-        <version>1.6.0</version>
-      </dependency>
-      <dependency>
-        <groupId>com.twitter</groupId>
-        <artifactId>parquet-hive-bundle</artifactId>
-        <version>1.6.0</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.parquet</groupId>
-        <artifactId>parquet-hive-bundle</artifactId>
-        <version>${parquet.version}</version>
-      </dependency>
 
       <dependency>
         <groupId>org.apache.spark</groupId>

Reply via email to