You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/01/15 13:26:46 UTC

[30/50] [abbrv] incubator-kylin git commit: Merge pull request #389 from shaofengshi/inverted-index

Merge pull request #389 from shaofengshi/inverted-index

Move HiveClient from metadata module to common module

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

Branch: refs/heads/inverted-index
Commit: dfd666f48bdd20b0ae89f276fce8ebbcb1289e18
Parents: c8351b3 99efe32
Author: shaofengshi <sh...@hotmail.com>
Authored: Wed Jan 14 17:46:15 2015 +0800
Committer: shaofengshi <sh...@hotmail.com>
Committed: Wed Jan 14 17:46:15 2015 +0800

----------------------------------------------------------------------
 common/pom.xml                                  |   6 ++
 .../com/kylinolap/common/util/HiveClient.java   | 106 +++++++++++++++++++
 .../com/kylinolap/dict/lookup/HiveTable.java    |   2 +-
 .../kylinolap/job/cube/CubingJobBuilder.java    |   2 +-
 .../hadoop/invertedindex/IIFlattenHiveJob.java  |   2 +-
 .../test/java/com/kylinolap/job/DeployUtil.java |   2 +-
 .../com/kylinolap/metadata/tool/HiveClient.java | 106 -------------------
 .../metadata/tool/HiveSourceTableLoader.java    |   1 +
 8 files changed, 117 insertions(+), 110 deletions(-)
----------------------------------------------------------------------