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

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


The following commit(s) were added to refs/heads/master by this push:
     new 36ef940  Fix Hive RT query failure in hoodie demo
36ef940 is described below

commit 36ef94004ec8443d980342e3b69ca729d105af4d
Author: Balaji Varadarajan <[email protected]>
AuthorDate: Wed Apr 17 11:49:01 2019 -0700

    Fix Hive RT query failure in hoodie demo
---
 packaging/hoodie-hadoop-mr-bundle/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/packaging/hoodie-hadoop-mr-bundle/pom.xml 
b/packaging/hoodie-hadoop-mr-bundle/pom.xml
index 4eeb8a2..b25cc29 100644
--- a/packaging/hoodie-hadoop-mr-bundle/pom.xml
+++ b/packaging/hoodie-hadoop-mr-bundle/pom.xml
@@ -119,6 +119,11 @@
     </dependency>
 
     <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>org.apache.parquet</groupId>
       <artifactId>parquet-avro</artifactId>
     </dependency>
@@ -205,6 +210,7 @@
                   <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>
                 </includes>
               </artifactSet>
               <finalName>${project.artifactId}-${project.version}</finalName>

Reply via email to