IMPALA-3309: Remove reference to Hive JDBC version from pom.xml Change-Id: I62331f4d52f696ebf6f84da2c96b826f4faeda51 Reviewed-on: http://gerrit.cloudera.org:8080/2722 Reviewed-by: Alex Behm <[email protected]> Tested-by: Internal Jenkins
Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/0c4dc965 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/0c4dc965 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/0c4dc965 Branch: refs/heads/master Commit: 0c4dc965a4f2d90dcbcd504400fe3a592fd16384 Parents: 4208fda Author: Charlie Helin <[email protected]> Authored: Tue Apr 5 18:01:13 2016 -0400 Committer: Tim Armstrong <[email protected]> Committed: Tue Apr 12 14:02:35 2016 -0700 ---------------------------------------------------------------------- fe/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/0c4dc965/fe/pom.xml ---------------------------------------------------------------------- diff --git a/fe/pom.xml b/fe/pom.xml index 982e05d..82f820c 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -38,8 +38,6 @@ <hbase.version>${env.IMPALA_HBASE_VERSION}</hbase.version> <parquet.version>${env.IMPALA_PARQUET_VERSION}</parquet.version> <impala.extdatasrc.api.version>1.0-SNAPSHOT</impala.extdatasrc.api.version> - <!-- Impala does not currently support the Hive .13 JDBC driver --> - <hive-jdbc.version>0.13.1-cdh5.2.0-SNAPSHOT</hive-jdbc.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <kudu.version>${env.KUDU_JAVA_VERSION}</kudu.version> </properties> @@ -249,7 +247,7 @@ <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-jdbc</artifactId> - <version>${hive-jdbc.version}</version> + <version>${hive.version}</version> <scope>test</scope> </dependency>
