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

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

commit 80438f75379cd3754cb31a42a372aeb36e4d61e7
Author: ravipesala <[email protected]>
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