You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2015/09/28 21:10:37 UTC

[35/43] hive git commit: Merge branch 'beeline-cli'

Merge branch 'beeline-cli'


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/e570e4f0
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/e570e4f0
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/e570e4f0

Branch: refs/heads/llap
Commit: e570e4f0c6c1105c2c0ce9ed9b5811f4cf102750
Parents: 02121a8 6b3e82d
Author: Ferdinand Xu <ch...@intel.com>
Authored: Sun Sep 27 21:04:38 2015 -0400
Committer: Ferdinand Xu <ch...@intel.com>
Committed: Sun Sep 27 21:04:38 2015 -0400

----------------------------------------------------------------------
 .../java/org/apache/hive/beeline/BeeLine.java   | 300 +++++++++---
 .../org/apache/hive/beeline/BeeLineOpts.java    |  43 +-
 .../hive/beeline/ClientCommandHookFactory.java  |  85 ++++
 .../org/apache/hive/beeline/ClientHook.java     |  33 ++
 .../java/org/apache/hive/beeline/Commands.java  | 486 ++++++++++++++-----
 .../hive/beeline/cli/CliOptionsProcessor.java   | 104 ++++
 .../org/apache/hive/beeline/cli/HiveCli.java    |  37 ++
 .../beeline/TestClientCommandHookFactory.java   |  32 ++
 .../apache/hive/beeline/cli/TestHiveCli.java    | 289 +++++++++++
 beeline/src/test/resources/hive-site.xml        |  37 ++
 bin/beeline                                     |   5 +
 bin/ext/cli.cmd                                 |  39 +-
 bin/ext/cli.sh                                  |  35 +-
 bin/ext/util/execHiveCmd.sh                     |   6 +-
 .../org/apache/hadoop/hive/cli/CliDriver.java   |  24 +-
 .../hadoop/hive/conf/HiveVariableSource.java    |  24 +
 .../hadoop/hive/conf/VariableSubstitution.java  |  70 +++
 .../hive/conf/TestVariableSubstitution.java     |  63 +++
 .../java/org/apache/hadoop/hive/ql/Driver.java  |  10 +-
 .../formatting/MetaDataPrettyFormatUtils.java   |  24 +-
 .../ql/parse/ColumnStatsSemanticAnalyzer.java   |  14 +-
 .../hive/ql/parse/VariableSubstitution.java     |  60 ---
 .../ql/processors/AddResourceProcessor.java     |  11 +-
 .../hive/ql/processors/CompileProcessor.java    |  11 +-
 .../ql/processors/DeleteResourceProcessor.java  |  11 +-
 .../hadoop/hive/ql/processors/DfsProcessor.java |  11 +-
 .../hadoop/hive/ql/processors/SetProcessor.java |  32 +-
 .../hadoop/hive/ql/session/SessionState.java    |  21 +
 .../clientpositive/describe_pretty.q.out        | 366 +++++++-------
 .../cli/operation/HiveCommandOperation.java     |  18 +-
 .../service/cli/operation/SQLOperation.java     |  14 +-
 31 files changed, 1828 insertions(+), 487 deletions(-)
----------------------------------------------------------------------