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

kumarvishal09 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git


The following commit(s) were added to refs/heads/master by this push:
     new d7d70a8  [HOTFIX] Removed the hive-exec and commons dependency from 
hive module
d7d70a8 is described below

commit d7d70a83d68ac1578f611e9a6a8b3af1c426d5d7
Author: ravipesala <ravi.pes...@gmail.com>
AuthorDate: Fri Aug 2 11:15:05 2019 +0530

    [HOTFIX] Removed the hive-exec and commons dependency from hive module
    
    Removed the hive-exec and commons dependency from hive module as spark has 
its own hive-exec.
    Because of external hive-exec dependency, some tests are failing.
    
    This closes #3347
---
 integration/spark-common/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/integration/spark-common/pom.xml b/integration/spark-common/pom.xml
index df683e0..a12992d 100644
--- a/integration/spark-common/pom.xml
+++ b/integration/spark-common/pom.xml
@@ -39,6 +39,16 @@
       <groupId>org.apache.carbondata</groupId>
       <artifactId>carbondata-hive</artifactId>
       <version>${project.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.hive</groupId>
+          <artifactId>hive-exec</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.carbondata</groupId>

Reply via email to