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:46:34 UTC

[incubator-kyuubi] 01/01: fix

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 4ed40caf128a3e644ddaceeaea831a3bd5c26858
Author: ulysses-you <ul...@gmail.com>
AuthorDate: Thu Dec 23 16:45:37 2021 +0800

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

diff --git a/build/dist b/build/dist
index 5ab4b04..479ac4b 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 "Hadoop $HADOOP_VERSION" >> "$DISTDIR/RELEASE"
 echo "Hive $HIVE_VERSION" >> "$DISTDIR/RELEASE"
 echo "Build flags: $@" >> "$DISTDIR/RELEASE"