This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/master by this push: new cd8c375 Update to fix KYLIN-3595 cd8c375 is described below commit cd8c3759342c38d602b5715c18f7f1f220e6611b Author: rtjarvis <r.t.jar...@gmail.com> AuthorDate: Tue Sep 25 21:23:05 2018 +0100 Update to fix KYLIN-3595 --- build/bin/find-hive-dependency.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/bin/find-hive-dependency.sh b/build/bin/find-hive-dependency.sh index c647af1..3eab5ca 100755 --- a/build/bin/find-hive-dependency.sh +++ b/build/bin/find-hive-dependency.sh @@ -31,7 +31,7 @@ if [ "${client_mode}" == "beeline" ] then beeline_shell=`$KYLIN_HOME/bin/get-properties.sh kylin.source.hive.beeline-shell` beeline_params=`bash ${KYLIN_HOME}/bin/get-properties.sh kylin.source.hive.beeline-params` - hive_env=`${beeline_shell} ${hive_conf_properties} ${beeline_params} --outputformat=dsv -e set 2>&1 | grep 'env:CLASSPATH' ` + hive_env=`${beeline_shell} ${hive_conf_properties} ${beeline_params} --outputformat=dsv -e "set;" 2>&1 | grep 'env:CLASSPATH' ` else source ${dir}/check-hive-usability.sh hive_env=`hive ${hive_conf_properties} -e set 2>&1 | grep 'env:CLASSPATH'`