Skip to content

Commit

Permalink
Downgrade hive client version in validation tools
Browse files Browse the repository at this point in the history
Cherry-pick of existing commit.
orig-pr: #12419
orig-commit: 1942d8f
orig-commit-author: David Zhu <david@alluxio.com>

pr-link: #12434
change-id: cid-ec7bfe1525b7196099e32e151a68e4dda99bf198
  • Loading branch information
alluxio-bot committed Oct 30, 2020
1 parent 3eb0b2a commit 4994aad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion integration/tools/hms/pom.xml
Expand Up @@ -31,7 +31,7 @@
<build.path>${project.parent.parent.parent.basedir}/build</build.path>
<lib.jar.name>${project.artifactId}-${project.version}.jar</lib.jar.name>
<failIfNoTests>false</failIfNoTests>
<hive-metastore.version>3.1.2</hive-metastore.version>
<hive-metastore.version>2.3.7</hive-metastore.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -88,6 +88,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4994aad

Please sign in to comment.