commit 91e4d2240b78741ac0e8216587f10ec82da0d2a9 Author: Vihang Karajgaonkar Date: Fri Aug 5 10:29:42 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