[hive] branch master updated: HIVE-24270: Move scratchdir cleanup to background

2020-10-28 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new f7e9d9b HIVE-24270: Move scratchdir cleanup

[hive] branch master updated: HIVE-24209 : Incorrect search argument conversion for NOT BETWEEN operation when vectorization is enabled (Ganesha Shreedhara via Ashutosh Chauhan)

2020-10-05 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 041b9c2 HIVE-24209 : Incorrect search

[hive] branch master updated: HIVE-24224: Fix skipping header/footer for Hive on Tez on compressed file ( Panos G via Ashutosh Chauhan)s

2020-10-05 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 6946c81 HIVE-24224: Fix skipping header

[hive] branch master updated: HIVE-24205: Optimise CuckooSetBytes (Mustafa Iman via Rajesh Balamohan)

2020-10-05 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 56646de HIVE-24205: Optimise CuckooSetBytes

[hive] branch master updated: HIVE-24011: Flaky test AsyncResponseHandlerTest ( Mustafa Iman via Ashutosh Chauhan)

2020-08-10 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 5d9a5cf HIVE-24011: Flaky test

[hive] branch master updated: HIVE-22934 Hive server interactive log counters to error stream ( Ramesh Kumar via Ashutosh Chauhan)

2020-08-10 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 4457c3e HIVE-22934 Hive server interactive

[hive] branch master updated: HIVE-23975: Reuse evicted keys from aggregation buffers (Mustafa Iman via Rajesh Balamohan)

2020-08-05 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new a88871e HIVE-23975: Reuse evicted keys from

[hive] branch master updated: HIVE-23952: Reuse VectorAggregationBuffer to reduce GC pressure in VectorGroupByOperator ( Mustafa Iman via Rajesh Balamohan)

2020-08-05 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 1ad68c0 HIVE-23952: Reuse

[hive] branch master updated: HIVE-23746 : Send task attempts async from AM to daemons (Mustafa Iman via Rajesh Balamohan)

2020-08-05 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 5c108dc HIVE-23746 : Send task attempts async

[hive] 02/02: HIVE-23870: Optimise multiple text conversions in WritableHiveCharObjectInspector.getPrimitiveJavaObject / HiveCharWritable (Rajesh Balamohan via Ashutosh Chauhan, David Mollitor)

2020-07-22 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git commit 51346a0935acfca410c4858c7d4367e27a075392 Author: Rajesh Balamohan AuthorDate: Mon Jul 20 15:19:41 2020 +0530 HIVE

[hive] 01/02: HIVE-23843: Improve key evictions in VectorGroupByOperator (Rajesh Balamohan via Ashutosh Chauhan, Zoltan Haindrich)

2020-07-22 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git commit 380be9afd1a364fe0ff83e61e17ba4ced12f29a0 Author: Rajesh Balamohan AuthorDate: Tue Jul 14 10:00:14 2020 +0530 HIVE

[hive] branch master updated (c279768 -> 51346a0)

2020-07-22 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from c279768 HIVE-23849: Hive skips the creation of ColumnAccessInfo when creating a view (Barnabas Maidics, reviewed

[hive] branch master updated: HIVE-23733 : genIncludedColNames functionality for ORCIputFormat ( Panos G via Ashutosh Chauhan) Adding getOriginalColumnNames as part of LLAP Includes interface

2020-07-21 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new d7ee83d HIVE-23733 : genIncludedColNames

[hive] branch master updated: HIVE-16490. Hive should not use getKeyProvider from DFSClient directly ( Uma Maheswara Rao G via David Mollitor).

2020-07-21 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new cf75c77 HIVE-16490. Hive should not use

[hive] branch master updated: HIVE-23734: Untangle LlapRecordReader Includes construction (Panos G via Ashutosh Chauhan)

2020-07-21 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 47da936 HIVE-23734: Untangle LlapRecordReader

[hive] branch master updated: HIVE-23855: TestQueryShutdownHooks is flaky (Mustafa Iman via Panos G, Ashutosh Chauhan)

2020-07-21 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 2864d8d HIVE-23855: TestQueryShutdownHooks is

[hive] branch master updated: HIVE-23871: ObjectStore should properly handle MicroManaged Table properties (Panos G via Mustafa Iman, Ashutosh Chauhan)

2020-07-20 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new bdc7d27 HIVE-23871: ObjectStore should

[hive] branch master updated: HIVE-23363: Upgrade DataNucleus dependency to 5.2 (David Mollitor via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan

2020-07-08 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new aa407da HIVE-23363: Upgrade DataNucleus

[hive] branch master updated: HIVE-23277 : HiveProtoLogger should carry out JSON conversion in its own thread ( Attila Magyar via Rajesh Balamohan)

2020-07-08 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 58e532e HIVE-23277 : HiveProtoLogger should

[hive] branch master updated: HIVE-23665 Rewrite last_value to first_value to enable streaming results (Ramesh Kumar via Jesus Camacho Rodriguez)

2020-07-07 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 5c1a3d6 HIVE-23665 Rewrite last_value to

[hive] branch master updated: HIVE-23735 : Reducer misestimate for export command (Rajesh Balamohan via Ashutosh Chauhan)

2020-07-06 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 54a2c0c HIVE-23735 : Reducer misestimate for

[hive] branch master updated: HIVE-17879 : Upgrade Datanucleus Maven Plugin

2020-06-14 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 321b46f HIVE-17879 : Upgrade Datanucleus

[hive] branch master updated: HIVE-22687 : Query hangs indefinitely if LLAP daemon registers after the query is submitted (Himanshu Mishra, Attila Magyar via Ashutosh Chauhan, Prasanth J)

2020-06-13 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new e85c9e6 HIVE-22687 : Query hangs indefinitely

[hive] branch master updated: HIVE-23468 : LLAP: Optimise OrcEncodedDataReader to avoid FS init to NN (Rajesh Balamohan via Ashutosh Chauhan)

2020-06-13 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 03165e0 HIVE-23468 : LLAP: Optimise

[hive] branch master updated: HIVE-23554 : Adding FilterContext as part of LLAP ColumnVectorBatch (propagated in ReadPipeline). Also moving the code that prepares VectorBatches in EncodedDataConsumer

2020-06-13 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 3065904 HIVE-23554 : Adding FilterContext as

[hive] branch master updated: HIVE-23580 : deleteOnExit set is not cleaned up, causing memory pressure (Attila Magyar via Ashutosh Chauhan)

2020-06-13 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new fecad5b HIVE-23580 : deleteOnExit set is not

[hive] branch master updated: HIVE-23666 : checkHashModeEfficiency is skipped when a groupby operator doesn't have a grouping set (Ramesh Kumar via Jesus Camacho Rodriguez)

2020-06-13 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 45f6efd HIVE-23666 : checkHashModeEfficiency

[hive] branch master updated: HIVE-23561: Fixing arrow serializer for Decimals with selected (Panos G via Mahesh Kumar)

2020-06-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 739cc43 HIVE-23561: Fixing arrow serializer

[hive] branch master updated: HIVE-23435 : Full outer join result is missing rows (Mustafa Iman via Ashutosh Chauhan)

2020-06-01 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 779c42f HIVE-23435 : Full outer join result

[hive] branch master updated: HIVE-23488 : Optimise PartitionManagementTask::Msck::repair (Rajesh Balamohan via Ashutosh Chauhan)

2020-05-27 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new a3a25eb HIVE-23488 : Optimise

[hive] branch master updated: HIVE-23487 : Optimise PartitionManagementTask (Rajesh Balamohan via Ashutosh Chauhan)

2020-05-26 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 65e947e HIVE-23487 : Optimise

[hive] branch master updated: HIVE-23281 : ObjectStore::convertToStorageDescriptor can be optimised to reduce calls to DB for ACID tables (Ramesh Kumar, Rajesh Balamohan via Ashutosh Chauhan)

2020-05-26 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 6aeb63a HIVE-23281 : ObjectStore

[hive] branch master updated: HIVE-23214 Get rid of skipCorrupt as part of ORC read pipeline (Panos Garefalakis via Ashutosh Chauhan)

2020-05-26 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new f712def HIVE-23214 Get rid of skipCorrupt as

[hive] branch master updated: HIVE-21971 : HS2 leaks classloader due to `ReflectionUtils::CONSTRUCTOR_CACHE` with temporary functions + GenericUDF (Rajesh Balamohan via Ashutosh Chauhan)

2020-05-26 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new bd84b5c HIVE-21971 : HS2 leaks classloader

[hive] branch master updated: HIVE-23447 : Avoid sending configs to tasks and AM which are only relevant for HS2

2020-05-26 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 4e70a13 HIVE-23447 : Avoid sending configs to

[hive] branch master updated: HIVE-23536 : Provide an option to skip stats generation for major compaction (Peter Vary via Ashutosh Chauhan)

2020-05-25 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 947b7a4 HIVE-23536 : Provide an option to

[hive] branch master updated: HIVE-23535 : Bump Minimum Required Version of Maven to 3.0.5 (David Mollitor via Ashutosh Chauhan)

2020-05-25 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new f76df73 HIVE-23535 : Bump Minimum Required

[hive] branch master updated: HIVE-23480: use the JsonPropertyOrder annotation to ensure the ordering of the serialized properties. (Panos G via Ashutosh Chauhan)

2020-05-25 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new ef7a9de HIVE-23480: use the JsonPropertyOrder

[hive] branch master updated: HIVE-23529 : CTAS is broken for uniontype when row_deserialize (Mustafa Iman via Ashutosh Chauhan)

2020-05-24 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 3015ff2 HIVE-23529 : CTAS is broken for

[hive] branch master updated: HIVE-23494 : Upgrade Apache parent POM to version 23 (David Mollitor via Ashutosh Chauhan)

2020-05-24 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 270ca80 HIVE-23494 : Upgrade Apache parent

[hive] branch master updated: HIVE-23501 : AOOB in VectorDeserializeRow when complex types are converted to primitive types (Ramesh Kumar via Ashutosh Chauhan)

2020-05-20 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 04b311d HIVE-23501 : AOOB in

[hive] branch master updated: HIVE-23476 : LLAP: Preallocate arenas for mmap case as well (Prasanth J via Gopal V)

2020-05-17 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 28bdeeb HIVE-23476 : LLAP: Preallocate

[hive] branch master updated: HIVE-23443 : LLAP speculative task pre-emption seems to be not working (Prasanth J via Gopal V, Panos G)

2020-05-17 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new e85731c HIVE-23443 : LLAP speculative task

[hive] branch master updated: HIVE-23376 : Avoid repeated SHA computation in GenericUDTFGetSplits for hive-exec jar (Ramesh Kumar via Rajesh Balamohan)

2020-05-16 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new b53a62f HIVE-23376 : Avoid repeated SHA

[hive] branch master updated: HIVE-23446 : LLAP: Reduce IPC connection misses to AM for short queries (Rajesh Balamohan via Ashutosh Chauhan)

2020-05-16 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new eeffb0e HIVE-23446 : LLAP: Reduce IPC

[hive] branch master updated: HIVE-23449 : LLAP: Reduce mkdir and config creations in submitWork hotpath (Rajesh Balamohan via Ashutosh Chauhan)

2020-05-16 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 781b7fc HIVE-23449 : LLAP: Reduce mkdir and

[hive] branch master updated: HIVE-23375: Introduce TezCounter to track MJ HashTable Load time

2020-05-16 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 31f20c8 HIVE-23375: Introduce TezCounter to

[hive] branch master updated: HIVE-23423 : Check of disabling hash aggregation ignores grouping set ( Gopal V via Ashutosh Chauhan)

2020-05-13 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 9f40d7c HIVE-23423 : Check of disabling hash

[hive] branch master updated: HIVE-23451 : FileSinkOperator calls deleteOnExit (hdfs call) twice for the same file ( Rajesh Balamohan via Ashutosh Chauhan )

2020-05-13 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new b63c35a HIVE-23451 : FileSinkOperator calls

[hive] branch master updated: HIVE-23409 : If TezSession application reopen fails for Timeline service down, default TezSession from SessionPool is closed after a retry ( Naresh PR via Ashutosh Chauha

2020-05-12 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 9ffbbdc HIVE-23409 : If TezSession

[hive] branch master updated: HIVE-23445 : Remove mapreduce.workflow.* configs (Ashutosh Chauhan via Gopal V)

2020-05-12 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 57c1593 HIVE-23445 : Remove

[hive] branch master updated: HIVE-23429 : LLAP: Optimize retrieving queryId details in LlapTaskCommunicator (Rajesh Balamohan via Ashutosh Chauhan)

2020-05-11 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 7e77f25 HIVE-23429 : LLAP: Optimize

[hive] branch master updated: HIVE-22320 : Cluster and fs type settings can be replaced with a single minicluster setting in CliConfigs (Laszlo Bodor via Miklos Gergely)

2020-05-10 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new b0dc673 HIVE-22320 : Cluster and fs type

[hive] branch master updated: HIVE-22343 : Fix incorrect spelling of 'artifectId' in pom.xml ( ice bai via Ashutosh Chauhan)

2020-05-10 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 6491151 HIVE-22343 : Fix incorrect spelling

[hive] branch master updated: HIVE-22933 : Allow connecting kerberos-enabled Hive to connect to a non-kerberos druid cluster ( Nishant Bangarwa via Slim Bouguerra)

2020-05-10 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 75f7762 HIVE-22933 : Allow connecting

[hive] branch master updated: HIVE-22419 : Improve Messages Emitted From HiveMetaStoreClient (David Mollitor via Ashutosh Chauhan)

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 19e67cd HIVE-22419 : Improve Messages Emitted

[hive] branch master updated: HIVE-22423 : Improve Logging In HadoopThriftAuthBridge (David Mollitor via Ashutosh Chauhan)

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 28f6463 HIVE-22423 : Improve Logging In

[hive] branch master updated: HIVE-22437 : LLAP Metadata cache NPE on locking metadata. (Slim Bouguerra via Ashutosh Chauhan)

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 6664208 HIVE-22437 : LLAP Metadata cache NPE

[hive] branch master updated: HIVE-22491 : Use Collections emptyList (David Mollitor via Ashutosh Chauhan)

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 0bf24c8 HIVE-22491 : Use Collections

[hive] branch master updated: HIVE-22531 : Fix a couple whitespace errors in error messages (Jacob Tolar via Ashutosh Chauhan)

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new d12a308 HIVE-22531 : Fix a couple whitespace

[hive] branch master updated: HIVE-22569 : PartitionPruner use Collections Class (David Mollitor via Vineet Garg)

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 4dccfc2 HIVE-22569 : PartitionPruner use

[hive] branch master updated: HIVE-23083 : Enable fast serialization in xprod edge (Rajesh Balamohan via Ashutosh Chauhan)

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new f7e5de1 HIVE-23083 : Enable fast

[hive] branch master updated: HIVE-22699 : Mask UDFs should mask numeric value 0 (Quanlong Huang via Madhan Neetiraj, Ashutosh Chauhan)

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 3f1358d HIVE-22699 : Mask UDFs should mask

[hive] branch master updated: HIVE-22769 : Incorrect query results and query failure during split generation for compressed text files (Panos G via Ashutosh Chauhan , Mustafa Iman) Change-Id: Ifb68bd9

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new c4d5dc6 HIVE-22769 : Incorrect query results

[hive] branch master updated: HIVE-22967 : Support hive.reloadable.aux.jars.path for Hive on Tez ( Toshihiko Uchida via Ashutosh Chauhan)

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 48c5ff1 HIVE-22967 : Support

[hive] branch master updated: HIVE-23184 : Upgrade druid to 0.17.1 ( Nishant Bangarwa via Ashutosh Chauhan)

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 9a6ec1e HIVE-23184 : Upgrade druid to 0.17.1

[hive] branch master updated: HIVE-23350 : Upgrade DBCP To DBCP 2.7.0 (David Mollitor via Ashutosh Chauhan)

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 809a859 HIVE-23350 : Upgrade DBCP To DBCP

[hive] branch master updated: HIVE-23393 : LLapInputFormat reader policy for Random IO formats (Panos G via Ashutosh Chauhan)

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 8c88676 HIVE-23393 : LLapInputFormat reader

[hive] branch master updated: HIVE-23424 : Remove Dependency on Log4J from hive-shims-common (David Mollitor via Ashutosh Chauhan)

2020-05-09 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new fd82258 HIVE-23424 : Remove Dependency on

[hive] branch master updated: HIVE-23282 : Reduce number of DB calls in ObjectStore::getPartitionsByExprInternal (Attila Magyar via Ashutosh Chauhan)

2020-05-06 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 1caa309 HIVE-23282 : Reduce number of DB

[hive] branch master updated: HIVE-23321 : Tolerate in tests that metastore is not removing rows from the skewed_string_list_values table (Zoltan Haindrich via Ashutosh Chauhan)

2020-05-03 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new b283bbd HIVE-23321 : Tolerate in tests that

[hive] branch master updated: HIVE-23252 : Change spark related tests to be optional (Zoltan Haindrich via Ashutosh Chauhan)

2020-05-03 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new f85ccf2 HIVE-23252 : Change spark related

[hive] branch master updated: HIVE-23215 : Make FilterContext and MutableFilterContext interfaces (Owen O'malley, Panos G via Ashutosh Chauhan)

2020-05-03 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 1f4bc02 HIVE-23215 : Make FilterContext and

[hive] branch master updated: HIVE-23322 : Update some tests to better tolerate a more busy environment (Zoltan Haindrich via Ashutosh Chauhan)

2020-05-03 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new e48a682 HIVE-23322 : Update some tests to

[hive] branch master updated: HIVE-23240 : loadDynamicPartition complains about static partitions even when they are provided in the description (Reza Safi via Ashutosh Chauhan)

2020-05-03 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new d3ee2ae HIVE-23240 : loadDynamicPartition

[hive] branch master updated: HIVE-22737 : Concurrency: FunctionRegistry::getFunctionInfo is static object locked (Ashutosh Chauhan via Rajesh Balamohan)

2020-05-03 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 2b177db HIVE-22737 : Concurrency

[hive] branch master updated: HIVE-23345: Enable Parquet timestamps types (INT64 and INT96) conversion to Hive BIGINT type Adding test cases (Panos G via Ashutosh Chauhan)

2020-05-02 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 659e28d HIVE-23345: Enable Parquet timestamps

[hive] branch master updated: HIVE-23356 : Hash aggregation is always disabled while processing querys with grouping sets expressions. (Qiang Kang via Ashutosh Chauhan)

2020-05-02 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 0fd99df HIVE-23356 : Hash aggregation is

[hive] branch master updated: HIVE-23305 : NullPointerException in LlapTaskSchedulerService addNode due to race condition ( Attila Magyar via Ashutosh Chauhan)

2020-04-30 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new f48c267 HIVE-23305 : NullPointerException in

[hive] branch master updated: HIVE-23261 : Check whether encryption is enabled in the cluster before moving files (Ramesh Kumar via Rajesh Balamohan)

2020-04-29 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new e13486b HIVE-23261 : Check whether encryption

[hive] branch master updated: HIVE-23294 : Remove sync bottleneck in TezConfigurationFactory (Rajesh Balamohan via Ashutosh Chauhan)

2020-04-28 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new c4e7376 HIVE-23294 : Remove sync bottleneck

[hive] branch master updated: HIVE-23295 : Possible NPE when on getting predicate literal list when dynamic values are not available (Attila Magyar via Jason Dere)

2020-04-27 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new ea74565 HIVE-23295 : Possible NPE when on

[hive] branch master updated: HIVE-23268 : Eliminate beanutils transitive dependency

2020-04-26 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 19314f5 HIVE-23268 : Eliminate beanutils

[hive] branch master updated: HIVE-23262 : Remove dependency on activemq

2020-04-26 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 40ca5f6 HIVE-23262 : Remove dependency on

[hive] branch master updated: HIVE-23287 : Reduce dependency on icu4j

2020-04-26 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new ca275be HIVE-23287 : Reduce dependency on

[hive] branch master updated: HIVE-23267 : Reduce dependency on groovy

2020-04-26 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 2c1f2fd HIVE-23267 : Reduce dependency on

[hive] branch master updated: HIVE-23278 : Remove dependency on bouncycastle

2020-04-26 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new c78d0da HIVE-23278 : Remove dependency on

[hive] branch master updated: HIVE-23169 : Probe runtime support for LLAP (Panagiotis Garefalakis via Ashutosh Chauhan)

2020-04-21 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 8b9fadb HIVE-23169 : Probe runtime support

[hive] branch master updated: HIVE-23258 : Remove BoneCP Connection Pool (David Mollitor via Ashutosh Chauhan)

2020-04-20 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 00423c1 HIVE-23258 : Remove BoneCP Connection

[hive] branch master updated: HIVE-23241 : Reduce transitive dependencies

2020-04-20 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 57b2024 HIVE-23241 : Reduce transitive

[hive] branch master updated: HIVE-20078 : Remove ATSHook

2020-04-18 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 11abab2 HIVE-20078 : Remove ATSHook 11abab2

[hive] branch master updated: HIVE-22684 : Run Eclipse Cleanup Against hbase-handler Module (David Mollitor via Ashutosh Chauhan)

2020-04-18 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new c3fb689 HIVE-22684 : Run Eclipse Cleanup

[hive] branch master updated: HIVE-22698 : Support Statement#closeOnCompletion() (Iwao Ave via Ashutosh Chauhan)

2020-04-18 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new bb95ad2 HIVE-22698 : Support Statement

[hive] branch master updated: HIVE-23051 : Clean up BucketCodec (David Mollitor via Ashutosh Chauhan)

2020-04-18 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new f888527 HIVE-23051 : Clean up BucketCodec

[hive] branch master updated: HIVE-23239 : Remove snakeyaml lib from Hive distribution via transitive dependency (Roohi Syeda via Ashutosh Chauhan)

2020-04-18 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 9940cab HIVE-23239 : Remove snakeyaml lib

[hive] branch master updated (15ebf9e -> a3f3df0)

2020-04-18 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 15ebf9e HIVE-23194 : Use Queue Instead of List for CollectOperator (David Mollitor via Ashutosh Chauhan) new

[hive] 02/02: HIVE-23196 : Reduce number of delete calls to NN during Context::clear (Attila Magyar via Ashutosh Chauhan)

2020-04-18 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git commit a3f3df0f97d857482a3042feca940251c4557673 Author: Attila Magyar AuthorDate: Sat Apr 18 10:44:47 2020 -0700 HIVE

[hive] 01/02: HIVE-23153 : deregister from zookeeper is not properly worked on kerberized environment (Eugene Chung via Ashutosh Chauhan)

2020-04-18 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git commit bc225fcb0cd9c21ba38a466f98488b74d6c83d13 Author: Eugene Chung AuthorDate: Fri Apr 17 21:16:48 2020 -0700 HIVE

[hive] branch master updated: HIVE-23194 : Use Queue Instead of List for CollectOperator (David Mollitor via Ashutosh Chauhan)

2020-04-17 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 15ebf9e HIVE-23194 : Use Queue Instead of

[hive] branch master updated: HIVE-23233 : Using default operation logs location cause hive service session testing failed (RuiChen via Ashutosh Chauhan)

2020-04-17 Thread hashutosh
This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 465f698 HIVE-23233 : Using default operation

  1   2   3   4   5   6   7   8   9   10   >