achennagiri commented on a change in pull request #1906:
URL: https://github.com/apache/hive/pull/1906#discussion_r576682345
##########
File path: bin/hive
##########
@@ -89,15 +86,12 @@ if [ "$SERVICE" = "" ] ; then
fi
fi
+USE_BEELINE_FOR_HIVE_CLI="true"
if [[ "$SERVICE" == "cli" && "$USE_BEELINE_FOR_HIVE_CLI" == "true" ]] ; then
CLIUSER=`whoami`
SERVICE="beeline"
fi
-if [[ "$SERVICE" == "beeline" && ! -z "$BEELINE_URL_LEGACY" ]] ; then
Review comment:
Yes. I have added these lines and tested it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]