Skip to content

Commit

Permalink
[HOTFIX] Removed the hive-exec and commons dependency from hive module
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ravipesala authored and vikramahuja1001 committed Aug 2, 2019
1 parent 765712a commit d7d70a8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions integration/spark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d7d70a8

Please sign in to comment.