add logofor kyuubi

This commit is contained in:
Kent Yao 2018-12-29 11:38:30 +08:00
parent d028049b5d
commit 07a744d486
2 changed files with 12 additions and 2 deletions

9
bin/kyuubi-logo Normal file
View File

@ -0,0 +1,9 @@
__ __ __
/\ \/\ \ /\ \ __
\ \ \/'/' __ __ __ __ __ __\ \ \____/\_\
\ \ , < /\ \/\ \/\ \/\ \/\ \/\ \\ \ '__`\/\ \
\ \ \\`\\ \ \_\ \ \ \_\ \ \ \_\ \\ \ \L\ \ \ \
\ \_\ \_\/`____ \ \____/\ \____/ \ \_,__/\ \_\
\/_/\/_/`/___/> \/___/ \/___/ \/___/ \/_/
/\___/
\/__/

View File

@ -22,6 +22,9 @@ CLASS="yaooqinn.kyuubi.server.KyuubiServer"
BIN_DIR="$(cd "`dirname "$0"`"; pwd)"
echo "Welcome to"
cat $BIN_DIR/kyuubi-logo
set -a
. "${BIN_DIR}/kyuubi-env.sh"
set +a
@ -65,5 +68,3 @@ if [ "$KYUUBI_SUBMIT_ENABLE" == "true" ]; then
else
exec "${SPARK_HOME}"/sbin/spark-daemon.sh submit ${CLASS} 1 "$@" "$KYUUBI_JAR"
fi