Repository: hive Updated Branches: refs/heads/hive-14535 3f34134a6 -> a057e12cf
HIVE-15000: Remove addlocaldriverjar, and addlocaldrivername from command line help (Peter Vary, reviewed by Ferdinand Xu) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/399af466 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/399af466 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/399af466 Branch: refs/heads/hive-14535 Commit: 399af4663f9f4a4ec85b48523b0bc54e5804b87a Parents: 57044c4 Author: Ferdinand Xu <cheng.a...@intel.com> Authored: Wed Oct 19 01:38:17 2016 +0800 Committer: Ferdinand Xu <cheng.a...@intel.com> Committed: Wed Oct 19 01:38:17 2016 +0800 ---------------------------------------------------------------------- beeline/src/main/resources/BeeLine.properties | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/399af466/beeline/src/main/resources/BeeLine.properties ---------------------------------------------------------------------- diff --git a/beeline/src/main/resources/BeeLine.properties b/beeline/src/main/resources/BeeLine.properties index ad79c01..df31bff 100644 --- a/beeline/src/main/resources/BeeLine.properties +++ b/beeline/src/main/resources/BeeLine.properties @@ -201,8 +201,6 @@ cmd-usage: Usage: java org.apache.hive.cli.beeline.BeeLine \n \ \ --delimiterForDSV=DELIMITER specify the delimiter for delimiter-separated values output format (default: |)\n \ \ --isolation=LEVEL set the transaction isolation level\n \ \ --nullemptystring=[true/false] set to true to get historic behavior of printing null as empty string\n \ -\ --addlocaldriverjar=DRIVERJARNAME Add driver jar file in the beeline client side\n \ -\ --addlocaldrivername=DRIVERNAME Add drvier name needs to be supported in the beeline client side\n \ \ --showConnectedUrl=[true/false] Prompt HiveServer2's URI to which this beeline connected.\n \ \ Only works for HiveServer2 cluster mode.\n \ \ --help display this message\n \