hive git commit: HIVE-18636 - fix TestTxnNoBuckets.testCTAS - keeps failing on ptest (Eugene Koifman, reviewed by Sergey Shelukhin)

2018-02-07 Thread ekoifman
Repository: hive Updated Branches: refs/heads/master ee2c814ec -> 16b8575b7 HIVE-18636 - fix TestTxnNoBuckets.testCTAS - keeps failing on ptest (Eugene Koifman, reviewed by Sergey Shelukhin) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-18642 : incorrect assertion in TezSessionPool for WM (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

2018-02-07 Thread sershe
Repository: hive Updated Branches: refs/heads/master 1733a3712 -> ee2c814ec HIVE-18642 : incorrect assertion in TezSessionPool for WM (Sergey Shelukhin, reviewed by Prasanth Jayachandran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[2/3] hive git commit: HIVE-18513: Query results caching (Jason Dere, reviewed by Jesus Camacho Rodriguez)

2018-02-07 Thread jdere
http://git-wip-us.apache.org/repos/asf/hive/blob/1733a371/ql/src/test/queries/clientpositive/results_cache_capacity.q -- diff --git a/ql/src/test/queries/clientpositive/results_cache_capacity.q

[1/3] hive git commit: HIVE-18513: Query results caching (Jason Dere, reviewed by Jesus Camacho Rodriguez)

2018-02-07 Thread jdere
Repository: hive Updated Branches: refs/heads/master 075077d3c -> 1733a3712 http://git-wip-us.apache.org/repos/asf/hive/blob/1733a371/ql/src/test/results/clientpositive/results_cache_temptable.q.out -- diff --git

[3/3] hive git commit: HIVE-18513: Query results caching (Jason Dere, reviewed by Jesus Camacho Rodriguez)

2018-02-07 Thread jdere
HIVE-18513: Query results caching (Jason Dere, reviewed by Jesus Camacho Rodriguez) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/1733a371 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/1733a371 Diff:

hive git commit: HIVE-18639: HiveMetaStoreFsImpl#deleteDir should check return value of FileUtils#moveToTrash (Sahil Takiar, reviewed by Vihang Karajgaonkar)

2018-02-07 Thread stakiar
Repository: hive Updated Branches: refs/heads/master cf3394de0 -> 075077d3c HIVE-18639: HiveMetaStoreFsImpl#deleteDir should check return value of FileUtils#moveToTrash (Sahil Takiar, reviewed by Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-18643 : don't check for archived partitions for ACID ops (Sergey Shelukhin, reviewed by Eugene Koifman)

2018-02-07 Thread sershe
Repository: hive Updated Branches: refs/heads/master c50ebb34b -> cf3394de0 HIVE-18643 : don't check for archived partitions for ACID ops (Sergey Shelukhin, reviewed by Eugene Koifman) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[2/5] hive git commit: HIVE-16605: Enforce NOT NULL constraint (Vineet Garg, reviewed by Ashutosh Chauhan)

2018-02-07 Thread vgarg
http://git-wip-us.apache.org/repos/asf/hive/blob/c50ebb34/ql/src/test/results/clientpositive/llap/enforce_constraint_notnull.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/enforce_constraint_notnull.q.out

[5/5] hive git commit: HIVE-16605: Enforce NOT NULL constraint (Vineet Garg, reviewed by Ashutosh Chauhan)

2018-02-07 Thread vgarg
HIVE-16605: Enforce NOT NULL constraint (Vineet Garg, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/c50ebb34 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/c50ebb34 Diff:

[4/5] hive git commit: HIVE-16605: Enforce NOT NULL constraint (Vineet Garg, reviewed by Ashutosh Chauhan)

2018-02-07 Thread vgarg
http://git-wip-us.apache.org/repos/asf/hive/blob/c50ebb34/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java

[1/5] hive git commit: HIVE-16605: Enforce NOT NULL constraint (Vineet Garg, reviewed by Ashutosh Chauhan)

2018-02-07 Thread vgarg
Repository: hive Updated Branches: refs/heads/master 31207eded -> c50ebb34b http://git-wip-us.apache.org/repos/asf/hive/blob/c50ebb34/ql/src/test/results/clientpositive/show_functions.q.out -- diff --git

[3/5] hive git commit: HIVE-16605: Enforce NOT NULL constraint (Vineet Garg, reviewed by Ashutosh Chauhan)

2018-02-07 Thread vgarg
http://git-wip-us.apache.org/repos/asf/hive/blob/c50ebb34/ql/src/java/org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.java -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.java

hive git commit: HIVE-18641: Remove MCreationMetadata from MTable class (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

2018-02-07 Thread jcamacho
Repository: hive Updated Branches: refs/heads/master bf93128e7 -> 31207eded HIVE-18641: Remove MCreationMetadata from MTable class (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-18611 : Avoid memory allocation of aggregation buffer during stats computation (Ashutosh Chauhan via Gopal V)

2018-02-07 Thread hashutosh
Repository: hive Updated Branches: refs/heads/master 07492e0d2 -> bf93128e7 HIVE-18611 : Avoid memory allocation of aggregation buffer during stats computation (Ashutosh Chauhan via Gopal V) Signed-off-by: Ashutosh Chauhan Project:

hive git commit: HIVE-18347 : Allow pluggable dynamic lookup of Hive Metastores from HiveServer2 (Szehon Ho, reviewed by Vihang K)

2018-02-07 Thread szehon
Repository: hive Updated Branches: refs/heads/master fa9a38978 -> 07492e0d2 HIVE-18347 : Allow pluggable dynamic lookup of Hive Metastores from HiveServer2 (Szehon Ho, reviewed by Vihang K) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-18567: ObjectStore.getPartitionNamesNoTxn doesn't handle max param properly (Adam Szita, reviewed by Sergio Pena)

2018-02-07 Thread spena
Repository: hive Updated Branches: refs/heads/master acc62e3d5 -> fa9a38978 HIVE-18567: ObjectStore.getPartitionNamesNoTxn doesn't handle max param properly (Adam Szita, reviewed by Sergio Pena) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-18628: Make tez dag status check interval configurable (Prasanth Jayachandran reviewed by Sergey Shelukhin)

2018-02-07 Thread prasanthj
Repository: hive Updated Branches: refs/heads/master f7dea1060 -> acc62e3d5 HIVE-18628: Make tez dag status check interval configurable (Prasanth Jayachandran reviewed by Sergey Shelukhin) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[2/3] hive git commit: HIVE-17991: Remove CommandNeedRetryException (Zoltan Haindrich reviewed by Ashutosh Chauhan)

2018-02-07 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/f7dea106/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/commands/TestCommands.java -- diff --git

[1/3] hive git commit: HIVE-18523: Fix summary row in case there are no inputs (Zoltan Haindrich reviewed by Ashutosh Chauhan)

2018-02-07 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 2422e1808 -> f7dea1060 HIVE-18523: Fix summary row in case there are no inputs (Zoltan Haindrich reviewed by Ashutosh Chauhan) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo

[3/3] hive git commit: HIVE-17991: Remove CommandNeedRetryException (Zoltan Haindrich reviewed by Ashutosh Chauhan)

2018-02-07 Thread kgyrtkirk
HIVE-17991: Remove CommandNeedRetryException (Zoltan Haindrich reviewed by Ashutosh Chauhan) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/f7dea106 Tree: