Repository: hive Updated Branches: refs/heads/branch-3 ba621257c -> c7b32b1cd
HIVE-19758 : Set hadoop.version=3.1.0 in standalone-metastore (Andrew Sherman reviewed by Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/c7b32b1c Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/c7b32b1c Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/c7b32b1c Branch: refs/heads/branch-3 Commit: c7b32b1cd2dba1ca3d7f36b4bce3e9de02c1cb34 Parents: ba62125 Author: Andrew Sherman <[email protected]> Authored: Tue Jun 5 11:47:11 2018 -0700 Committer: Vihang Karajgaonkar <[email protected]> Committed: Tue Jun 5 12:40:12 2018 -0700 ---------------------------------------------------------------------- standalone-metastore/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/c7b32b1c/standalone-metastore/pom.xml ---------------------------------------------------------------------- diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml index 5f0eefe..6a65af3 100644 --- a/standalone-metastore/pom.xml +++ b/standalone-metastore/pom.xml @@ -71,7 +71,7 @@ <dropwizard-metrics-hadoop-metrics2-reporter.version>0.1.2</dropwizard-metrics-hadoop-metrics2-reporter.version> <dropwizard.version>3.1.0</dropwizard.version> <guava.version>19.0</guava.version> - <hadoop.version>3.0.0-beta1</hadoop.version> + <hadoop.version>3.1.0</hadoop.version> <hikaricp.version>2.6.1</hikaricp.version> <jackson.version>2.9.4</jackson.version> <javolution.version>5.5.1</javolution.version>
