Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We use a new Hive CLI on top of Beeline to implement the Hive CLI functionality. In case Since some existing Hive CLI features are not supported in the new Hive CLI, we are using the old Hive client implementation by default. We are able to use the following command to use the deprecated old beeline based Hive CLI tool. 

No Format
export USE_DEPRECATED_CLI=truefalse

Note that the log4j configuration file has been changed to "beeline-log4j.properties". 

...