export kyuubi home in kyuubi env
This commit is contained in:
parent
f1486322ee
commit
57721c0e6a
@ -26,4 +26,5 @@ if [ -z "$SPARK_HOME" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
export KYUUBI_HOME="$(cd "`dirname "$0"`"/..; pwd)"
|
||||
export KYUUBI_SUBMIT_ENABLE=true
|
||||
|
||||
@ -19,10 +19,9 @@
|
||||
|
||||
## Kyuubi Server Main Entrance
|
||||
CLASS="yaooqinn.kyuubi.server.KyuubiServer"
|
||||
export KYUUBI_HOME="$(cd "`dirname "$0"`"/..; pwd)"
|
||||
|
||||
set -a
|
||||
. "${KYUUBI_HOME}/bin/kyuubi-env.sh"
|
||||
. "${PWD}/kyuubi-env.sh"
|
||||
set +a
|
||||
|
||||
function usage {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user