hive git commit: HIVE-14506 : TestQueryLifeTimeHook fail (Hari Sankar Subramanyiam via Chao Sun)

2016-08-12 Thread hashutosh
Repository: hive Updated Branches: refs/heads/master 1f7e10c03 -> 1b0bbb89a HIVE-14506 : TestQueryLifeTimeHook fail (Hari Sankar Subramanyiam via Chao Sun) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/1b0bbb89 Tree:

[1/3] hive git commit: HIVE-14444 Upgrade qtest execution framework to junit4 - migrate most of them (Zoltan Haindrich via Ashutosh Chauhan)

2016-08-12 Thread hashutosh
Repository: hive Updated Branches: refs/heads/master bfdc74ff2 -> 1f7e10c03 http://git-wip-us.apache.org/repos/asf/hive/blob/1f7e10c0/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CorePerfCliDriver.java -- diff

[3/3] hive git commit: HIVE-14444 Upgrade qtest execution framework to junit4 - migrate most of them (Zoltan Haindrich via Ashutosh Chauhan)

2016-08-12 Thread hashutosh
HIVE-1 Upgrade qtest execution framework to junit4 - migrate most of them (Zoltan Haindrich via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[2/3] hive git commit: HIVE-14444 Upgrade qtest execution framework to junit4 - migrate most of them (Zoltan Haindrich via Ashutosh Chauhan)

2016-08-12 Thread hashutosh
http://git-wip-us.apache.org/repos/asf/hive/blob/1f7e10c0/itests/qtest/src/test/java/org/apache/hadoop/hive/cli/TestHBaseNegativeCliDriver.java -- diff --git

hive git commit: HIVE-14504: tez_join_hash.q test is slow (Prasanth Jayachandran reviewed by Siddharth Seth)

2016-08-12 Thread prasanthj
Repository: hive Updated Branches: refs/heads/master bff1b9e9e -> bfdc74ff2 HIVE-14504: tez_join_hash.q test is slow (Prasanth Jayachandran reviewed by Siddharth Seth) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-14432 : LLAP signing unit test may be timing-dependent (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

2016-08-12 Thread sershe
Repository: hive Updated Branches: refs/heads/master f291de23b -> bff1b9e9e HIVE-14432 : LLAP signing unit test may be timing-dependent (Sergey Shelukhin, reviewed by Prasanth Jayachandran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-14479 : Add some join tests for acid table (Wei Zheng, reviewed by Eugene Koifman)

2016-08-12 Thread weiz
Repository: hive Updated Branches: refs/heads/branch-1 20908265e -> 2af539c17 HIVE-14479 : Add some join tests for acid table (Wei Zheng, reviewed by Eugene Koifman) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/2af539c1

hive git commit: HIVE-14479 : Add some join tests for acid table (Wei Zheng, reviewed by Eugene Koifman)

2016-08-12 Thread weiz
Repository: hive Updated Branches: refs/heads/branch-2.1 bdf4ef890 -> 24ffc98f5 HIVE-14479 : Add some join tests for acid table (Wei Zheng, reviewed by Eugene Koifman) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-14479 : Add some join tests for acid table (Wei Zheng, reviewed by Eugene Koifman)

2016-08-12 Thread weiz
Repository: hive Updated Branches: refs/heads/master 582ab11e7 -> f291de23b HIVE-14479 : Add some join tests for acid table (Wei Zheng, reviewed by Eugene Koifman) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/f291de23

hive git commit: HIVE-14478 : Remove seemingly unused common/src/test/resources/core-site.xml (Zoltan Haindrich via Ashutosh Chauhan)

2016-08-12 Thread hashutosh
Repository: hive Updated Branches: refs/heads/master 076b6 -> 582ab11e7 HIVE-14478 : Remove seemingly unused common/src/test/resources/core-site.xml (Zoltan Haindrich via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan Project:

[1/2] hive git commit: HIVE-14396 : CBO: Calcite Operator To Hive Operator (Calcite Return Path): TestCliDriver count.q failure (Vineet Garg via Ashutosh Chauhan)

2016-08-12 Thread hashutosh
Repository: hive Updated Branches: refs/heads/master d97e4e2c9 -> 076b6 http://git-wip-us.apache.org/repos/asf/hive/blob/076b6ccc/ql/src/test/results/clientpositive/tez/count.q.out -- diff --git

[2/2] hive git commit: HIVE-14396 : CBO: Calcite Operator To Hive Operator (Calcite Return Path): TestCliDriver count.q failure (Vineet Garg via Ashutosh Chauhan)

2016-08-12 Thread hashutosh
HIVE-14396 : CBO: Calcite Operator To Hive Operator (Calcite Return Path): TestCliDriver count.q failure (Vineet Garg via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[2/2] hive git commit: HIVE-14433 : refactor LLAP plan cache avoidance and fix issue in merge processor (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

2016-08-12 Thread sershe
HIVE-14433 : refactor LLAP plan cache avoidance and fix issue in merge processor (Sergey Shelukhin, reviewed by Prasanth Jayachandran) Conflicts: ql/src/java/org/apache/hadoop/hive/ql/exec/tez/MapRecordProcessor.java Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[1/2] hive git commit: HIVE-14433 : refactor LLAP plan cache avoidance and fix issue in merge processor (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

2016-08-12 Thread sershe
Repository: hive Updated Branches: refs/heads/branch-2.1 b8903b36b -> bdf4ef890 refs/heads/master 4b3507652 -> d97e4e2c9 HIVE-14433 : refactor LLAP plan cache avoidance and fix issue in merge processor (Sergey Shelukhin, reviewed by Prasanth Jayachandran) Project:

hive git commit: HIVE-14342: Beeline output is garbled when executed from a remote shell (Naveen Gangam, via Chaoyu Tang, reviewed by Mohit Sabharwal)

2016-08-12 Thread ctang
Repository: hive Updated Branches: refs/heads/branch-2.1 79a19dbd7 -> b8903b36b HIVE-14342: Beeline output is garbled when executed from a remote shell (Naveen Gangam, via Chaoyu Tang, reviewed by Mohit Sabharwal) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-14342: Beeline output is garbled when executed from a remote shell (Naveen Gangam, via Chaoyu Tang, reviewed by Mohit Sabharwal)

2016-08-12 Thread ctang
Repository: hive Updated Branches: refs/heads/master 4b4580a42 -> 4b3507652 HIVE-14342: Beeline output is garbled when executed from a remote shell (Naveen Gangam, via Chaoyu Tang, reviewed by Mohit Sabharwal) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-14445 : upgrade maven surefire to 2.19.1 (Zoltan Haindrich via Ashutosh Chauhan)

2016-08-12 Thread hashutosh
Repository: hive Updated Branches: refs/heads/master 21865352e -> 4b4580a42 HIVE-14445 : upgrade maven surefire to 2.19.1 (Zoltan Haindrich via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: Revert "Addendum for HIVE-12181"

2016-08-12 Thread prasanthj
Repository: hive Updated Branches: refs/heads/master ecab0d072 -> 21865352e Revert "Addendum for HIVE-12181" This reverts commit 09272628e908d42882fd0eaea63f7520aceea341. Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[2/3] hive git commit: HIVE-14035 Enable predicate pushdown to delta files created by ACID Transactions (Saket Saurabh via Eugene Koifman)

2016-08-12 Thread ekoifman
http://git-wip-us.apache.org/repos/asf/hive/blob/ecab0d07/ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java

[3/3] hive git commit: HIVE-14035 Enable predicate pushdown to delta files created by ACID Transactions (Saket Saurabh via Eugene Koifman)

2016-08-12 Thread ekoifman
HIVE-14035 Enable predicate pushdown to delta files created by ACID Transactions (Saket Saurabh via Eugene Koifman) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/ecab0d07 Tree:

[1/3] hive git commit: HIVE-14035 Enable predicate pushdown to delta files created by ACID Transactions (Saket Saurabh via Eugene Koifman)

2016-08-12 Thread ekoifman
Repository: hive Updated Branches: refs/heads/master 333fa8763 -> ecab0d072 http://git-wip-us.apache.org/repos/asf/hive/blob/ecab0d07/ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands2WithSplitUpdate.java -- diff --git

hive git commit: HIVE-14513: Enhance custom query feature in LDAP atn to support resultset of ldap groups (Naveen Gangam, via Chaoyu Tang)

2016-08-12 Thread ctang
Repository: hive Updated Branches: refs/heads/master b3c5296d7 -> 333fa8763 HIVE-14513: Enhance custom query feature in LDAP atn to support resultset of ldap groups (Naveen Gangam, via Chaoyu Tang) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: Addendum for HIVE-12181

2016-08-12 Thread hashutosh
Repository: hive Updated Branches: refs/heads/master 6447f5cd5 -> 09272628e Addendum for HIVE-12181 Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/09272628 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/09272628