You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by my...@apache.org on 2016/12/02 08:02:38 UTC

[48/50] [abbrv] incubator-hivemall git commit: Merge branch 'feature/systemtest' of https://github.com/amaya382/hivemall into JIRA-22/pr-336

Merge branch 'feature/systemtest' of https://github.com/amaya382/hivemall into JIRA-22/pr-336


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

Branch: refs/heads/JIRA-22/pr-336
Commit: 075f93485e41ac8f26451f68b0f38737849b04a7
Parents: 72d6a62 798ec6a
Author: myui <yu...@gmail.com>
Authored: Fri Dec 2 16:55:34 2016 +0900
Committer: myui <yu...@gmail.com>
Committed: Fri Dec 2 16:55:34 2016 +0900

----------------------------------------------------------------------
 pom.xml                                         |   1 +
 systemtest/README.md                            | 211 +++++++++++
 systemtest/pom.xml                              | 105 ++++++
 .../java/com/klarna/hiverunner/Extractor.java   |  33 ++
 .../hivemall/systemtest/MsgpackConverter.java   | 114 ++++++
 .../exception/QueryExecutionException.java      |  27 ++
 .../systemtest/model/CreateTableHQ.java         |  49 +++
 .../hivemall/systemtest/model/DropTableHQ.java  |  27 ++
 .../main/java/hivemall/systemtest/model/HQ.java | 161 ++++++++
 .../java/hivemall/systemtest/model/HQBase.java  |  22 ++
 .../hivemall/systemtest/model/InsertHQ.java     |  47 +++
 .../java/hivemall/systemtest/model/RawHQ.java   |  30 ++
 .../java/hivemall/systemtest/model/TableHQ.java |  30 ++
 .../hivemall/systemtest/model/TableListHQ.java  |  23 ++
 .../model/UploadFileAsNewTableHQ.java           |  35 ++
 .../hivemall/systemtest/model/UploadFileHQ.java |  57 +++
 .../model/UploadFileToExistingHQ.java           |  28 ++
 .../model/lazy/LazyMatchingResource.java        |  63 ++++
 .../systemtest/runner/HiveSystemTestRunner.java | 142 ++++++++
 .../systemtest/runner/SystemTestCommonInfo.java |  46 +++
 .../systemtest/runner/SystemTestRunner.java     | 337 +++++++++++++++++
 .../systemtest/runner/SystemTestTeam.java       | 183 ++++++++++
 .../systemtest/runner/TDSystemTestRunner.java   | 363 +++++++++++++++++++
 .../main/java/hivemall/systemtest/utils/IO.java |  83 +++++
 .../resources/hivemall/hiverunner.properties    |   6 +
 .../src/test/resources/hivemall/td.properties   |  13 +
 26 files changed, 2236 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/075f9348/pom.xml
----------------------------------------------------------------------