You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by om...@apache.org on 2019/11/27 00:02:31 UTC

[hive] 01/01: Update outer hive build to use the updated storage api.

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

omalley pushed a commit to branch storage-branch-2.7
in repository https://gitbox.apache.org/repos/asf/hive.git

commit 80fe235690cd88ff939555a0a4aefe918b0662b5
Author: Owen O'Malley <om...@apache.org>
AuthorDate: Mon Nov 25 12:28:57 2019 -0800

    Update outer hive build to use the updated storage api.
---
 pom.xml                      | 2 +-
 standalone-metastore/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 19a9b71..c1e22ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,7 @@
     <stax.version>1.0.1</stax.version>
     <slf4j.version>1.7.10</slf4j.version>
     <ST4.version>4.0.4</ST4.version>
-    <storage-api.version>2.6.1-SNAPSHOT</storage-api.version>
+    <storage-api.version>2.7.1</storage-api.version>
     <tez.version>0.9.1</tez.version>
     <super-csv.version>2.2.0</super-csv.version>
     <spark.version>2.3.0</spark.version>
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 4176834..130311d 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -83,7 +83,7 @@
     <orc.version>1.5.1</orc.version>
     <protobuf.version>2.5.0</protobuf.version>
     <sqlline.version>1.3.0</sqlline.version>
-    <storage-api.version>2.6.1-SNAPSHOT</storage-api.version>
+    <storage-api.version>2.7.1</storage-api.version>
 
     <!-- Thrift properties -->
     <thrift.home>you-must-set-this-to-run-thrift</thrift.home>