hive git commit: HIVE-13652 : Import table change order of dynamic partitions (Sankar Hariappan via Thejas Nair)

2017-05-08 Thread thejas
Repository: hive Updated Branches: refs/heads/master d6db6 -> 6bd3f6f62 HIVE-13652 : Import table change order of dynamic partitions (Sankar Hariappan via Thejas Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/6b

hive git commit: HIVE-16530 : Add HS2 operation logs and improve logs for REPL commands (Sankar Hariappan via Thejas Nair)

2017-05-08 Thread thejas
Repository: hive Updated Branches: refs/heads/master db7b57cd9 -> d6db6 HIVE-16530 : Add HS2 operation logs and improve logs for REPL commands (Sankar Hariappan via Thejas Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/

hive git commit: HIVE-16568: Support complex types in external LLAP InputFormat (Jason Dere, reviewed by Prasanth Jayachandran)

2017-05-08 Thread jdere
Repository: hive Updated Branches: refs/heads/master 5791cdd89 -> db7b57cd9 HIVE-16568: Support complex types in external LLAP InputFormat (Jason Dere, reviewed by Prasanth Jayachandran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/

[3/3] hive git commit: HIVE-16485: Enable outputName for RS operator in explain formatted (Pengcheng Xiong, reviewed by Ashutosh Chauhan)

2017-05-08 Thread pxiong
HIVE-16485: Enable outputName for RS operator in explain formatted (Pengcheng Xiong, 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/5791cdd8 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/

[1/3] hive git commit: HIVE-16485: Enable outputName for RS operator in explain formatted (Pengcheng Xiong, reviewed by Ashutosh Chauhan)

2017-05-08 Thread pxiong
Repository: hive Updated Branches: refs/heads/master e4856ca03 -> 5791cdd89 http://git-wip-us.apache.org/repos/asf/hive/blob/5791cdd8/ql/src/test/results/clientpositive/vector_outer_join6.q.out -- diff --git a/ql/src/test/resul

[2/3] hive git commit: HIVE-16485: Enable outputName for RS operator in explain formatted (Pengcheng Xiong, reviewed by Ashutosh Chauhan)

2017-05-08 Thread pxiong
http://git-wip-us.apache.org/repos/asf/hive/blob/5791cdd8/ql/src/test/results/clientpositive/parallel_join0.q.out -- diff --git a/ql/src/test/results/clientpositive/parallel_join0.q.out b/ql/src/test/results/clientpositive/paralle

[24/50] [abbrv] hive git commit: HIVE-16275: Vectorization: Add ReduceSink support for TopN (in specialized native classes) (Matt McCline, reviewed by Gopal Vijayaraghavan)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ec8c390e/ql/src/test/results/clientpositive/llap/vectorized_timestamp_funcs.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/vectorized_timestamp_funcs.q.out b/ql/src/

[25/50] [abbrv] hive git commit: HIVE-16275: Vectorization: Add ReduceSink support for TopN (in specialized native classes) (Matt McCline, reviewed by Gopal Vijayaraghavan)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ec8c390e/ql/src/test/results/clientpositive/llap/vectorization_short_regress.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/vectorization_short_regress.q.out b/ql/sr

[43/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/1ceaf357/metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore.py -- diff --cc metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore.py index f547651,8ee84a

[11/50] [abbrv] hive git commit: HIVE-16267 : Enable bootstrap function metadata to be loaded in repl load (Anishek Agarwal, reviewed by Sushanth Sowmyan)

2017-05-08 Thread weiz
HIVE-16267 : Enable bootstrap function metadata to be loaded in repl load (Anishek Agarwal, reviewed by Sushanth Sowmyan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/9e9356b5 Tree: http://git-wip-us.apache.org/repos/asf/hiv

[26/50] [abbrv] hive git commit: HIVE-16275: Vectorization: Add ReduceSink support for TopN (in specialized native classes) (Matt McCline, reviewed by Gopal Vijayaraghavan)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ec8c390e/ql/src/test/results/clientpositive/llap/vector_ptf_part_simple.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/vector_ptf_part_simple.q.out b/ql/src/test/res

[47/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/1ceaf357/metastore/src/gen/thrift/gen-cpp/hive_metastore_types.cpp -- diff --cc metastore/src/gen/thrift/gen-cpp/hive_metastore_types.cpp index 96c2b0b,e3725a5..cfa2e49 --- a/metasto

[34/50] [abbrv] hive git commit: HIVE-16450: Some metastore operations are not retried even with desired underlining exceptions (Aihua Xu, reviewed by Naveen Gangam & Peter Vary)

2017-05-08 Thread weiz
HIVE-16450: Some metastore operations are not retried even with desired underlining exceptions (Aihua Xu, reviewed by Naveen Gangam & Peter Vary) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/301e7c5e Tree: http://git-wip-us.

[20/50] [abbrv] hive git commit: HIVE-16275: Vectorization: Add ReduceSink support for TopN (in specialized native classes) (Matt McCline, reviewed by Gopal Vijayaraghavan)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ec8c390e/ql/src/test/results/clientpositive/vectorization_limit.q.out -- diff --git a/ql/src/test/results/clientpositive/vectorization_limit.q.out b/ql/src/test/results/clientpositi

[49/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/1ceaf357/common/src/java/org/apache/hadoop/hive/common/FileUtils.java -- diff --cc common/src/java/org/apache/hadoop/hive/common/FileUtils.java index c6bc9b9,985fd8c..58284dc --- a/c

[13/50] [abbrv] hive git commit: HIVE-16513 : width_bucket issues (Sahil Takiar via Ashutosh Chauhan)

2017-05-08 Thread weiz
HIVE-16513 : width_bucket issues (Sahil Takiar via Ashutosh Chauhan) Signed-off-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/f8f9155d Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/f8f9155d Diff

[39/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/1ceaf357/ql/src/test/results/clientpositive/llap/mm_all.q.out -- diff --cc ql/src/test/results/clientpositive/llap/mm_all.q.out index 062d60f,000..49bb8cf mode 100644,00..100

[44/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/1ceaf357/metastore/src/gen/thrift/gen-php/metastore/Types.php -- diff --cc metastore/src/gen/thrift/gen-php/metastore/Types.php index 4dcfc76,74f0028..a3201cc --- a/metastore/src/gen

[35/50] [abbrv] hive git commit: HIVE-16588: Ressource leak by druid http client (Slim Bouguerra, reviewed by Jesus Camacho Rodriguez)

2017-05-08 Thread weiz
HIVE-16588: Ressource leak by druid http client (Slim Bouguerra, 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/57beac4e Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/57beac4e Diff

[14/50] [abbrv] hive git commit: HIVE-16449: BeeLineDriver should handle query result sorting (Peter Vary via Zoltan Haindrich)

2017-05-08 Thread weiz
HIVE-16449: BeeLineDriver should handle query result sorting (Peter Vary via Zoltan Haindrich) 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/44804d82 Tree: http://git-wip-us.apache.org/repos/

[19/50] [abbrv] hive git commit: HIVE-16268 : enable incremental repl dump to handle functions metadata (Anishek Agarwal, reviewed by Sushanth Sowmyan)

2017-05-08 Thread weiz
HIVE-16268 : enable incremental repl dump to handle functions metadata (Anishek Agarwal, reviewed by Sushanth Sowmyan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/9d4f13af Tree: http://git-wip-us.apache.org/repos/asf/hive/t

[04/50] [abbrv] hive git commit: HIVE-16550: Semijoin Hints should be able to skip the optimization if needed (Deepak Jaiswal, reviewed by Jason Dere)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/5d459665/ql/src/test/results/clientpositive/llap/semijoin_hint.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/semijoin_hint.q.out b/ql/src/test/results/clientpositive

[01/50] [abbrv] hive git commit: HIVE-15396: Basic Stats are not collected when for managed tables with LOCATION specified (Sahil Takiar, reviewed by Pengcheng Xiong)

2017-05-08 Thread weiz
Repository: hive Updated Branches: refs/heads/hive-14535 ed64a74e8 -> 1ceaf357b HIVE-15396: Basic Stats are not collected when for managed tables with LOCATION specified (Sahil Takiar, reviewed by Pengcheng Xiong) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-w

[12/50] [abbrv] hive git commit: HIVE-16552: Limit the number of tasks a Spark job may contain (Reviewed by Rui)

2017-05-08 Thread weiz
HIVE-16552: Limit the number of tasks a Spark job may contain (Reviewed by Rui) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/c6b5ad66 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/c6b5ad66 Diff: http://git-wip-us.apa

[05/50] [abbrv] hive git commit: HIVE-16550: Semijoin Hints should be able to skip the optimization if needed (Deepak Jaiswal, reviewed by Jason Dere)

2017-05-08 Thread weiz
HIVE-16550: Semijoin Hints should be able to skip the optimization if needed (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/5d459665 Tree: http://git-wip-us.apache.org/repos/asf/hive/tr

[03/50] [abbrv] hive git commit: Revert "HIVE-16047: Shouldn't try to get KeyProvider unless encryption is enabled (Rui reviewed by Xuefu and Ferdinand)"

2017-05-08 Thread weiz
Revert "HIVE-16047: Shouldn't try to get KeyProvider unless encryption is enabled (Rui reviewed by Xuefu and Ferdinand)" Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/d03261c4 Tree: http://git-wip-us.apache.org/repos/asf/hive

[27/50] [abbrv] hive git commit: HIVE-16275: Vectorization: Add ReduceSink support for TopN (in specialized native classes) (Matt McCline, reviewed by Gopal Vijayaraghavan)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ec8c390e/ql/src/test/results/clientpositive/llap/vector_mapjoin_reduce.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/vector_mapjoin_reduce.q.out b/ql/src/test/resul

[42/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/1ceaf357/metastore/src/java/org/apache/hadoop/hive/metastore/cache/CachedStore.java -- diff --cc metastore/src/java/org/apache/hadoop/hive/metastore/cache/CachedStore.java index 000

[46/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/1ceaf357/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java -- diff --cc metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hiv

[45/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/1ceaf357/metastore/src/gen/thrift/gen-php/metastore/ThriftHiveMetastore.php -- diff --cc metastore/src/gen/thrift/gen-php/metastore/ThriftHiveMetastore.php index 4997c51,4fb7183..a75

[50/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
HIVE-14671 : merge master into hive-14535 (Wei Zheng) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/1ceaf357 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/1ceaf357 Diff: http://git-wip-us.apache.org/repos/asf/hive/dif

[08/50] [abbrv] hive git commit: HIVE-16581 : bug in HIVE-16523 (Sergey Shelukhin, reviewed by Gopal Vijayaraghavan)

2017-05-08 Thread weiz
HIVE-16581 : bug in HIVE-16523 (Sergey Shelukhin, reviewed by Gopal Vijayaraghavan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/d769f35f Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/d769f35f Diff: http://git-wip-

[29/50] [abbrv] hive git commit: HIVE-16275: Vectorization: Add ReduceSink support for TopN (in specialized native classes) (Matt McCline, reviewed by Gopal Vijayaraghavan)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ec8c390e/ql/src/test/results/clientpositive/llap/vector_interval_2.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/vector_interval_2.q.out b/ql/src/test/results/client

[30/50] [abbrv] hive git commit: HIVE-16275: Vectorization: Add ReduceSink support for TopN (in specialized native classes) (Matt McCline, reviewed by Gopal Vijayaraghavan)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ec8c390e/ql/src/test/results/clientpositive/llap/vector_count.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/vector_count.q.out b/ql/src/test/results/clientpositive/l

[41/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/1ceaf357/ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java -- diff --cc ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java index 3ad1733,4d727ba..8febcc0

[38/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/1ceaf357/ql/src/test/results/clientpositive/mm_all.q.out -- diff --cc ql/src/test/results/clientpositive/mm_all.q.out index 116f2b1,000..db5de69 mode 100644,00..100644 --- a/

[37/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/1ceaf357/ql/src/test/results/clientpositive/tez/explainuser_3.q.out -- diff --cc ql/src/test/results/clientpositive/tez/explainuser_3.q.out index e409a36,cbfb33a..42cb5a6 --- a/ql/sr

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

2017-05-08 Thread weiz
HIVE-15795 : Support Accumulo Index Tables in Hive Accumulo Connector (Mike Fagan, reviewed by Josh Elser) ADDENDUM Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/ed6501ed Tree: http://git-wip-us.apache.org/repos/asf/hive/tre

[31/50] [abbrv] hive git commit: HIVE-16275: Vectorization: Add ReduceSink support for TopN (in specialized native classes) (Matt McCline, reviewed by Gopal Vijayaraghavan)

2017-05-08 Thread weiz
HIVE-16275: Vectorization: Add ReduceSink support for TopN (in specialized native classes) (Matt McCline, reviewed by Gopal Vijayaraghavan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/ec8c390e Tree: http://git-wip-us.apache

[16/50] [abbrv] hive git commit: HIVE-16577: Syntax error in the metastore init scripts for mssql (Vihang Karajgaonkar, reviewed by Aihua Xu & Thejas M Nair)

2017-05-08 Thread weiz
HIVE-16577: Syntax error in the metastore init scripts for mssql (Vihang Karajgaonkar, reviewed by Aihua Xu & Thejas M Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/d09f3f81 Tree: http://git-wip-us.apache.org/repos/asf/

[40/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/1ceaf357/ql/src/test/queries/clientpositive/mm_all.q -- diff --cc ql/src/test/queries/clientpositive/mm_all.q index a6a7c8f,000..e2c8e97 mode 100644,00..100644 --- a/ql/src/t

[48/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Wei Zheng)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/1ceaf357/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp -- diff --cc metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp index df49615,9042cdb..4e3b2af --- a/metastore

[36/50] [abbrv] hive git commit: HIVE-16598 : LlapServiceDriver - create directories and warn of errors (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

2017-05-08 Thread weiz
HIVE-16598 : LlapServiceDriver - create directories and warn of errors (Sergey Shelukhin, reviewed by Prasanth Jayachandran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/e4856ca0 Tree: http://git-wip-us.apache.org/repos/asf/

[17/50] [abbrv] hive git commit: HIVE-16578: Semijoin Hints should use column name, if provided for partition key check (Deepak Jaiswal, reviewed by Jason Dere)

2017-05-08 Thread weiz
HIVE-16578: Semijoin Hints should use column name, if provided for partition key check (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/699d6ce3 Tree: http://git-wip-us.apache.org/repos/a

[33/50] [abbrv] hive git commit: HIVE-13583: E061-14: Search Conditions (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-05-08 Thread weiz
HIVE-13583: E061-14: Search Conditions (Zoltan Haindrich, 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/54dbca69 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/54dbca69 Diff: http://git-w

[09/50] [abbrv] hive git commit: HIVE-16576: Fix encoding of intervals when fetching select query candidates from druid (Nishant Bangarwa, reviewed by Jesus Camacho Rodriguez)

2017-05-08 Thread weiz
HIVE-16576: Fix encoding of intervals when fetching select query candidates from druid (Nishant Bangarwa, 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/f56abb40 Tree: http://git-wip-us.apa

[21/50] [abbrv] hive git commit: HIVE-16275: Vectorization: Add ReduceSink support for TopN (in specialized native classes) (Matt McCline, reviewed by Gopal Vijayaraghavan)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ec8c390e/ql/src/test/results/clientpositive/vector_outer_join3.q.out -- diff --git a/ql/src/test/results/clientpositive/vector_outer_join3.q.out b/ql/src/test/results/clientpositive

[02/50] [abbrv] hive git commit: HIVE-16563: Alter table partition set location should use fully qualified path for non-default FS (Chao Sun, reviewed by Xuefu Zhang)

2017-05-08 Thread weiz
HIVE-16563: Alter table partition set location should use fully qualified path for non-default FS (Chao Sun, 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/commit/40b70eb1 Tree: http://git-wip-us.apache.org/r

[22/50] [abbrv] hive git commit: HIVE-16275: Vectorization: Add ReduceSink support for TopN (in specialized native classes) (Matt McCline, reviewed by Gopal Vijayaraghavan)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ec8c390e/ql/src/test/results/clientpositive/vector_decimal_aggregate.q.out -- diff --git a/ql/src/test/results/clientpositive/vector_decimal_aggregate.q.out b/ql/src/test/results/cl

[10/50] [abbrv] hive git commit: HIVE-16267 : Enable bootstrap function metadata to be loaded in repl load (Anishek Agarwal, reviewed by Sushanth Sowmyan)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/9e9356b5/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/io/PartitionSerializer.java -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/io/PartitionSerializ

[18/50] [abbrv] hive git commit: HIVE-16268 : enable incremental repl dump to handle functions metadata (Anishek Agarwal, reviewed by Sushanth Sowmyan)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/9d4f13af/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/events/EventHandler.java -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/events/EventHandler.java b/ql/sr

[28/50] [abbrv] hive git commit: HIVE-16275: Vectorization: Add ReduceSink support for TopN (in specialized native classes) (Matt McCline, reviewed by Gopal Vijayaraghavan)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ec8c390e/ql/src/test/results/clientpositive/llap/vector_leftsemi_mapjoin.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/vector_leftsemi_mapjoin.q.out b/ql/src/test/r

[15/50] [abbrv] hive git commit: HIVE-16389: Allow HookContext to access SQLOperationDisplay (Sahil Takiar, reviewed by Sergio Pena)

2017-05-08 Thread weiz
HIVE-16389: Allow HookContext to access SQLOperationDisplay (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/commit/1fecb81f Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/1fecb81f Diff:

[32/50] [abbrv] hive git commit: HIVE-16562: Issues with nullif / fetch task (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-05-08 Thread weiz
HIVE-16562: Issues with nullif / fetch task (Zoltan Haindrich, 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/0f8840a3 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/0f8840a3 Diff: http://

[23/50] [abbrv] hive git commit: HIVE-16275: Vectorization: Add ReduceSink support for TopN (in specialized native classes) (Matt McCline, reviewed by Gopal Vijayaraghavan)

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ec8c390e/ql/src/test/results/clientpositive/spark/vectorized_ptf.q.out -- diff --git a/ql/src/test/results/clientpositive/spark/vectorized_ptf.q.out b/ql/src/test/results/clientposi

[07/50] [abbrv] hive git commit: HIVE-15229: 'like any' and 'like all' operators in hive (Simanchal Das via Carl Steinbach)

2017-05-08 Thread weiz
HIVE-15229: 'like any' and 'like all' operators in hive (Simanchal Das via Carl Steinbach) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/740779f6 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/740779f6 Diff: http://gi

[14/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java -- diff --git a/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java b/metastore/s

[41/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/PigDelegator.java -- diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeto

[49/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/AccumuloIndexDefinition.java -- diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/Accum

[29/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/scripts/upgrade/derby/hive-schema-3.0.0.derby.sql -- diff --git a/metastore/scripts/upgrade/derby/hive-schema-3.0.0.derby.sql b/metastore/scripts/upgrade/derby/hi

[25/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/scripts/upgrade/postgres/hive-schema-2.3.0.postgres.sql -- diff --git a/metastore/scripts/upgrade/postgres/hive-schema-2.3.0.postgres.sql b/metastore/scripts/upgr

[26/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/scripts/upgrade/oracle/hive-schema-3.0.0.oracle.sql -- diff --git a/metastore/scripts/upgrade/oracle/hive-schema-3.0.0.oracle.sql b/metastore/scripts/upgrade/orac

[39/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/itests/hive-blobstore/src/test/results/clientpositive/import_addpartition_blobstore_to_local.q.out -- diff --git a/itests/hive-blobstore/src/test/results/clientpositive/imp

[33/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/itests/hive-unit/src/test/java/org/apache/hive/service/cli/operation/TestOperationLoggingLayout.java -- diff --git a/itests/hive-unit/src/test/java/org/apache/hive/service/

[06/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorHashKeyWrapperBatch.java -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorHashKeyWrapperBatch

[03/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/ql/src/java/org/apache/hadoop/hive/ql/log/LogDivertAppenderForTest.java -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/log/LogDivertAppenderForTest.java b/ql/src/ja

[30/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/OrcEncodedDataReader.java -- diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/OrcEncoded

[11/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/src/java/org/apache/hadoop/hive/metastore/cache/SharedCache.java -- diff --git a/metastore/src/java/org/apache/hadoop/hive/metastore/cache/SharedCache.java b/met

[20/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/src/gen/thrift/gen-cpp/hive_metastore_types.h -- diff --git a/metastore/src/gen/thrift/gen-cpp/hive_metastore_types.h b/metastore/src/gen/thrift/gen-cpp/hive_meta

[43/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/docs/xdocs/language_manual/data-manipulation-statements.xml -- diff --git a/docs/xdocs/language_manual/data-manipulation-statements.xml b/docs/xdocs/language_manual/data-ma

[36/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/itests/hive-unit/src/main/java/org/hadoop/hive/jdbc/SSLTestUtils.java -- diff --git a/itests/hive-unit/src/main/java/org/hadoop/hive/jdbc/SSLTestUtils.java b/itests/hive-u

[37/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/itests/hive-blobstore/src/test/results/clientpositive/rcfile_format_part.q.out -- diff --git a/itests/hive-blobstore/src/test/results/clientpositive/rcfile_format_part.q.ou

[46/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/common/src/java/org/apache/hadoop/hive/common/jsonexplain/tez/Op.java -- diff --git a/common/src/java/org/apache/hadoop/hive/common/jsonexplain/tez/Op.java b/common/src/ja

[38/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/itests/hive-blobstore/src/test/results/clientpositive/orc_buckets.q.out -- diff --git a/itests/hive-blobstore/src/test/results/clientpositive/orc_buckets.q.out b/itests/hi

[24/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/scripts/upgrade/postgres/hive-txn-schema-2.3.0.postgres.sql -- diff --git a/metastore/scripts/upgrade/postgres/hive-txn-schema-2.3.0.postgres.sql b/metastore/scr

[09/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/ql/src/java/org/apache/hadoop/hive/ql/Driver.java -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/Driver.java b/ql/src/java/org/apache/hadoop/hive/ql/Driver.java inde

[17/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/src/gen/thrift/gen-php/metastore/Types.php -- diff --git a/metastore/src/gen/thrift/gen-php/metastore/Types.php b/metastore/src/gen/thrift/gen-php/metastore/Types

[01/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
Repository: hive Updated Branches: refs/heads/hive-14535 187eb760d -> ed64a74e8 http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/LlapDecider.java -- diff --git

[19/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java -- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/

[45/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java -- diff --git a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java b/common/src/java/org/apache/hadoop/hive

[15/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/src/java/org/apache/hadoop/hive/metastore/HiveAlterHandler.java -- diff --git a/metastore/src/java/org/apache/hadoop/hive/metastore/HiveAlterHandler.java b/metas

[23/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp -- diff --git a/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp b/metastore/src/gen/thrift/gen-cpp/ThriftH

[51/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)" This reverts commit 187eb760dbd7c8c345bc3613b27cadafd3cdd102. Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/ed64a74e Tree: http://git-wip-us.apache.org/repos/asf/

[21/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/src/gen/thrift/gen-cpp/hive_metastore_types.cpp -- diff --git a/metastore/src/gen/thrift/gen-cpp/hive_metastore_types.cpp b/metastore/src/gen/thrift/gen-cpp/hive_

[12/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/src/java/org/apache/hadoop/hive/metastore/StatObjectConverter.java -- diff --git a/metastore/src/java/org/apache/hadoop/hive/metastore/StatObjectConverter.java b

[44/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/data/files/tpcds-perf/metastore_export/csv/TAB_COL_STATS.txt -- diff --git a/data/files/tpcds-perf/metastore_export/csv/TAB_COL_STATS.txt b/data/files/tpcds-perf/metastore_

[05/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/mapjoin/fast/VectorMapJoinFastHashTableLoader.java -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/mapjo

[48/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloRangeGenerator.java -- diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumul

[47/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/common/src/java/org/apache/hadoop/hive/common/JvmMetrics.java -- diff --git a/common/src/java/org/apache/hadoop/hive/common/JvmMetrics.java b/common/src/java/org/apache/had

[16/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore.py -- diff --git a/metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore.py b/metastore/src

[27/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/scripts/upgrade/mysql/hive-schema-3.0.0.mysql.sql -- diff --git a/metastore/scripts/upgrade/mysql/hive-schema-3.0.0.mysql.sql b/metastore/scripts/upgrade/mysql/hi

[35/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestReplicationScenarios.java -- diff --git a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestReplicat

[50/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/.gitignore -- diff --git a/.gitignore b/.gitignore index 8578a64..47c59da 100644 --- a/.gitignore +++ b/.gitignore @@ -29,5 +29,3 @@ hcatalog/webhcat/svr/target conf/hive-d

[42/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/listener/DbNotificationListener.java -- diff --git a/hcatalog/server-extensions/src/main/java/org/apache/h

[13/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java -- diff --git a/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java b/m

[02/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMRFileSink1.java -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMRFileSink1.java b/ql/src/java/org/a

[22/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h -- diff --git a/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h b/metastore/src/gen/thrift/gen-cpp/ThriftHiveM

[40/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/itests/hcatalog-unit/src/test/java/org/apache/hive/hcatalog/listener/TestDbNotificationListener.java -- diff --git a/itests/hcatalog-unit/src/test/java/org/apache/hive/hcat

[34/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/FolderPermissionBase.java -- diff --git a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/securit

[07/51] [partial] hive git commit: Revert "HIVE-14671 : merge master into hive-14535 (Wei Zheng)"

2017-05-08 Thread weiz
http://git-wip-us.apache.org/repos/asf/hive/blob/ed64a74e/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/monitoring/PrintSummary.java -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/monitoring/PrintSummary.java b/q

  1   2   >