hive git commit: HIVE-12947: SMB join in tez has ClassCastException when container reuse is on (Vikram Dixit K, reviewed by Sergey Shelukhin)

2016-02-01 Thread vikram
Repository: hive Updated Branches: refs/heads/master 5140e73ca -> d60e7c03d HIVE-12947: SMB join in tez has ClassCastException when container reuse is on (Vikram Dixit K, reviewed by Sergey Shelukhin) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-12931. Shuffle tokens stay around forever in LLAP. (Siddharth Seth, reviewed by Sergey Shelukhin)

2016-02-01 Thread sseth
Repository: hive Updated Branches: refs/heads/master 43837e8ef -> 1e6fa1eb3 HIVE-12931. Shuffle tokens stay around forever in LLAP. (Siddharth Seth, reviewed by Sergey Shelukhin) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[2/2] hive git commit: HIVE-12964 : TestOperationLoggingAPIWithMr, TestOperationLoggingAPIWithTez fail on branch-2.0 (with Java 7, at least) (Prasanth Jayachandran, reviewed by Sergey Shelukhin)

2016-02-01 Thread sershe
HIVE-12964 : TestOperationLoggingAPIWithMr,TestOperationLoggingAPIWithTez fail on branch-2.0 (with Java 7, at least) (Prasanth Jayachandran, reviewed by Sergey Shelukhin) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[1/2] hive git commit: HIVE-12964 : TestOperationLoggingAPIWithMr, TestOperationLoggingAPIWithTez fail on branch-2.0 (with Java 7, at least) (Prasanth Jayachandran, reviewed by Sergey Shelukhin)

2016-02-01 Thread sershe
Repository: hive Updated Branches: refs/heads/branch-2.0 91adc5287 -> 29347907a refs/heads/master 1e6fa1eb3 -> 5140e73ca HIVE-12964 : TestOperationLoggingAPIWithMr,TestOperationLoggingAPIWithTez fail on branch-2.0 (with Java 7, at least) (Prasanth Jayachandran, reviewed by Sergey

[1/2] hive git commit: HIVE-12448. Change to tracking of dag status via dagIdentifier instead of dag name. (Siddharth Seth, reviewed by Sergey Shelukhin) ADDENDUM

2016-02-01 Thread sershe
Repository: hive Updated Branches: refs/heads/branch-2.0 73734a044 -> b45f4c69f HIVE-12448. Change to tracking of dag status via dagIdentifier instead of dag name. (Siddharth Seth, reviewed by Sergey Shelukhin) ADDENDUM Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[2/2] hive git commit: HIVE-12948 : Update branch-2.0 before cutting the RC (Sergey Shelukhin, reviewed by Ashutosh Chauhan) ADDENDUM2

2016-02-01 Thread sershe
HIVE-12948 : Update branch-2.0 before cutting the RC (Sergey Shelukhin, reviewed by Ashutosh Chauhan) ADDENDUM2 Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/b45f4c69 Tree:

[hive] Git Push Summary

2016-02-01 Thread sershe
Repository: hive Updated Tags: refs/tags/release-2.0.0-rc0 [created] f1a8a2a09

hive git commit: HIVE-12947: SMB mapjoin query runtime error "FileSinkOperator cannot be cast to org.apache.hadoop.hive.ql.exec.DummyStoreOperator" (Vikram Dixit K, reviewed by Sergey Shelukhin)

2016-02-01 Thread vikram
Repository: hive Updated Branches: refs/heads/branch-1 e54f28ee0 -> 556806984 HIVE-12947: SMB mapjoin query runtime error "FileSinkOperator cannot be cast to org.apache.hadoop.hive.ql.exec.DummyStoreOperator" (Vikram Dixit K, reviewed by Sergey Shelukhin) Project:

hive git commit: HIVE-12947: SMB mapjoin query runtime error "FileSinkOperator cannot be cast to org.apache.hadoop.hive.ql.exec.DummyStoreOperator" (Vikram Dixit K, reviewed by Sergey Shelukhin)

2016-02-01 Thread vikram
Repository: hive Updated Branches: refs/heads/branch-1.2 d649379f3 -> 0b9b1d84f HIVE-12947: SMB mapjoin query runtime error "FileSinkOperator cannot be cast to org.apache.hadoop.hive.ql.exec.DummyStoreOperator" (Vikram Dixit K, reviewed by Sergey Shelukhin) Project:

hive git commit: HIVE-12448. Change to tracking of dag status via dagIdentifier instead of dag name. (Siddharth Seth, reviewed by Sergey Shelukhin) ADDENDUM

2016-02-01 Thread sershe
Repository: hive Updated Branches: refs/heads/master d60e7c03d -> 37026abd8 HIVE-12448. Change to tracking of dag status via dagIdentifier instead of dag name. (Siddharth Seth, reviewed by Sergey Shelukhin) ADDENDUM Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[01/10] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin)

2016-02-01 Thread sseth
Repository: hive Updated Branches: refs/heads/master 11f1e47eb -> 4185d9b8e http://git-wip-us.apache.org/repos/asf/hive/blob/4185d9b8/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskSchedulerService.java

[02/10] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin)

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/4185d9b8/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskSchedulerService.java -- diff --git

[05/10] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin)

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/4185d9b8/llap-server/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapDaemonProtocolClientProxy.java -- diff --git

[05/11] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin) (cherry picked from commit 4185d9b8e2eecfef3b5a38899f69

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/9886414b/llap-server/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskCommunicator.java -- diff --git

[09/11] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin) (cherry picked from commit 4185d9b8e2eecfef3b5a38899f69

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/9886414b/llap-common/src/gen/protobuf/gen-java/org/apache/hadoop/hive/llap/daemon/rpc/LlapDaemonProtocolProtos.java -- diff --git

[08/11] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin) (cherry picked from commit 4185d9b8e2eecfef3b5a38899f69

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/9886414b/llap-common/src/java/org/apache/hadoop/hive/llap/LlapNodeId.java -- diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/LlapNodeId.java

[07/11] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin) (cherry picked from commit 4185d9b8e2eecfef3b5a38899f69

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/9886414b/llap-server/src/gen/protobuf/gen-java/org/apache/hadoop/hive/llap/daemon/rpc/LlapDaemonProtocolProtos.java -- diff --git

[03/11] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin) (cherry picked from commit 4185d9b8e2eecfef3b5a38899f69

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/9886414b/llap-server/src/test/org/apache/tez/dag/app/rm/TestLlapTaskSchedulerService.java -- diff --git

[06/10] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin)

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/4185d9b8/llap-server/src/java/org/apache/hadoop/hive/llap/LlapNodeId.java -- diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/LlapNodeId.java

[08/10] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin)

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/4185d9b8/llap-common/src/java/org/apache/hadoop/hive/llap/LlapNodeId.java -- diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/LlapNodeId.java

[11/11] hive git commit: HIVE-12934 branch-2.0 addendum. Update version fro new modules to reflect branch version. (Siddharth Seth)

2016-02-01 Thread sseth
HIVE-12934 branch-2.0 addendum. Update version fro new modules to reflect branch version. (Siddharth Seth) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/98d51677 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/98d51677

[10/10] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin)

2016-02-01 Thread sseth
HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, 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/4185d9b8 Tree:

hive git commit: HIVE-12931. Shuffle tokens stay around forever in LLAP. (Siddharth Seth, reviewed by Sergey Shelukhin) (cherry picked from commit 1e6fa1eb3f8b7eeb551355cb6ebee483ef4e4d71)

2016-02-01 Thread sseth
Repository: hive Updated Branches: refs/heads/branch-2.0 5b7230d8e -> 91adc5287 HIVE-12931. Shuffle tokens stay around forever in LLAP. (Siddharth Seth, reviewed by Sergey Shelukhin) (cherry picked from commit 1e6fa1eb3f8b7eeb551355cb6ebee483ef4e4d71) Project:

hive git commit: HIVE-12834 : Fix to accept the arrow keys in BeeLine CLI (Shinichi Yamashita via Ashutosh Chauhan)

2016-02-01 Thread hashutosh
Repository: hive Updated Branches: refs/heads/master ecf45b9ff -> cd9185cc4 HIVE-12834 : Fix to accept the arrow keys in BeeLine CLI (Shinichi Yamashita via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan Project: http://git-wip-us.apache.org/repos/asf/hive/repo

hive git commit: HIVE-12966 : Change some ZooKeeperHiveLockManager logs to debug (Mohit Sabharwal via Ashutosh Chauhan)

2016-02-01 Thread hashutosh
Repository: hive Updated Branches: refs/heads/master 37026abd8 -> ecf45b9ff HIVE-12966 : Change some ZooKeeperHiveLockManager logs to debug (Mohit Sabharwal via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan Project:

[2/2] hive git commit: HIVE-12945 : Bucket pruning: bucketing for -ve hashcodes have historical issues (Gopal V, reviewed by Sergey Shelukhin, Prasanth Jayachandran)

2016-02-01 Thread sershe
HIVE-12945 : Bucket pruning: bucketing for -ve hashcodes have historical issues (Gopal V, reviewed by Sergey Shelukhin, Prasanth Jayachandran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/5b7230d8 Tree:

[1/2] hive git commit: HIVE-12945 : Bucket pruning: bucketing for -ve hashcodes have historical issues (Gopal V, reviewed by Sergey Shelukhin, Prasanth Jayachandran)

2016-02-01 Thread sershe
Repository: hive Updated Branches: refs/heads/branch-2.0 98d516770 -> 5b7230d8e refs/heads/master 4185d9b8e -> 43837e8ef HIVE-12945 : Bucket pruning: bucketing for -ve hashcodes have historical issues (Gopal V, reviewed by Sergey Shelukhin, Prasanth Jayachandran) Project:

hive git commit: HIVE-12944: Support SUM(DISTINCT) for partitioning query. (Aihua Xu, reviewed by Szehon Ho)

2016-02-01 Thread aihuaxu
Repository: hive Updated Branches: refs/heads/master 0ec6e8893 -> 11f1e47eb HIVE-12944: Support SUM(DISTINCT) for partitioning query. (Aihua Xu, reviewed by Szehon Ho) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[06/11] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin) (cherry picked from commit 4185d9b8e2eecfef3b5a38899f69

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/9886414b/llap-server/src/java/org/apache/hadoop/hive/llap/LlapNodeId.java -- diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/LlapNodeId.java

[01/11] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin) (cherry picked from commit 4185d9b8e2eecfef3b5a38899f69

2016-02-01 Thread sseth
Repository: hive Updated Branches: refs/heads/branch-2.0 29a988fd9 -> 98d516770 http://git-wip-us.apache.org/repos/asf/hive/blob/9886414b/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskSchedulerService.java

[04/11] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin) (cherry picked from commit 4185d9b8e2eecfef3b5a38899f69

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/9886414b/llap-server/src/java/org/apache/tez/dag/app/rm/LlapTaskSchedulerService.java -- diff --git a/llap-server/src/java/org/apache/tez/dag/app/rm/LlapTaskSchedulerService.java

[09/10] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin)

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/4185d9b8/llap-common/src/gen/protobuf/gen-java/org/apache/hadoop/hive/llap/daemon/rpc/LlapDaemonProtocolProtos.java -- diff --git

[03/10] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin)

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/4185d9b8/llap-server/src/test/org/apache/tez/dag/app/rm/TestLlapTaskSchedulerService.java -- diff --git

[04/10] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin)

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/4185d9b8/llap-server/src/java/org/apache/tez/dag/app/rm/LlapTaskSchedulerService.java -- diff --git a/llap-server/src/java/org/apache/tez/dag/app/rm/LlapTaskSchedulerService.java

[07/10] hive git commit: HIVE-12934. Refactor llap module structure to allow for a usable client. (Siddharth Seth, reviewed by Sergey Shelukhin)

2016-02-01 Thread sseth
http://git-wip-us.apache.org/repos/asf/hive/blob/4185d9b8/llap-server/src/gen/protobuf/gen-java/org/apache/hadoop/hive/llap/daemon/rpc/LlapDaemonProtocolProtos.java -- diff --git