You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2021/12/23 08:56:05 UTC

[incubator-kyuubi] branch correct-version updated (4ed40ca -> eb39f63)

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

ulyssesyou pushed a change to branch correct-version
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git.


 discard 4ed40ca  fix
     new eb39f63  fix

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   (4ed40ca)
            \
             N -- N -- N   refs/heads/correct-version (eb39f63)

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:
 build/dist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[incubator-kyuubi] 01/01: fix

Posted by ul...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ulyssesyou pushed a commit to branch correct-version
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git

commit eb39f63643b8032443924d2819e5c2f2b299f602
Author: ulysses-you <ul...@gmail.com>
AuthorDate: Thu Dec 23 16:55:52 2021 +0800

    fix
---
 build/dist | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build/dist b/build/dist
index 5ab4b04..1131963 100755
--- a/build/dist
+++ b/build/dist
@@ -184,7 +184,8 @@ echo "Kyuubi $VERSION $GITREVSTRING built for" > "$DISTDIR/RELEASE"
 echo "Java $JAVA_VERSION" >> "$DISTDIR/RELEASE"
 echo "Scala $SCALA_VERSION" >> "$DISTDIR/RELEASE"
 echo "Spark $SPARK_VERSION" >> "$DISTDIR/RELEASE"
-echo "Hadoop $SPARK_HADOOP_VERSION" >> "$DISTDIR/RELEASE"
+echo "Spark Hadoop $SPARK_HADOOP_VERSION" >> "$DISTDIR/RELEASE"
+echo "Kyuubi Hadoop $HADOOP_VERSION" >> "$DISTDIR/RELEASE"
 echo "Hive $HIVE_VERSION" >> "$DISTDIR/RELEASE"
 echo "Build flags: $@" >> "$DISTDIR/RELEASE"