You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ss...@apache.org on 2016/04/05 00:38:05 UTC

[21/24] hive git commit: HIVE-13388 : Fix inconsistent content due to Thrift changes (Wei Zheng, reviewed by Sergey Shelukhin)

HIVE-13388 : Fix inconsistent content due to Thrift changes (Wei Zheng, reviewed by Sergey Shelukhin)


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

Branch: refs/heads/llap
Commit: 983036358633cfbb6aec30003faac8280372b2c9
Parents: 6a1f8a8
Author: Wei Zheng <we...@apache.org>
Authored: Mon Apr 4 11:18:25 2016 -0700
Committer: Wei Zheng <we...@apache.org>
Committed: Mon Apr 4 11:18:25 2016 -0700

----------------------------------------------------------------------
 service-rpc/src/gen/thrift/gen-py/__init__.py   |    0
 service/src/gen/thrift/gen-cpp/ThriftHive.cpp   | 3544 ++++++++
 service/src/gen/thrift/gen-cpp/ThriftHive.h     | 1224 +++
 .../gen-cpp/ThriftHive_server.skeleton.cpp      |   84 +
 .../thrift/gen-cpp/hive_service_constants.cpp   |   17 +
 .../gen/thrift/gen-cpp/hive_service_constants.h |   24 +
 .../gen/thrift/gen-cpp/hive_service_types.cpp   |  351 +
 .../src/gen/thrift/gen-cpp/hive_service_types.h |  176 +
 .../hadoop/hive/service/HiveClusterStatus.java  |  901 ++
 .../hive/service/HiveServerException.java       |  601 ++
 .../hadoop/hive/service/JobTrackerState.java    |   45 +
 .../apache/hadoop/hive/service/ThriftHive.java  | 7784 ++++++++++++++++++
 service/src/gen/thrift/gen-php/ThriftHive.php   | 1943 +++++
 service/src/gen/thrift/gen-php/Types.php        |  338 +
 service/src/gen/thrift/gen-py/__init__.py       |    0
 .../gen-py/hive_service/ThriftHive-remote       | 1242 +++
 .../thrift/gen-py/hive_service/ThriftHive.py    | 1674 ++++
 .../gen/thrift/gen-py/hive_service/__init__.py  |    1 +
 .../gen/thrift/gen-py/hive_service/constants.py |   11 +
 .../gen/thrift/gen-py/hive_service/ttypes.py    |  260 +
 .../gen/thrift/gen-rb/hive_service_constants.rb |    9 +
 .../src/gen/thrift/gen-rb/hive_service_types.rb |   68 +
 service/src/gen/thrift/gen-rb/thrift_hive.rb    |  555 ++
 23 files changed, 20852 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/98303635/service-rpc/src/gen/thrift/gen-py/__init__.py
----------------------------------------------------------------------
diff --git a/service-rpc/src/gen/thrift/gen-py/__init__.py b/service-rpc/src/gen/thrift/gen-py/__init__.py
new file mode 100644
index 0000000..e69de29