commit 522c6c83650053b7ac75a2734a51e5a33b49313a Author: Vihang Karajgaonkar Date: Mon Aug 8 12:45:46 2016 -0700 HIVE-14440 : Fix default value of USE_DEPRECATED_CLI in cli.cmd diff --git a/bin/ext/cli.cmd b/bin/ext/cli.cmd index d9185c052fc9194712d0ec0fc434734998f6a3e1..74a1596457003d83834a42c5ca607d9b35776d68 100644 --- a/bin/ext/cli.cmd +++ b/bin/ext/cli.cmd @@ -29,7 +29,7 @@ goto :EOF :update_cli if [%USE_DEPRECATED_CLI%] == [] ( - set USE_DEPRECATED_CLI=false + set USE_DEPRECATED_CLI=true ) if /I "%USE_DEPRECATED_CLI%" == "true" ( @@ -55,4 +55,4 @@ goto :EOF set JAR=%HIVE_LIB%\%%a ) popd -goto :EOF \ No newline at end of file +goto :EOF