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:30 UTC

[hive] branch storage-branch-2.7 updated (c742556 -> 80fe235)

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

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


 discard c742556  Update outer hive build to use the updated storage api.
     new 80fe235  Update outer hive build to use the updated storage api.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c742556)
            \
             N -- N -- N   refs/heads/storage-branch-2.7 (80fe235)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                      | 2 +-
 standalone-metastore/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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

Posted by om...@apache.org.
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>