HIVE-13442 : LLAP: refactor submit API to be amenable to signing (Sergey Shelukhin, reviewed by Siddharth Seth)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/0b5c27fd Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/0b5c27fd Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/0b5c27fd Branch: refs/heads/llap Commit: 0b5c27fdd4fbf8861d4eefc207c2da3a6ceac23d Parents: b70efa4 Author: Sergey Shelukhin <[email protected]> Authored: Tue May 3 15:02:24 2016 -0700 Committer: Sergey Shelukhin <[email protected]> Committed: Tue May 3 15:23:39 2016 -0700 ---------------------------------------------------------------------- .../daemon/rpc/LlapDaemonProtocolProtos.java | 6836 +++++++++++------- .../apache/hadoop/hive/llap/tez/Converters.java | 84 +- .../src/protobuf/LlapDaemonProtocol.proto | 69 +- .../hadoop/hive/llap/tez/TestConverters.java | 51 +- .../llap/daemon/impl/ContainerRunnerImpl.java | 88 +- .../llap/daemon/impl/QueryFragmentInfo.java | 23 +- .../hadoop/hive/llap/daemon/impl/QueryInfo.java | 9 +- .../hive/llap/daemon/impl/QueryTracker.java | 18 +- .../llap/daemon/impl/TaskExecutorService.java | 8 +- .../llap/daemon/impl/TaskRunnerCallable.java | 77 +- .../daemon/impl/TaskExecutorTestHelpers.java | 42 +- .../TestFirstInFirstOutComparator.java | 27 +- .../llap/tezplugins/LlapTaskCommunicator.java | 31 +- 13 files changed, 4504 insertions(+), 2859 deletions(-) ----------------------------------------------------------------------
