hive git commit: HIVE-16317 CASE .. NULL in JOIN condition can trigger SemanticException (Remus Rusanu, reviewed by Ashutosh Chauhan)

2017-04-20 Thread remusr
Repository: hive Updated Branches: refs/heads/master 28a2efd0c -> fa24d4b9b HIVE-16317 CASE .. NULL in JOIN condition can trigger SemanticException (Remus Rusanu, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repo

[3/5] hive git commit: HIVE-16423: Add hint to enforce semi join optimization (Deepak Jaiswal, reviewed by Jason Dere)

2017-04-20 Thread gunther
http://git-wip-us.apache.org/repos/asf/hive/blob/9d5d737d/ql/src/java/org/apache/hadoop/hive/ql/parse/GenTezUtils.java -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/parse/GenTezUtils.java b/ql/src/java/org/apache/hadoop/hi

[1/5] hive git commit: HIVE-16423: Add hint to enforce semi join optimization (Deepak Jaiswal, reviewed by Jason Dere)

2017-04-20 Thread gunther
Repository: hive Updated Branches: refs/heads/master fa24d4b9b -> 9d5d737db http://git-wip-us.apache.org/repos/asf/hive/blob/9d5d737d/ql/src/java/org/apache/hadoop/hive/ql/parse/SemiJoinBranchInfo.java -- diff --git a/ql/src/j

[4/5] hive git commit: HIVE-16423: Add hint to enforce semi join optimization (Deepak Jaiswal, reviewed by Jason Dere)

2017-04-20 Thread gunther
http://git-wip-us.apache.org/repos/asf/hive/blob/9d5d737d/ql/src/java/org/apache/hadoop/hive/ql/parse/CalcitePlanner.java.orig -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/parse/CalcitePlanner.java.orig b/ql/src/java/org

[5/5] hive git commit: HIVE-16423: Add hint to enforce semi join optimization (Deepak Jaiswal, reviewed by Jason Dere)

2017-04-20 Thread gunther
HIVE-16423: Add hint to enforce semi join optimization (Deepak Jaiswal, reviewed by Jason Dere) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/9d5d737d Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/9d5d737d Diff: http

[2/5] hive git commit: HIVE-16423: Add hint to enforce semi join optimization (Deepak Jaiswal, reviewed by Jason Dere)

2017-04-20 Thread gunther
http://git-wip-us.apache.org/repos/asf/hive/blob/9d5d737d/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java.orig -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java.orig b/ql/src/java

hive git commit: HIVE-14807: analyze table compute statistics fails due to presence of Infinity value in double column (Pengcheng Xiong, reviewed by Ashutosh Chauhan)

2017-04-20 Thread pxiong
Repository: hive Updated Branches: refs/heads/master 9d5d737db -> 8e2f1830a HIVE-14807: analyze table compute statistics fails due to presence of Infinity value in double column (Pengcheng Xiong, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-14807: analyze table compute statistics fails due to presence of Infinity value in double column (Pengcheng Xiong, reviewed by Ashutosh Chauhan)

2017-04-20 Thread pxiong
Repository: hive Updated Branches: refs/heads/branch-2 45c53aced -> 044d42942 HIVE-14807: analyze table compute statistics fails due to presence of Infinity value in double column (Pengcheng Xiong, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit

hive git commit: HIVE-14807: analyze table compute statistics fails due to presence of Infinity value in double column (Pengcheng Xiong, reviewed by Ashutosh Chauhan)

2017-04-20 Thread pxiong
Repository: hive Updated Branches: refs/heads/branch-2.3 94ea7f514 -> a95b3497a HIVE-14807: analyze table compute statistics fails due to presence of Infinity value in double column (Pengcheng Xiong, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Comm

hive git commit: HIVE-16454: Add blobstore tests for inserting empty into dynamic partition/list bucket tables & inserting cross blobstore tables (Rentao Wu, reviewed by Sergio Pena)

2017-04-20 Thread spena
Repository: hive Updated Branches: refs/heads/master 8e2f1830a -> bde615234 HIVE-16454: Add blobstore tests for inserting empty into dynamic partition/list bucket tables & inserting cross blobstore tables (Rentao Wu, reviewed by Sergio Pena) Project: http://git-wip-us.apache.org/repos/asf/h

hive git commit: HIVE-16454: Add blobstore tests for inserting empty into dynamic partition/list bucket tables & inserting cross blobstore tables (Rentao Wu, reviewed by Sergio Pena)

2017-04-20 Thread spena
Repository: hive Updated Branches: refs/heads/branch-2 044d42942 -> 84483e7da HIVE-16454: Add blobstore tests for inserting empty into dynamic partition/list bucket tables & inserting cross blobstore tables (Rentao Wu, reviewed by Sergio Pena) Project: http://git-wip-us.apache.org/repos/asf

hive git commit: HIVE-16454: Add blobstore tests for inserting empty into dynamic partition/list bucket tables & inserting cross blobstore tables (Rentao Wu, reviewed by Sergio Pena)

2017-04-20 Thread spena
Repository: hive Updated Branches: refs/heads/branch-2.3 a95b3497a -> 5ee0e31d8 HIVE-16454: Add blobstore tests for inserting empty into dynamic partition/list bucket tables & inserting cross blobstore tables (Rentao Wu, reviewed by Sergio Pena) Project: http://git-wip-us.apache.org/repos/a

hive git commit: HIVE-16385: StatsNoJobTask could exit early before all partitions have been processed (Chao Sun, reviewed by Xuefu Zhang)

2017-04-20 Thread pxiong
Repository: hive Updated Branches: refs/heads/branch-2 84483e7da -> c089e9d45 HIVE-16385: StatsNoJobTask could exit early before all partitions have been processed (Chao Sun, reviewed by Xuefu Zhang) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.o

hive git commit: HIVE-16385: StatsNoJobTask could exit early before all partitions have been processed (Chao Sun, reviewed by Xuefu Zhang)

2017-04-20 Thread pxiong
Repository: hive Updated Branches: refs/heads/branch-2.3 5ee0e31d8 -> 240558258 HIVE-16385: StatsNoJobTask could exit early before all partitions have been processed (Chao Sun, reviewed by Xuefu Zhang) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache

[2/2] hive git commit: HIVE-15795 : Support Accumulo Index Tables in Hive Accumulo Connector (Mike Fagan, reviewed by Josh Elser)

2017-04-20 Thread sershe
HIVE-15795 : Support Accumulo Index Tables in Hive Accumulo Connector (Mike Fagan, reviewed by Josh Elser) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/169e6559 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/169e6559

[1/2] hive git commit: HIVE-15795 : Support Accumulo Index Tables in Hive Accumulo Connector (Mike Fagan, reviewed by Josh Elser)

2017-04-20 Thread sershe
Repository: hive Updated Branches: refs/heads/master bde615234 -> 169e65592 http://git-wip-us.apache.org/repos/asf/hive/blob/169e6559/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloIndexParameters.java

hive git commit: HIVE-16363: QueryLifeTimeHooks should catch parse exceptions (Sahil Takiar, reviewed by Sergio Pena)

2017-04-20 Thread spena
Repository: hive Updated Branches: refs/heads/master 169e65592 -> 656a99e7e HIVE-16363: QueryLifeTimeHooks should catch parse exceptions (Sahil Takiar, reviewed by Sergio Pena) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commi

[3/6] hive git commit: HIVE-16296 : use LLAP executor count to configure reducer auto-parallelism (Sergey Shelukhin, Gopal Vijayaraghavan, reviewed by Gopal Vijayaraghavan, Sergey Shelukhin, Gunther H

2017-04-20 Thread sershe
http://git-wip-us.apache.org/repos/asf/hive/blob/10bd23eb/ql/src/test/results/clientpositive/llap/subquery_scalar.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/subquery_scalar.q.out b/ql/src/test/results/clientposi

[6/6] hive git commit: HIVE-16296 : use LLAP executor count to configure reducer auto-parallelism (Sergey Shelukhin, Gopal Vijayaraghavan, reviewed by Gopal Vijayaraghavan, Sergey Shelukhin, Gunther H

2017-04-20 Thread sershe
HIVE-16296 : use LLAP executor count to configure reducer auto-parallelism (Sergey Shelukhin, Gopal Vijayaraghavan, reviewed by Gopal Vijayaraghavan, Sergey Shelukhin, Gunther Hagleitner) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hi

[2/6] hive git commit: HIVE-16296 : use LLAP executor count to configure reducer auto-parallelism (Sergey Shelukhin, Gopal Vijayaraghavan, reviewed by Gopal Vijayaraghavan, Sergey Shelukhin, Gunther H

2017-04-20 Thread sershe
http://git-wip-us.apache.org/repos/asf/hive/blob/10bd23eb/ql/src/test/results/clientpositive/llap/unionDistinct_1.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/unionDistinct_1.q.out b/ql/src/test/results/clientposi

[5/6] hive git commit: HIVE-16296 : use LLAP executor count to configure reducer auto-parallelism (Sergey Shelukhin, Gopal Vijayaraghavan, reviewed by Gopal Vijayaraghavan, Sergey Shelukhin, Gunther H

2017-04-20 Thread sershe
http://git-wip-us.apache.org/repos/asf/hive/blob/10bd23eb/ql/src/test/results/clientpositive/llap/cte_1.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/cte_1.q.out b/ql/src/test/results/clientpositive/llap/cte_1.q.ou

[4/6] hive git commit: HIVE-16296 : use LLAP executor count to configure reducer auto-parallelism (Sergey Shelukhin, Gopal Vijayaraghavan, reviewed by Gopal Vijayaraghavan, Sergey Shelukhin, Gunther H

2017-04-20 Thread sershe
http://git-wip-us.apache.org/repos/asf/hive/blob/10bd23eb/ql/src/test/results/clientpositive/llap/except_distinct.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/except_distinct.q.out b/ql/src/test/results/clientposi

[1/6] hive git commit: HIVE-16296 : use LLAP executor count to configure reducer auto-parallelism (Sergey Shelukhin, Gopal Vijayaraghavan, reviewed by Gopal Vijayaraghavan, Sergey Shelukhin, Gunther H

2017-04-20 Thread sershe
Repository: hive Updated Branches: refs/heads/master 656a99e7e -> 10bd23eb5 http://git-wip-us.apache.org/repos/asf/hive/blob/10bd23eb/ql/src/test/results/clientpositive/llap/vector_complex_all.q.out -- diff --git a/ql/src/test/

hive git commit: HIVE-16307 : add IO memory usage report to LLAP UI (Sergey Shelukhin, reviewed by Prasanth Jayachandran) ERRATA UPDATE

2017-04-20 Thread sershe
Repository: hive Updated Branches: refs/heads/master 10bd23eb5 -> 609208fce HIVE-16307 : add IO memory usage report to LLAP UI (Sergey Shelukhin, reviewed by Prasanth Jayachandran) ERRATA UPDATE Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/re

hive git commit: HIVE-15786. Provide additional information from the llapstatus command. (Siddharth Seth, reviewed by Prasanth Jayachandran)

2017-04-20 Thread sseth
Repository: hive Updated Branches: refs/heads/master 609208fce -> a5980eec6 HIVE-15786. Provide additional information from the llapstatus command. (Siddharth Seth, reviewed by Prasanth Jayachandran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.o

hive git commit: HIVE-16321 Possible deadlock in metastore with Acid enabled (Eugene Koifman, reviewed by Wei Zheng)

2017-04-20 Thread ekoifman
Repository: hive Updated Branches: refs/heads/master a5980eec6 -> 182218b76 HIVE-16321 Possible deadlock in metastore with Acid enabled (Eugene Koifman, reviewed by Wei Zheng) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit

hive git commit: HIVE-16311: Improve the performance for FastHiveDecimalImpl.fastDivide (Colin Ma, reviewed by Xuefu Zhang)

2017-04-20 Thread xuf
Repository: hive Updated Branches: refs/heads/master 182218b76 -> 739c6ce53 HIVE-16311: Improve the performance for FastHiveDecimalImpl.fastDivide (Colin Ma, reviewed by Xuefu Zhang) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive