diff --git a/bin/kyuubi-logo b/bin/kyuubi-logo new file mode 100644 index 000000000..10285b4ed --- /dev/null +++ b/bin/kyuubi-logo @@ -0,0 +1,9 @@ + __ __ __ + /\ \/\ \ /\ \ __ + \ \ \/'/' __ __ __ __ __ __\ \ \____/\_\ + \ \ , < /\ \/\ \/\ \/\ \/\ \/\ \\ \ '__`\/\ \ + \ \ \\`\\ \ \_\ \ \ \_\ \ \ \_\ \\ \ \L\ \ \ \ + \ \_\ \_\/`____ \ \____/\ \____/ \ \_,__/\ \_\ + \/_/\/_/`/___/> \/___/ \/___/ \/___/ \/_/ + /\___/ + \/__/ \ No newline at end of file diff --git a/bin/start-kyuubi.sh b/bin/start-kyuubi.sh index 7e4c2a5d4..5a1f57f75 100755 --- a/bin/start-kyuubi.sh +++ b/bin/start-kyuubi.sh @@ -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 - -