commit e71bf98467df6254dbf4569a27f7220f96b80005 Author: Vihang Karajgaonkar Date: Tue Aug 16 17:31:52 2016 -0700 HIVE-14440 : Fix default value of USE_DEPRECATED_CLI in cli.cmd diff --git bin/ext/cli.cmd bin/ext/cli.cmd index d9185c052fc9194712d0ec0fc434734998f6a3e1..74a1596457003d83834a42c5ca607d9b35776d68 100644 --- bin/ext/cli.cmd +++ 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