[jira] [Created] (HIVE-23041) LLAP purge command can lead to resource leak

2020-03-17 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-23041: - Summary: LLAP purge command can lead to resource leak Key: HIVE-23041 URL: https://issues.apache.org/jira/browse/HIVE-23041 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-22934) Hive server interactive log counters to error stream

2020-02-26 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-22934: - Summary: Hive server interactive log counters to error stream Key: HIVE-22934 URL: https://issues.apache.org/jira/browse/HIVE-22934 Project: Hive Issue

[jira] [Created] (HIVE-22760) Add Clock caching eviction based strategy

2020-01-22 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-22760: - Summary: Add Clock caching eviction based strategy Key: HIVE-22760 URL: https://issues.apache.org/jira/browse/HIVE-22760 Project: Hive Issue Type: New

[jira] [Created] (HIVE-22755) Cleaner/Compaction can skip the read locks and use the min open txn id

2020-01-21 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-22755: - Summary: Cleaner/Compaction can skip the read locks and use the min open txn id Key: HIVE-22755 URL: https://issues.apache.org/jira/browse/HIVE-22755 Project: Hive

[jira] [Created] (HIVE-22754) Trim some extra HDFS find file name calls that can be deduced using current TX watermark

2020-01-21 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-22754: - Summary: Trim some extra HDFS find file name calls that can be deduced using current TX watermark Key: HIVE-22754 URL: https://issues.apache.org/jira/browse/HIVE-22754

[jira] [Created] (HIVE-22743) Enable Fast LLAP-IO path for tables with schema evolution case appending columns.

2020-01-17 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-22743: - Summary: Enable Fast LLAP-IO path for tables with schema evolution case appending columns. Key: HIVE-22743 URL: https://issues.apache.org/jira/browse/HIVE-22743

[jira] [Created] (HIVE-22742) Skip Class loader forking, when needed.

2020-01-17 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-22742: - Summary: Skip Class loader forking, when needed. Key: HIVE-22742 URL: https://issues.apache.org/jira/browse/HIVE-22742 Project: Hive Issue Type

[jira] [Created] (HIVE-22629) AST Node Children can be quite expensive to build due to List resizing

2019-12-11 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-22629: - Summary: AST Node Children can be quite expensive to build due to List resizing Key: HIVE-22629 URL: https://issues.apache.org/jira/browse/HIVE-22629 Project: Hive

Re: Review Request 71784: HiveProtoLoggingHook might leak memory

2019-11-19 Thread Slim Bouguerra
> On Nov. 19, 2019, 10:38 p.m., Slim Bouguerra wrote: > > I recommend using a bounded queue instead of checking the size and soing > > the if else everytime > > something like this might work > > ```java > > BlockingQueue linkedBlockingDeque = new >

Re: Review Request 71784: HiveProtoLoggingHook might leak memory

2019-11-19 Thread Slim Bouguerra
, new ThreadPoolExecutor.DiscardPolicy()); ``` - Slim Bouguerra On Nov. 19, 2019, 3:43 p.m., Attila Magyar wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 71784: HiveProtoLoggingHook might leak memory

2019-11-19 Thread Slim Bouguerra
> On Nov. 19, 2019, 6:53 p.m., Slim Bouguerra wrote: > > ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveProtoLoggingHook.java > > Lines 279 (patched) > > <https://reviews.apache.org/r/71784/diff/1/?file=2173907#file2173907line280> > > > > i am s

Re: Review Request 71784: HiveProtoLoggingHook might leak memory

2019-11-19 Thread Slim Bouguerra
> On Nov. 19, 2019, 6:53 p.m., Slim Bouguerra wrote: > > ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveProtoLoggingHook.java > > Lines 274 (patched) > > <https://reviews.apache.org/r/71784/diff/1/?file=2173907#file2173907line275> > > > > looking

Re: Review Request 71784: HiveProtoLoggingHook might leak memory

2019-11-19 Thread Slim Bouguerra
spike of overload ? Leak means we are not cleaning the resources thus that is why we have an OOM. What you are describing seems to be a system overload that cause a memory spike. - Slim Bouguerra On Nov. 19, 2019, 3:43 p.m., Attila Magyar wrote

Re: Review Request 71784: HiveProtoLoggingHook might leak memory

2019-11-19 Thread Slim Bouguerra
279 (patched) <https://reviews.apache.org/r/71784/#comment306548> i am still not sure how this is going to work? the original code was dropping events when the queue is full that is the case where you see the `RejectedExecutionException` - Slim Bouguerra On Nov. 19, 2019, 3:43 p

Re: Review Request 71763: HIVE-22484: Remove Calls to printStackTrace

2019-11-13 Thread Slim Bouguerra
(original), 46 (patched) <https://reviews.apache.org/r/71763/#comment306420> are you sure about this? seems like it can crash the driver, that is not the old way of doing thing - Slim Bouguerra On Nov. 13, 2019, 5:22 p.m., David Mollitor

[jira] [Created] (HIVE-22492) Amortize lock contention due to LRFU accounting

2019-11-13 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-22492: - Summary: Amortize lock contention due to LRFU accounting Key: HIVE-22492 URL: https://issues.apache.org/jira/browse/HIVE-22492 Project: Hive Issue Type

[jira] [Created] (HIVE-22476) Hive datediff function provided inconsistent results when hive.fetch.task.conversion is set to none

2019-11-08 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-22476: - Summary: Hive datediff function provided inconsistent results when hive.fetch.task.conversion is set to none Key: HIVE-22476 URL: https://issues.apache.org/jira/browse/HIVE

[jira] [Created] (HIVE-22446) Make IO decoding quantiles counters less contended resource.

2019-11-01 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-22446: - Summary: Make IO decoding quantiles counters less contended resource. Key: HIVE-22446 URL: https://issues.apache.org/jira/browse/HIVE-22446 Project: Hive

Re: Review Request 71707: Performance degradation on single row inserts

2019-10-31 Thread Slim Bouguerra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71707/#review218479 --- looked at the code looks good to me. - Slim Bouguerra On Oct

[jira] [Created] (HIVE-22437) LLAP Metadata cache NPE on locking metadata.

2019-10-30 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-22437: - Summary: LLAP Metadata cache NPE on locking metadata. Key: HIVE-22437 URL: https://issues.apache.org/jira/browse/HIVE-22437 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-22436) Add more logging to the test.

2019-10-30 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-22436: - Summary: Add more logging to the test. Key: HIVE-22436 URL: https://issues.apache.org/jira/browse/HIVE-22436 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-22398) Remove Yarn queue management via ShimLoader.

2019-10-23 Thread Slim Bouguerra (Jira)
Slim Bouguerra created HIVE-22398: - Summary: Remove Yarn queue management via ShimLoader. Key: HIVE-22398 URL: https://issues.apache.org/jira/browse/HIVE-22398 Project: Hive Issue Type: Task

[jira] [Created] (HIVE-22168) remove excessive logging by llap cache.

2019-09-04 Thread slim bouguerra (Jira)
slim bouguerra created HIVE-22168: - Summary: remove excessive logging by llap cache. Key: HIVE-22168 URL: https://issues.apache.org/jira/browse/HIVE-22168 Project: Hive Issue Type

[jira] [Created] (HIVE-22127) Query Routing logging appender is leaking resources of RandomAccessFileManager.

2019-08-20 Thread slim bouguerra (Jira)
slim bouguerra created HIVE-22127: - Summary: Query Routing logging appender is leaking resources of RandomAccessFileManager. Key: HIVE-22127 URL: https://issues.apache.org/jira/browse/HIVE-22127

[jira] [Created] (HIVE-22125) Move to Kafka 2.3 Clients

2019-08-16 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-22125: - Summary: Move to Kafka 2.3 Clients Key: HIVE-22125 URL: https://issues.apache.org/jira/browse/HIVE-22125 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-22115) Prevent the creation of query-router logger in HS2 as per property

2019-08-14 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-22115: - Summary: Prevent the creation of query-router logger in HS2 as per property Key: HIVE-22115 URL: https://issues.apache.org/jira/browse/HIVE-22115 Project: Hive

[jira] [Created] (HIVE-21989) Query must fail in case we have no explicit cast for cases like reader schema is int32 and file schema is int64.

2019-07-11 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-21989: - Summary: Query must fail in case we have no explicit cast for cases like reader schema is int32 and file schema is int64. Key: HIVE-21989 URL: https://issues.apache.org/jira

[jira] [Created] (HIVE-21934) Materialized view on top of Druid not pushing every thing

2019-06-28 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-21934: - Summary: Materialized view on top of Druid not pushing every thing Key: HIVE-21934 URL: https://issues.apache.org/jira/browse/HIVE-21934 Project: Hive

[jira] [Created] (HIVE-21689) Buddy Allocator memory accounting does not account for failed allocation attempts

2019-05-03 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-21689: - Summary: Buddy Allocator memory accounting does not account for failed allocation attempts Key: HIVE-21689 URL: https://issues.apache.org/jira/browse/HIVE-21689

[jira] [Created] (HIVE-21686) Brute Force eviction can lead to a random uncontrolled eviction pattern.

2019-05-02 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-21686: - Summary: Brute Force eviction can lead to a random uncontrolled eviction pattern. Key: HIVE-21686 URL: https://issues.apache.org/jira/browse/HIVE-21686 Project

[jira] [Created] (HIVE-21665) Unable to reconstruct valid SQL query from AST when back ticks are used

2019-04-29 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-21665: - Summary: Unable to reconstruct valid SQL query from AST when back ticks are used Key: HIVE-21665 URL: https://issues.apache.org/jira/browse/HIVE-21665 Project

Re: Hive Pulsar Integration

2019-04-29 Thread Slim Bouguerra
many open clients at the same time On Sun, Apr 28, 2019 at 12:49 AM PengHui Li wrote: > @Slim > I have updated the google doc. I think I lost important information in the > previous image. Sorry for that. > > Slim Bouguerra 于2019年4月26日周五 下午11:43写道: > > > Thanks i

Re: Hive Pulsar Integration

2019-04-26 Thread Slim Bouguerra
AM PengHui Li wrote: > @Slim I have copied the image to Google Docs and hope to work fine. > > > https://docs.google.com/document/d/1K_JE_a47bu1I7va1GwUK36vdOKZGqGFWTt4qPuTRShg/edit?usp=sharing > > Slim Bouguerra 于2019年4月26日周五 上午12:13写道: > > > Hey sorry your image i

Re: Hive Pulsar Integration

2019-04-25 Thread Slim Bouguerra
read data from partitioned table of hive. > [image: image.png] > > Slim Bouguerra 于2019年4月20日周六 上午12:16写道: > >> Hi am not sure am getting the question 100% Can you share a design doc or >> outline the big picture in your mind? FYI am not very familiar with Pulsar >> thus p

Re: Hive Pulsar Integration

2019-04-19 Thread Slim Bouguerra
Hi am not sure am getting the question 100% Can you share a design doc or outline the big picture in your mind? FYI am not very familiar with Pulsar thus please account for that :D But let me point out that Hive does not have the notion of partitions for tables backed by storage handlers, that is

[jira] [Created] (HIVE-21621) Update Kafka Clients to recent release 2.2.0

2019-04-16 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-21621: - Summary: Update Kafka Clients to recent release 2.2.0 Key: HIVE-21621 URL: https://issues.apache.org/jira/browse/HIVE-21621 Project: Hive Issue Type: Task

Re: Hive Pulsar Integration

2019-04-12 Thread Slim Bouguerra
Hi, Great to hear that you want to work on that! We have done similar work for Kafka you can look at the code and design doc it will help guiding for Pulsar integration. https://github.com/apache/hive/tree/master/kafka-handler

[jira] [Created] (HIVE-21334) Eviction of blocks is major source of blockage for allocation request. Allocation path need to be lock-free.

2019-02-27 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-21334: - Summary: Eviction of blocks is major source of blockage for allocation request. Allocation path need to be lock-free. Key: HIVE-21334 URL: https://issues.apache.org/jira/browse

[jira] [Created] (HIVE-21332) Cache Purge command does purge the in-use buffer.

2019-02-27 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-21332: - Summary: Cache Purge command does purge the in-use buffer. Key: HIVE-21332 URL: https://issues.apache.org/jira/browse/HIVE-21332 Project: Hive Issue Type

Re: Review Request 69808: Refactor LlapServiceDriver

2019-01-22 Thread Slim Bouguerra
erver/src/java/org/apache/hadoop/hive/llap/cli/service/AsyncTaskCopyAuxJars.java Lines 130 (patched) <https://reviews.apache.org/r/69808/#comment297913> do you mean if(hasException) ? not sure am getting the logic - Slim Bouguerra On Jan. 22, 2019, 11:22 p.

Re: [NOTICE] Mandatory relocation of Apache git repositories on git-wip-us.apache.org

2018-12-11 Thread Slim Bouguerra
> JIRA. Of course we'd need to update our CI processes to match. > > Alan. > > On Tue, Dec 11, 2018 at 12:46 PM Slim Bouguerra wrote: > > > +1 on Early move. > > > > Having direct write access to Github is a good first step to move toward > > one place th

Re: [NOTICE] Mandatory relocation of Apache git repositories on git-wip-us.apache.org

2018-12-11 Thread Slim Bouguerra
+1 on Early move. Having direct write access to Github is a good first step to move toward one place that can be used to review and merge pull requests IMO. On Dec 11, 2018, at 12:06 PM, Alan Gates wrote: This includes the hive project, as we're on the older git-wip-us. Do we want to move

[jira] [Created] (HIVE-21026) Druid Vectorize Reader is not using the correct input size

2018-12-10 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-21026: - Summary: Druid Vectorize Reader is not using the correct input size Key: HIVE-21026 URL: https://issues.apache.org/jira/browse/HIVE-21026 Project: Hive

[jira] [Created] (HIVE-21004) Less object creation for Hive Kafka reader

2018-12-04 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-21004: - Summary: Less object creation for Hive Kafka reader Key: HIVE-21004 URL: https://issues.apache.org/jira/browse/HIVE-21004 Project: Hive Issue Type

[jira] [Created] (HIVE-20997) Make Druid Cluster start on random ports.

2018-12-03 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20997: - Summary: Make Druid Cluster start on random ports. Key: HIVE-20997 URL: https://issues.apache.org/jira/browse/HIVE-20997 Project: Hive Issue Type: Sub

[jira] [Created] (HIVE-20995) Add mini Druid to the list of tests

2018-12-03 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20995: - Summary: Add mini Druid to the list of tests Key: HIVE-20995 URL: https://issues.apache.org/jira/browse/HIVE-20995 Project: Hive Issue Type: Test

[jira] [Created] (HIVE-20987) Split Druid Tests to avoid Timeouts

2018-11-29 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20987: - Summary: Split Druid Tests to avoid Timeouts Key: HIVE-20987 URL: https://issues.apache.org/jira/browse/HIVE-20987 Project: Hive Issue Type: Test

[jira] [Created] (HIVE-20982) Avoid the un-needed object creation within hotloop

2018-11-28 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20982: - Summary: Avoid the un-needed object creation within hotloop Key: HIVE-20982 URL: https://issues.apache.org/jira/browse/HIVE-20982 Project: Hive Issue Type

Re: Review Request 69404: HIVE-20932 adding vectorize wrapper for Druid Storage Handler.

2018-11-21 Thread Slim Bouguerra
/druidmini_expressions.q.out 0cd54fcf5a Diff: https://reviews.apache.org/r/69404/diff/4/ Changes: https://reviews.apache.org/r/69404/diff/3-4/ Testing --- Qfiles tests added. Thanks, Slim Bouguerra

[jira] [Created] (HIVE-20958) Cleaning of imports at Hive-common

2018-11-21 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20958: - Summary: Cleaning of imports at Hive-common Key: HIVE-20958 URL: https://issues.apache.org/jira/browse/HIVE-20958 Project: Hive Issue Type: Improvement

Re: Review Request 69404: HIVE-20932 adding vectorize wrapper for Druid Storage Handler.

2018-11-21 Thread Slim Bouguerra
/test/results/clientpositive/druid/druidmini_expressions.q.out 0cd54fcf5a Diff: https://reviews.apache.org/r/69404/diff/3/ Changes: https://reviews.apache.org/r/69404/diff/2-3/ Testing --- Qfiles tests added. Thanks, Slim Bouguerra

[jira] [Created] (HIVE-20955) Calcite Rule HiveExpandDistinctAggregatesRule seems throwing IndexOutOfBoundsException

2018-11-21 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20955: - Summary: Calcite Rule HiveExpandDistinctAggregatesRule seems throwing IndexOutOfBoundsException Key: HIVE-20955 URL: https://issues.apache.org/jira/browse/HIVE-20955

Re: Review Request 69404: HIVE-20932 adding vectorize wrapper for Druid Storage Handler.

2018-11-21 Thread Slim Bouguerra
/test/results/clientpositive/druid/druidmini_expressions.q.out 0cd54fcf5a Diff: https://reviews.apache.org/r/69404/diff/2/ Changes: https://reviews.apache.org/r/69404/diff/1-2/ Testing --- Qfiles tests added. Thanks, Slim Bouguerra

[jira] [Created] (HIVE-20952) Cleaning VectorizationContext.java

2018-11-20 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20952: - Summary: Cleaning VectorizationContext.java Key: HIVE-20952 URL: https://issues.apache.org/jira/browse/HIVE-20952 Project: Hive Issue Type: Improvement

Re: Review Request 69404: HIVE-20932 adding vectorize wrapper for Druid Storage Handler.

2018-11-20 Thread Slim Bouguerra
ectInspector.java > ef5e5a6cc7 > > serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/PrimitiveObjectInspectorFactory.java > 51a0aed16a > > storage-api/src/java/org/apache/hadoop/hive/ql/exec/vector/ColumnVector.java > 01bd2f6e88 > > storage-api/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedRowBatch.java > f8ed7e29e5 > > > Diff: https://reviews.apache.org/r/69404/diff/1/ > > > Testing > --- > > Qfiles tests added. > > > Thanks, > > Slim Bouguerra > >

Re: Review Request 69404: HIVE-20932 adding vectorize wrapper for Druid Storage Handler.

2018-11-20 Thread Slim Bouguerra
atically generated e-mail. To reply, visit: https://reviews.apache.org/r/69404/#review210699 --- On Nov. 20, 2018, 2:08 a.m., Slim Bouguerra wrote: > > --- > This is a

Re: Review Request 69404: HIVE-20932 adding vectorize wrapper for Druid Storage Handler.

2018-11-19 Thread Slim Bouguerra
/hadoop/hive/ql/exec/vector/ColumnVector.java 01bd2f6e88 storage-api/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedRowBatch.java f8ed7e29e5 Diff: https://reviews.apache.org/r/69404/diff/1/ Testing --- Qfiles tests added. Thanks, Slim Bouguerra

Review Request 69404: HIVE-20932 adding vectorize wrapper for Druid Storage Handler.

2018-11-19 Thread Slim Bouguerra
/ColumnVector.java 01bd2f6e88 storage-api/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedRowBatch.java f8ed7e29e5 Diff: https://reviews.apache.org/r/69404/diff/1/ Testing --- Qfiles tests added. Thanks, Slim Bouguerra

[jira] [Created] (HIVE-20931) Minor code cleaning for Druid Storage Handler

2018-11-16 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20931: - Summary: Minor code cleaning for Druid Storage Handler Key: HIVE-20931 URL: https://issues.apache.org/jira/browse/HIVE-20931 Project: Hive Issue Type

[jira] [Created] (HIVE-20932) Vectorize Druid Storage Handler Reader

2018-11-16 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20932: - Summary: Vectorize Druid Storage Handler Reader Key: HIVE-20932 URL: https://issues.apache.org/jira/browse/HIVE-20932 Project: Hive Issue Type

[jira] [Created] (HIVE-20903) Cleanup code inspection issue on the druid adapter.

2018-11-09 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20903: - Summary: Cleanup code inspection issue on the druid adapter. Key: HIVE-20903 URL: https://issues.apache.org/jira/browse/HIVE-20903 Project: Hive Issue

[jira] [Created] (HIVE-20902) Math.abs(rand.nextInt())) or Math.abs(rand.nexLong())) can return a negative number

2018-11-09 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20902: - Summary: Math.abs(rand.nextInt())) or Math.abs(rand.nexLong())) can return a negative number Key: HIVE-20902 URL: https://issues.apache.org/jira/browse/HIVE-20902

[jira] [Created] (HIVE-20892) Benchmark XXhash for 64 bit hashing function instead of Murmum hash

2018-11-08 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20892: - Summary: Benchmark XXhash for 64 bit hashing function instead of Murmum hash Key: HIVE-20892 URL: https://issues.apache.org/jira/browse/HIVE-20892 Project: Hive

[jira] [Created] (HIVE-20893) BloomK Filter probing method is not thread safe

2018-11-08 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20893: - Summary: BloomK Filter probing method is not thread safe Key: HIVE-20893 URL: https://issues.apache.org/jira/browse/HIVE-20893 Project: Hive Issue Type

[jira] [Created] (HIVE-20875) Druid storage handler Kafka ingestion timestamp column name

2018-11-06 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20875: - Summary: Druid storage handler Kafka ingestion timestamp column name Key: HIVE-20875 URL: https://issues.apache.org/jira/browse/HIVE-20875 Project: Hive

[jira] [Created] (HIVE-20869) Fix test results file

2018-11-05 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20869: - Summary: Fix test results file Key: HIVE-20869 URL: https://issues.apache.org/jira/browse/HIVE-20869 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-20813) udf to_epoch_milli need to support timestamp without time zone as well

2018-10-25 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20813: - Summary: udf to_epoch_milli need to support timestamp without time zone as well Key: HIVE-20813 URL: https://issues.apache.org/jira/browse/HIVE-20813 Project: Hive

Re: Review Request 69170: HIVE-20486 Adding vectorized record reader for Kafka input format

2018-10-25 Thread Slim Bouguerra
e6cd276f95 ql/src/test/results/clientpositive/druid/kafka_storage_handler.q.out 8ea2aa9d3a Diff: https://reviews.apache.org/r/69170/diff/3/ Changes: https://reviews.apache.org/r/69170/diff/2-3/ Testing --- Thanks, Slim Bouguerra

Re: Review Request 69170: HIVE-20486 Adding vectorized record reader for Kafka input format

2018-10-25 Thread Slim Bouguerra
://reviews.apache.org/r/69170/diff/1-2/ Testing --- Thanks, Slim Bouguerra

Review Request 69170: HIVE-20486 Adding vectorized record reader for Kafka input format

2018-10-25 Thread Slim Bouguerra
/ Testing --- Thanks, Slim Bouguerra

[jira] [Created] (HIVE-20782) Cleaning some unused code

2018-10-19 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20782: - Summary: Cleaning some unused code Key: HIVE-20782 URL: https://issues.apache.org/jira/browse/HIVE-20782 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-20768) Adding Tumbling Window UDF

2018-10-17 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20768: - Summary: Adding Tumbling Window UDF Key: HIVE-20768 URL: https://issues.apache.org/jira/browse/HIVE-20768 Project: Hive Issue Type: New Feature

Re: Review Request 69018: Follow up on review comments remove unwanted extra columns kerberos fix

2018-10-15 Thread Slim Bouguerra
This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69018/#review209529 ------- On Oct. 15, 2018, 12:07 a.m., Slim Bouguerra wrote: > > -

Review Request 69018: Follow up on review comments remove unwanted extra columns kerberos fix

2018-10-14 Thread Slim Bouguerra
/hadoop/hive/kafka/SimpleKafkaWriterTest.java d8168e02a0 ql/src/test/queries/clientpositive/kafka_storage_handler.q 595f0320b6 ql/src/test/results/clientpositive/druid/kafka_storage_handler.q.out 73f0f293d9 Diff: https://reviews.apache.org/r/69018/diff/1/ Testing --- Thanks, Slim

[jira] [Created] (HIVE-20736) Eagerly allocate Containers from Yarn

2018-10-12 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20736: - Summary: Eagerly allocate Containers from Yarn Key: HIVE-20736 URL: https://issues.apache.org/jira/browse/HIVE-20736 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-20735) Address some of the review comments.

2018-10-12 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20735: - Summary: Address some of the review comments. Key: HIVE-20735 URL: https://issues.apache.org/jira/browse/HIVE-20735 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-20639) Add ability to Write Data from Hive Table/Query to Kafka Topic

2018-09-26 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20639: - Summary: Add ability to Write Data from Hive Table/Query to Kafka Topic Key: HIVE-20639 URL: https://issues.apache.org/jira/browse/HIVE-20639 Project: Hive

[jira] [Created] (HIVE-20561) Use the position of the Kafka Consumer to track progress instead of Consumer Records offsets

2018-09-14 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20561: - Summary: Use the position of the Kafka Consumer to track progress instead of Consumer Records offsets Key: HIVE-20561 URL: https://issues.apache.org/jira/browse/HIVE-20561

Re: Review Request 68633: [HIVE-20481] Add record key column

2018-09-07 Thread Slim Bouguerra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68633/#review208451 --- On Sept. 5, 2018, 9:15 p.m., Slim Bouguerra wrote: > > --- > This

Re: Review Request 68633: [HIVE-20481] Add record key column

2018-09-05 Thread Slim Bouguerra
/deployed/master-mr2.properties 90a654cf8a Diff: https://reviews.apache.org/r/68633/diff/1/ Testing --- Via Qfiles Thanks, Slim Bouguerra

[jira] [Created] (HIVE-20485) Test Storage Handler with Secured Kafka Cluster

2018-08-29 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20485: - Summary: Test Storage Handler with Secured Kafka Cluster Key: HIVE-20485 URL: https://issues.apache.org/jira/browse/HIVE-20485 Project: Hive Issue Type

[jira] [Created] (HIVE-20481) Add the Kafka Key record as part of the row.

2018-08-28 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20481: - Summary: Add the Kafka Key record as part of the row. Key: HIVE-20481 URL: https://issues.apache.org/jira/browse/HIVE-20481 Project: Hive Issue Type: Sub

[jira] [Created] (HIVE-20427) Remove Druid Mock tests from CliDrive

2018-08-20 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20427: - Summary: Remove Druid Mock tests from CliDrive Key: HIVE-20427 URL: https://issues.apache.org/jira/browse/HIVE-20427 Project: Hive Issue Type

[jira] [Created] (HIVE-20426) Upload Druid Test Runner logs from Build Slaves

2018-08-20 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20426: - Summary: Upload Druid Test Runner logs from Build Slaves Key: HIVE-20426 URL: https://issues.apache.org/jira/browse/HIVE-20426 Project: Hive Issue Type

[jira] [Created] (HIVE-20425) Use a custom range of port for embedded Derby used by Druid.

2018-08-20 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20425: - Summary: Use a custom range of port for embedded Derby used by Druid. Key: HIVE-20425 URL: https://issues.apache.org/jira/browse/HIVE-20425 Project: Hive

[jira] [Created] (HIVE-20377) Hive Kafka Storage Handler

2018-08-13 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20377: - Summary: Hive Kafka Storage Handler Key: HIVE-20377 URL: https://issues.apache.org/jira/browse/HIVE-20377 Project: Hive Issue Type: Bug Affects

[jira] [Created] (HIVE-20376) Timestamp Timezone parser dosen't handler ISO formats "2013-08-31T01:02:33Z"

2018-08-13 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20376: - Summary: Timestamp Timezone parser dosen't handler ISO formats "2013-08-31T01:02:33Z" Key: HIVE-20376 URL: https://issues.apache.org/jira/browse/HIVE-20376

[jira] [Created] (HIVE-20375) Json SerDe ignoring the timestamp.formats property

2018-08-13 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20375: - Summary: Json SerDe ignoring the timestamp.formats property Key: HIVE-20375 URL: https://issues.apache.org/jira/browse/HIVE-20375 Project: Hive Issue Type

[jira] [Created] (HIVE-20094) Update Druid to 0.12.1 version

2018-07-05 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20094: - Summary: Update Druid to 0.12.1 version Key: HIVE-20094 URL: https://issues.apache.org/jira/browse/HIVE-20094 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19923) Follow up of HIVE-19615, use UnaryFunction instead of prefix

2018-06-16 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-19923: - Summary: Follow up of HIVE-19615, use UnaryFunction instead of prefix Key: HIVE-19923 URL: https://issues.apache.org/jira/browse/HIVE-19923 Project: Hive

[jira] [Created] (HIVE-19879) Remove unused calcite sql operator.

2018-06-13 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-19879: - Summary: Remove unused calcite sql operator. Key: HIVE-19879 URL: https://issues.apache.org/jira/browse/HIVE-19879 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19869) Remove double formatting bug followup of HIVE-19382

2018-06-12 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-19869: - Summary: Remove double formatting bug followup of HIVE-19382 Key: HIVE-19869 URL: https://issues.apache.org/jira/browse/HIVE-19869 Project: Hive Issue

[jira] [Created] (HIVE-19868) Extract support for float aggregator

2018-06-12 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-19868: - Summary: Extract support for float aggregator Key: HIVE-19868 URL: https://issues.apache.org/jira/browse/HIVE-19868 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-19796) Push Down TRUNC Fn to Druid Storage Handler

2018-06-05 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-19796: - Summary: Push Down TRUNC Fn to Druid Storage Handler Key: HIVE-19796 URL: https://issues.apache.org/jira/browse/HIVE-19796 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19721) Druid Storage handler throws exception when query has a Cast to Date

2018-05-26 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-19721: - Summary: Druid Storage handler throws exception when query has a Cast to Date Key: HIVE-19721 URL: https://issues.apache.org/jira/browse/HIVE-19721 Project: Hive

[jira] [Created] (HIVE-19695) Year Month Day extraction functions need to add an implicit cast for column that are String types

2018-05-24 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-19695: - Summary: Year Month Day extraction functions need to add an implicit cast for column that are String types Key: HIVE-19695 URL: https://issues.apache.org/jira/browse/HIVE-19695

[jira] [Created] (HIVE-19684) Hive stats optimizer wrongly uses stats against non native tables

2018-05-23 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-19684: - Summary: Hive stats optimizer wrongly uses stats against non native tables Key: HIVE-19684 URL: https://issues.apache.org/jira/browse/HIVE-19684 Project: Hive

[jira] [Created] (HIVE-19680) Push down limit is not applied for Druid storage handler.

2018-05-23 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-19680: - Summary: Push down limit is not applied for Druid storage handler. Key: HIVE-19680 URL: https://issues.apache.org/jira/browse/HIVE-19680 Project: Hive

[jira] [Created] (HIVE-19675) Cast to timestamps on Druid time column leads to an exception

2018-05-23 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-19675: - Summary: Cast to timestamps on Druid time column leads to an exception Key: HIVE-19675 URL: https://issues.apache.org/jira/browse/HIVE-19675 Project: Hive

[jira] [Created] (HIVE-19674) Group by Decimal Constants push down to Druid tables.

2018-05-23 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-19674: - Summary: Group by Decimal Constants push down to Druid tables. Key: HIVE-19674 URL: https://issues.apache.org/jira/browse/HIVE-19674 Project: Hive Issue

  1   2   >