Review Request 69683: [HIVE-21071] Improve getInputSummary

2019-01-07 Thread David Mollitor
performance of method getInputSummary by changing data structures and allowing multiple threads to do calculations. Diffs - ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java d0f6451 Diff: https://reviews.apache.org/r/69683/diff/1/ Testing --- Unit Thanks, David Mollitor

Re: Review Request 69683: [HIVE-21071] Improve getInputSummary

2019-01-14 Thread David Mollitor
ities.java 2ff9ad3 Diff: https://reviews.apache.org/r/69683/diff/2/ Changes: https://reviews.apache.org/r/69683/diff/1-2/ Testing --- Unit Thanks, David Mollitor

Re: Review Request 69683: [HIVE-21071] Improve getInputSummary

2019-01-14 Thread David Mollitor
generated e-mail. To reply, visit: https://reviews.apache.org/r/69683/#review211758 ------- On Jan. 14, 2019, 3:36 p.m., David Mollitor wrote: > > --- > This is an automat

Re: Review Request 69683: [HIVE-21071] Improve getInputSummary

2019-02-06 Thread David Mollitor
s (when every path is cached/only few patch is cached/no path is > > cached), so we can be sure that further changes will not break the > > functionality. > > > > What do you think? > > > > Peter > > David Mollitor wrote: > Thank you Peter for the

Re: Review Request 69683: [HIVE-21071] Improve getInputSummary

2019-02-06 Thread David Mollitor
/TestGetInputSummary.java PRE-CREATION ql/src/test/org/apache/hadoop/hive/ql/exec/TestUtilities.java 90eb45b Diff: https://reviews.apache.org/r/69683/diff/3/ Changes: https://reviews.apache.org/r/69683/diff/2-3/ Testing --- Unit Thanks, David Mollitor

Re: Review Request 69683: [HIVE-21071] Improve getInputSummary

2019-02-06 Thread David Mollitor
/TestGetInputSummary.java PRE-CREATION ql/src/test/org/apache/hadoop/hive/ql/exec/TestUtilities.java 90eb45b Diff: https://reviews.apache.org/r/69683/diff/4/ Changes: https://reviews.apache.org/r/69683/diff/3-4/ Testing --- Unit Thanks, David Mollitor

Review Request 69921: [Hive-21210] CombineHiveInputFormat Thread Pool Sizing

2019-02-07 Thread David Mollitor
/CombineHiveInputFormat.java 5f2539f ql/src/test/org/apache/hadoop/hive/ql/io/TestCombineHiveInputFormat.java 07cef93 Diff: https://reviews.apache.org/r/69921/diff/1/ Testing --- Thanks, David Mollitor

HIVE-22337

2019-10-16 Thread David Mollitor
Hello Gang, Would anyone be able to assist me with reviewing my patch for HIVE-22337? I've been wanting to massage the SerDe library for a while now and to improve the re-usability of classes. I put together a new package called 'text' that contains all the text-based processors. I added a few

HIVE-21414

2019-10-16 Thread David Mollitor
Hello Gang, I've had a few folks in the field complain that the JSON SerDe obfuscates comments that are made in the table scheme definition. I believe the following patch will address that. Is anyone able to take a peek and let me know if this will do it? https://issues.apache.org/jira/browse/H

HIVE-22337

2019-10-22 Thread David Mollitor
Hello Team, Wondering if anyone could take a look at some work in the SerDe package that I would like to introduce... adding a 'text' package for building a common class hierarchy for handling text-based data. https://issues.apache.org/jira/browse/HIVE-22337 Thanks!

Submitting a Patch Against Branch 3

2019-10-28 Thread David Mollitor
Hello Gang, I have attempted a couple of times now to submit a patch for branch-3 of Hive. None of my attempts have been successful and I'm not sure why they are failing. The following JIRA is a very trivial change but YETUS won't build it. Any thoughts? https://issues.apache.org/jira/browse/H

Re: Submitting a Patch Against Branch 3

2019-10-31 Thread David Mollitor
as it is now, does not understand the concept of > branches based on the patch names. :( > > Thanks, > Peter > > > On Oct 29, 2019, at 00:22, David Mollitor wrote: > > > > Hello Gang, > > > > I have attempted a couple of times now to submit a patch fo

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

2019-11-13 Thread David Mollitor
://reviews.apache.org/r/71763/diff/1/ Testing --- Thanks, David Mollitor

Review Request 71766: HIVE-22402: Deprecate and Replace Hive PerfLogger

2019-11-13 Thread David Mollitor
Diff: https://reviews.apache.org/r/71766/diff/1/ Testing --- Thanks, David Mollitor

Unstable Automated Tests

2019-11-14 Thread David Mollitor
Hello Gang, The upstream automated tests seem to be failing very regularly. I'm not exactly sure what's wrong, but I logged this issue so far: HIVE-22493 Thanks.

druid-handler Shading Java 11 Class

2019-11-14 Thread David Mollitor
Hello Gang, I'm reviewing some Maven POM files in the Hive project and I came across an interesting issue. The druid-handler project is shading an artifact called 'org.roaringbitmap' 'shims' '0.7.36' https://github.com/apache/hive/blob/master/druid-handler/pom.xml#L336 Well, this 'shims' JAR fi

Re: druid-handler Shading Java 11 Class

2019-11-15 Thread David Mollitor
Just an update,... I discovered that this 'shims' artifact is not compiled with JDK11 per se. It contains the same class compiled with JDK 11 and JDK 8. I'll see if I can exclude the JDK 11 version from the shading. Thanks. On Thu, Nov 14, 2019 at 8:32 PM David Mollitor wrote

Error Handling and Logging

2019-11-26 Thread David Mollitor
Hello Team, I am one of many people responsible for supporting the Hadoop products out in the field. Error handling and logging are crucial to my success. I've been reading over the code and I see many of the same mistakes again and again. I just wanted to bring some of these things to your att

Fwd: Error Handling and Logging

2019-12-06 Thread David Mollitor
-- Forwarded message - From: David Mollitor Date: Fri, Dec 6, 2019 at 12:52 PM Subject: Re: Error Handling and Logging To: Hell Team, I'm not sure how to automate this, but as I scan through the log statements, another thing I am observing is the following: 1// Lo

HIVE-22066: Upgrade Apache parent POM to version 21

2019-12-09 Thread David Mollitor
Hello Gang, I have taken up the task of upgrading all of the Hive POM files to upgrade the version of the Apache parent POM from which they inherent. I have hit a snag though and I would like to ask your support. The upgraded POM files builds locally for me but I cannot get it to pass upstream.

HIVE-22611 Sub Tasks

2019-12-12 Thread David Mollitor
Hello Gang, Do anyone know what HIVE-22611 sub-tasks are not being picked up by YETUS? Thanks!

Re: HIVE-22611 Sub Tasks

2019-12-23 Thread David Mollitor
Hello Gang, Just wanted to follow up and see if anyone had any thoughts on this matter. On Thu, Dec 12, 2019 at 9:28 AM David Mollitor wrote: > Hello Gang, > > Do anyone know what HIVE-22611 sub-tasks are not being picked up by YETUS? > > Thanks! >

Re: HIVE-22611 Sub Tasks

2019-12-23 Thread David Mollitor
Scratch that. I submitted the patches again and they're flowing through the YETUS workstream now. Thanks. On Mon, Dec 23, 2019 at 11:15 AM David Mollitor wrote: > Hello Gang, > > Just wanted to follow up and see if anyone had any thoughts on this matter. > > On Thu, Dec

Re: HIVE-22066: Upgrade Apache parent POM to version 21

2020-01-17 Thread David Mollitor
Hello Team, This ticket and patch is still waiting out there. Any help would be greatly appreciated. Thanks. On Mon, Dec 9, 2019 at 2:38 PM David Mollitor wrote: > Hello Gang, > > I have taken up the task of upgrading all of the Hive POM files to upgrade > the version of the A

Added to Wiki

2020-03-26 Thread David Mollitor
Hello Team, Can someone please add me to the Wiki so that I may edit? Thanks! David Mollitor (dmollitor)

Re: HIVE-21508 and Hive 2.3.7 question

2020-03-31 Thread David Mollitor
Hello Team, Just to throw one more thing in there, awhile ago I put a good chunk of time into shoring up the ZK Lock Manager because I worked with a lot of folks on locking issues. HDP/CLDR moved away from ZK and is using a RDBMS and therefore never paid it much mind. Any interest in rolling it in

Re: Added to Wiki

2020-03-31 Thread David Mollitor
Hello Gang, Is anyone able to point me in the right direction on how to obtain access? Thanks! On Thu, Mar 26, 2020 at 3:15 PM David Mollitor wrote: > Hello Team, > > Can someone please add me to the Wiki so that I may edit? > > Thanks! > David Mollitor (dmollitor) >

Inconsistent Hive Object Names

2020-04-01 Thread David Mollitor
Hello Gang, I came across an interesting problem and I think the entire community should be mindful of this situation. There needs to be better consistency with handling of Object names (database, tables, column, view, function, etc.). I think it makes sense to standardize on the same rules whic

Re: Inconsistent Hive Object Names

2020-04-02 Thread David Mollitor
Hello Gang, With that said, the backend database also needs to support UTF-8: https://issues.apache.org/jira/browse/HIVE-18083 On Thu, Apr 2, 2020 at 12:20 AM David Mollitor wrote: > Hello Gang, > > I came across an interesting problem and I think the entire community > should b

Re: HIVE-21508 and Hive 2.3.7 question

2020-04-07 Thread David Mollitor
. This could potentially be of interest > for > > a 2.3.8 or 2.4.0 release if the rest of the Hive community agrees. > > > > Thanks, > > > > Adrian > > > > On Tue, 31 Mar 2020 at 13:24, David Mollitor wrote: > > > >> Hello Team, > >&

Many ANTLR Tokens

2020-04-09 Thread David Mollitor
Hello Gang, I am investigating HIVE-23172 and I am having a problem addressing this because I am getting the following error from compiling the grammar: hive-parser: Compilation failure [ERROR] /home/apache/hive/hive/parser/target/generated-sources/antlr3/org/apache/hadoop/hive/ql/parse/HiveParse

Re: Many ANTLR Tokens

2020-04-10 Thread David Mollitor
see Hive leveraging this in any meaningful way. This would be the path of least resistance. Thoughts? Thanks. On Thu, Apr 9, 2020 at 6:36 PM David Mollitor wrote: > Hello Gang, > > I am investigating HIVE-23172 and I am having a problem addressing this > because I am getting the fo

Remove REGEX Column Specification

2020-04-13 Thread David Mollitor
Hello Gang, I've been tracking a lot of issues recently regarding qualified tables names, qualified table names, table names using back ticks, and other similar circumstances. I've looked into trying to address some of these and noted that these issue goes way back and are go all the way down to

Re: Remove REGEX Column Specification

2020-04-14 Thread David Mollitor
om the output - without > listing all the columns. > > How much are users actually use this feature? > > We had a somewhat related discussion a few years ago: > https://issues.apache.org/jira/browse/HIVE-16496 > > cheers, > Zoltan > > On 4/13/20 3:56 PM, David Mollitor

Re: Remove REGEX Column Specification

2020-04-15 Thread David Mollitor
I've got all tests passing on this. Are there other questions? Is anyone willing to +1 ? Thanks. On Tue, Apr 14, 2020, 12:28 PM David Mollitor wrote: > Hey Zoltan, > > Thanks for the feedback and for sharing HIVE-16496. > > I think HIVE-16496 is a better approach becau

Hive Grammar Parser Visualization

2020-04-16 Thread David Mollitor
Hello Gang, https://issues.apache.org/jira/browse/HIVE-23171 I just wanted to share with you a tool that I put into the master branch of Hive. It is a small command-line tool for building visualizations of the output of the Hive ANTLR parser. I hope you find it useful. Thanks.

Re: HIVE-22066: Upgrade Apache parent POM to version 21

2020-05-22 Thread David Mollitor
Hello Gang, I just pushed this change to the master. Please be kind and patient and let's try to correct any artifacts that may pop up as a result. Thanks. On Fri, Jan 17, 2020 at 9:31 AM David Mollitor wrote: > Hello Team, > > This ticket and patch is still waiting out th

Re: Open old PRs

2020-06-01 Thread David Mollitor
Thanks so much for the work on this. Just cleaned up mine. On Sat, May 30, 2020 at 10:16 AM Zoltan Haindrich wrote: > Hey All, > > The new test executor will pick up any PR which doesn't yet have a test > result - now that the patch is on the master; every PR which is mergeable > with the maste

Re: Open old PRs

2020-06-01 Thread David Mollitor
un 1, 2020 at 2:33 PM David Mollitor wrote: > > > Thanks so much for the work on this. > > > > Just cleaned up mine. > > > > On Sat, May 30, 2020 at 10:16 AM Zoltan Haindrich wrote: > > > > > Hey All, > > > > > > The new test executor

Re: Open old PRs

2020-06-02 Thread David Mollitor
t; https://github.com/apache/hive/pull/1049 > > cheers, > Zoltan > > > On 6/2/20 5:00 AM, Ashutosh Chauhan wrote: > > How about using stalebot : https://github.com/probot/stale ? > > > > On Mon, Jun 1, 2020 at 12:20 PM Zoltán Haindrich wrote: > > > &g

Re: Open old PRs

2020-06-02 Thread David Mollitor
/pull/1045 Thanks! On Tue, Jun 2, 2020 at 10:21 AM Zoltan Haindrich wrote: > > > On 6/2/20 3:10 PM, David Mollitor wrote: > > I think we might want to take one manual pass across the board. It will > > most likely take more than 7 days to get through them all, so it may be &

Re: Open old PRs

2020-06-03 Thread David Mollitor
ty is not lost. > > Best, > Stamatis > > [1] https://github.com/isaacs/github/issues/1303 > > > > On Tue, Jun 2, 2020 at 9:26 PM Zoltan Haindrich wrote: > > > > > > > On 6/2/20 9:15 PM, David Mollitor wrote: > > > I use a personal

Re: Open old PRs

2020-06-03 Thread David Mollitor
embers is managed? https://github.com/orgs/apache/people?query= Thanks. On Wed, Jun 3, 2020 at 9:08 AM David Mollitor wrote: > Hello Zoltan, > > Regarding auto-close in JIRA. Take a look at Apache Avro project. I've > contributed there a little bit and I think they have this

Time to Remove Hive-on-Spark

2020-06-03 Thread David Mollitor
Hello Gang, I have spent some time working on upgrading Avro (far less than others): https://issues.apache.org/jira/browse/HIVE-21737 This should be a relatively easy thing to do, but is blocked by Hive-on-Spark. HoS has a weird thing where it downloads some cloud-storage-hosted file of Spark-H

Re: Open old PRs

2020-06-04 Thread David Mollitor
e.org as a secondary > >> email to your github account > >> > >> About the open pr stuff: I still think our best approach of handling > those > >> things would be to close most of that 400 or so PRs...easiest would be > to > >> install the bot (at > &

Re: Open old PRs

2020-06-04 Thread David Mollitor
hink that flaky tests are a > bigger problem - and there is also some kind of kubernetes issue from > time-to-time - which takes down > a full executor node with all its pods for no apparent reason. I'm putting > my efforts into fixing that... > > chers, > Zoltan > >

Re: Open old PRs

2020-06-04 Thread David Mollitor
access to this repository can merge pull requests." Any idea how to get my account write access? Thanks. On Thu, Jun 4, 2020 at 12:14 PM David Mollitor wrote: > Hey Zoltan, > > Thanks again for putting this together. > > The original topic was dealing with a big pile o

Re: Open old PRs

2020-06-04 Thread David Mollitor
Hello Zoltan I just got access. Not sure if this was a manual process performed by someone on this thread or something automated, but I got an email acknowledging. I'm starting to close some old PRs. Thanks. On Thu, Jun 4, 2020 at 5:20 PM David Mollitor wrote: > Zoltan, >

Re: [DISCUSS] Replace ptest with hive-test-kube

2020-06-05 Thread David Mollitor
There are a couple Apache projects that use the "spotless" plugin to format the code so that it all adheres to the same style. I'd be in favor of adding that to make that code automatically adhere to the check style requirements. On Fri, Jun 5, 2020, 5:59 AM Peter Vary wrote: > I personally che

Re: Open old PRs

2020-06-05 Thread David Mollitor
/authenticating-to-github/creating-a-personal-access-token-for-the-command-line On Thu, Jun 4, 2020 at 5:49 PM David Mollitor wrote: > Hello Zoltan > > I just got access. Not sure if this was a manual process performed by > someone on this thread or something automated, but I

Re: Open old PRs

2020-06-09 Thread David Mollitor
eeds to be a lot of allowance to start. just my 2 cents. Thanks. On Fri, Jun 5, 2020 at 10:24 AM David Mollitor wrote: > No need to respond, just want to document somewhere: > > Part of the process involved enabling 2FA on my Github account. After > that, pushing to repos

Re-Running CI Tests

2020-06-10 Thread David Mollitor
Hey Zoltan, What is the process to trigger a new CI build on GitHub if a previous one failed on a flaky test. timeout, or something of that nature? Thanks.

Re: Re-Running CI Tests

2020-06-10 Thread David Mollitor
> > I don't know if the last method (retrigger button) will create a new merge > with the current master's HEAD or not - I suspect that it doesn't. > > cheers, > Zoltan > > On 6/10/20 3:18 PM, David Mollitor wrote: > > Hey Zoltan, > > > > What is

Re: Re-Running CI Tests

2020-06-10 Thread David Mollitor
Zoltan, I just tried to close/re-open a PR and I don't believe it triggered a new CI run: https://github.com/apache/hive/pull/1076 Thanks. On Wed, Jun 10, 2020 at 10:59 AM David Mollitor wrote: > Hey Zoltan, > > Can you please research a way to initiate it from the GitHub

Re: Re-Running CI Tests

2020-06-10 Thread David Mollitor
not master > > On June 10, 2020 5:17:19 PM GMT+02:00, David Mollitor > wrote: >> >> Zoltan, >> >> I just tried to close/re-open a PR and I don't believe it triggered a new >> CI run: >> >> https://github.com/apache/hive/pull/1076 >> >>

Re: Re-Running CI Tests

2020-06-10 Thread David Mollitor
Hey Zoltán, Also in regard to that PR, it only ran the travis build "mvn clean install -DskipTests -q -Pitests" What does this branch require (and 3.x) to enable running of tests? Thanks. On Wed, Jun 10, 2020 at 11:36 AM David Mollitor wrote: > Hey Zoltán, > > Ye

Re: Re-Running CI Tests

2020-06-10 Thread David Mollitor
Zoltán, Even a PR against master is only running Travis. https://github.com/apache/hive/pull/1082 On Wed, Jun 10, 2020 at 12:52 PM David Mollitor wrote: > Hey Zoltán, > > Also in regard to that PR, it only ran the travis build "mvn clean > install -DskipTests -q -Pitests&qu

Re: Re-Running CI Tests

2020-06-10 Thread David Mollitor
R-1082/ > > On June 10, 2020 6:55:45 PM GMT+02:00, David Mollitor > wrote: > >Zoltán, > > > >Even a PR against master is only running Travis. > > > >https://github.com/apache/hive/pull/1082 > > > >On Wed, Jun 10, 2020 at 12:52 PM David Mollitor > >

Re: Flaky test checker

2020-06-11 Thread David Mollitor
Zoltan, I've seen 'org.apache.hadoop.hive.kafka.TransactionalKafkaWriterTest' failing quite a bit in some recent runs in GitHup precomit. Topic `TOPIC_TEST` to delete does not exist Stacktrace org.apache.kafka.common.errors.UnknownTopicOrPartitionException: Topic `TOPIC_TEST` to delete does not e

Re: Re-Running CI Tests

2020-06-11 Thread David Mollitor
Hello, I am trying to re-run a test: http://130.211.9.232/job/hive-precommit/job/PR-1082/ Maybe it's a permission issue, but I don't see a way to manually do it. We really need a way though GitHub to re-launch the tests. On Wed, Jun 10, 2020 at 3:07 PM David Mollitor wrote: >

Github PR Pre Commit Build Error

2020-06-12 Thread David Mollitor
Hey Zoltan, A build just failed with: Timed out waiting for websocket connection. You should increase the value of system property org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator.websocketConnectionTimeout currently set at 60 seconds http://130.211.9.232/blue/organization

JUnit 5 Broke Unit Tests

2020-06-15 Thread David Mollitor
Hello Gang, When I check out master and run 'mvn clean install'. A bunch of unit tests are skipped and present the following error: un 15, 2020 9:19:57 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable WARNING: TestEngine with ID 'junit-vintage' failed to discover tests java.la

Re: Flaky test checker

2020-06-16 Thread David Mollitor
Hey Zoltan, I've also seen this one several times recently: testExternalTablesReplLoadBootstrapIncr – org.apache.hadoop.hive.ql.parse.TestScheduledReplicationScenarios On Thu, Jun 11, 2020 at 10:54 AM David Mollitor wrote: > Zoltan, >

Reviewers List

2020-07-01 Thread David Mollitor
Hello Gang, When I am trying to add reviewers in Github, the following commiters do not come up in the list of available reviewrs automatically: ashutoshc (Ashutosh Chauhan) nrg4878 (Naveen Gangam) Is there something administratively that needs to happen to allow this? Thanks, David

Failed CI Jobs

2020-07-06 Thread David Mollitor
Hello Gang, Last week, all of my PRs showed "green" for successful CI runs. Today, they are all "red" and marked as failed. Did something happen over the weekend? Thanks.

Review Request 66041: [HIVE-18343] Remove LinkedList from ColumnStatsSemanticAnalyzer.java

2018-03-13 Thread David Mollitor
-18343] Remove LinkedList from ColumnStatsSemanticAnalyzer.java Diffs - ql/src/java/org/apache/hadoop/hive/ql/parse/ColumnStatsSemanticAnalyzer.java c97e2a9 Diff: https://reviews.apache.org/r/66041/diff/1/ Testing --- Thanks, David Mollitor

Review Request 66068: [HIVE-16882] Improvements For Avro SerDe Package

2018-03-14 Thread David Mollitor
1746a0f serde/src/java/org/apache/hadoop/hive/serde2/avro/InstanceCache.java 2d52020 Diff: https://reviews.apache.org/r/66068/diff/1/ Testing --- Thanks, David Mollitor

Re: Review Request 66068: [HIVE-16882] Improvements For Avro SerDe Package

2018-03-14 Thread David Mollitor
/apache/hadoop/hive/serde2/avro/AvroSerDe.java 1746a0f serde/src/java/org/apache/hadoop/hive/serde2/avro/InstanceCache.java 2d52020 Diff: https://reviews.apache.org/r/66068/diff/2/ Changes: https://reviews.apache.org/r/66068/diff/1-2/ Testing --- Thanks, David Mollitor

[jira] [Created] (HIVE-25831) Report Progress on Every Record Read for CompactorMR

2021-12-21 Thread David Mollitor (Jira)
David Mollitor created HIVE-25831: - Summary: Report Progress on Every Record Read for CompactorMR Key: HIVE-25831 URL: https://issues.apache.org/jira/browse/HIVE-25831 Project: Hive Issue

[jira] [Created] (HIVE-26456) Remove stringifyException Method From Storage Handlers

2022-08-05 Thread David Mollitor (Jira)
David Mollitor created HIVE-26456: - Summary: Remove stringifyException Method From Storage Handlers Key: HIVE-26456 URL: https://issues.apache.org/jira/browse/HIVE-26456 Project: Hive Issue

[jira] [Created] (HIVE-26469) Remove stringifyException Method From QL Package

2022-08-12 Thread David Mollitor (Jira)
David Mollitor created HIVE-26469: - Summary: Remove stringifyException Method From QL Package Key: HIVE-26469 URL: https://issues.apache.org/jira/browse/HIVE-26469 Project: Hive Issue Type

[jira] [Created] (HIVE-26470) Remove stringifyException from MetaStore

2022-08-12 Thread David Mollitor (Jira)
David Mollitor created HIVE-26470: - Summary: Remove stringifyException from MetaStore Key: HIVE-26470 URL: https://issues.apache.org/jira/browse/HIVE-26470 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-21414) Hive JSON SerDe Does Not Properly Handle Field Comments

2019-03-08 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21414: - Summary: Hive JSON SerDe Does Not Properly Handle Field Comments Key: HIVE-21414 URL: https://issues.apache.org/jira/browse/HIVE-21414 Project: Hive Issue

[jira] [Created] (HIVE-21425) Use newDirectExecutorService for getInputSummary

2019-03-11 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21425: - Summary: Use newDirectExecutorService for getInputSummary Key: HIVE-21425 URL: https://issues.apache.org/jira/browse/HIVE-21425 Project: Hive Issue Type

[jira] [Created] (HIVE-21426) Remove Utilities Global Random

2019-03-11 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21426: - Summary: Remove Utilities Global Random Key: HIVE-21426 URL: https://issues.apache.org/jira/browse/HIVE-21426 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-21433) Doc: Remove Reference to hive.stats.avg.row.size

2019-03-12 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21433: - Summary: Doc: Remove Reference to hive.stats.avg.row.size Key: HIVE-21433 URL: https://issues.apache.org/jira/browse/HIVE-21433 Project: Hive Issue Type

[jira] [Created] (HIVE-21466) Increase Default Size of SPLIT_MAXSIZE

2019-03-18 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21466: - Summary: Increase Default Size of SPLIT_MAXSIZE Key: HIVE-21466 URL: https://issues.apache.org/jira/browse/HIVE-21466 Project: Hive Issue Type

[jira] [Created] (HIVE-21469) Review of ZooKeeperHiveLockManager

2019-03-18 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21469: - Summary: Review of ZooKeeperHiveLockManager Key: HIVE-21469 URL: https://issues.apache.org/jira/browse/HIVE-21469 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-21515) Improvement to MoveTrash Facilities

2019-03-26 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21515: - Summary: Improvement to MoveTrash Facilities Key: HIVE-21515 URL: https://issues.apache.org/jira/browse/HIVE-21515 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-21524) Impala Engine

2019-03-27 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21524: - Summary: Impala Engine Key: HIVE-21524 URL: https://issues.apache.org/jira/browse/HIVE-21524 Project: Hive Issue Type: New Feature Affects Versions

[jira] [Created] (HIVE-21581) Remove Lock in GetInputSummary

2019-04-04 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21581: - Summary: Remove Lock in GetInputSummary Key: HIVE-21581 URL: https://issues.apache.org/jira/browse/HIVE-21581 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-21655) Add Re-Try to LdapSearchFactory

2019-04-26 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21655: - Summary: Add Re-Try to LdapSearchFactory Key: HIVE-21655 URL: https://issues.apache.org/jira/browse/HIVE-21655 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-21727) Allow For Ordinal Substitution

2019-05-14 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21727: - Summary: Allow For Ordinal Substitution Key: HIVE-21727 URL: https://issues.apache.org/jira/browse/HIVE-21727 Project: Hive Issue Type: New Feature

[jira] [Created] (HIVE-21747) Remove Dependency on org.cliffc.high_scale_lib.Counter

2019-05-17 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21747: - Summary: Remove Dependency on org.cliffc.high_scale_lib.Counter Key: HIVE-21747 URL: https://issues.apache.org/jira/browse/HIVE-21747 Project: Hive Issue

[jira] [Created] (HIVE-21748) HBase Operations Can Fail When Using MAPREDLOCAL

2019-05-17 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21748: - Summary: HBase Operations Can Fail When Using MAPREDLOCAL Key: HIVE-21748 URL: https://issues.apache.org/jira/browse/HIVE-21748 Project: Hive Issue Type

[jira] [Created] (HIVE-21792) Hive Indexes... Again

2019-05-24 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21792: - Summary: Hive Indexes... Again Key: HIVE-21792 URL: https://issues.apache.org/jira/browse/HIVE-21792 Project: Hive Issue Type: New Feature

[jira] [Created] (HIVE-22032) Allow Hive JSON SerDe To Be Case Insensitive for Field Names

2019-07-22 Thread David Mollitor (JIRA)
David Mollitor created HIVE-22032: - Summary: Allow Hive JSON SerDe To Be Case Insensitive for Field Names Key: HIVE-22032 URL: https://issues.apache.org/jira/browse/HIVE-22032 Project: Hive

[jira] [Created] (HIVE-22078) Upgrade arrow version to 0.14.1

2019-08-02 Thread David Mollitor (JIRA)
David Mollitor created HIVE-22078: - Summary: Upgrade arrow version to 0.14.1 Key: HIVE-22078 URL: https://issues.apache.org/jira/browse/HIVE-22078 Project: Hive Issue Type: Task Affects

[jira] [Created] (HIVE-22217) Better Logging for Hive JAR Reload

2019-09-18 Thread David Mollitor (Jira)
David Mollitor created HIVE-22217: - Summary: Better Logging for Hive JAR Reload Key: HIVE-22217 URL: https://issues.apache.org/jira/browse/HIVE-22217 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-22337) Improve and Expand Text-Based SerDes

2019-10-14 Thread David Mollitor (Jira)
David Mollitor created HIVE-22337: - Summary: Improve and Expand Text-Based SerDes Key: HIVE-22337 URL: https://issues.apache.org/jira/browse/HIVE-22337 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-22370) Remove Deprecated Fields from HiveConf

2019-10-18 Thread David Mollitor (Jira)
David Mollitor created HIVE-22370: - Summary: Remove Deprecated Fields from HiveConf Key: HIVE-22370 URL: https://issues.apache.org/jira/browse/HIVE-22370 Project: Hive Issue Type

[jira] [Created] (HIVE-22390) Remove Dependency on JODA Time Library

2019-10-22 Thread David Mollitor (Jira)
David Mollitor created HIVE-22390: - Summary: Remove Dependency on JODA Time Library Key: HIVE-22390 URL: https://issues.apache.org/jira/browse/HIVE-22390 Project: Hive Issue Type

[jira] [Created] (HIVE-22402) Deprecate Hive PerfLogger

2019-10-25 Thread David Mollitor (Jira)
David Mollitor created HIVE-22402: - Summary: Deprecate Hive PerfLogger Key: HIVE-22402 URL: https://issues.apache.org/jira/browse/HIVE-22402 Project: Hive Issue Type: Improvement Affects

[jira] [Created] (HIVE-22403) Beeline Should Print Location of Configuration Directory at Startup

2019-10-25 Thread David Mollitor (Jira)
David Mollitor created HIVE-22403: - Summary: Beeline Should Print Location of Configuration Directory at Startup Key: HIVE-22403 URL: https://issues.apache.org/jira/browse/HIVE-22403 Project: Hive

[jira] [Created] (HIVE-22404) Upgrade to Java 9

2019-10-25 Thread David Mollitor (Jira)
David Mollitor created HIVE-22404: - Summary: Upgrade to Java 9 Key: HIVE-22404 URL: https://issues.apache.org/jira/browse/HIVE-22404 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-22415) Upgrade to Java 11

2019-10-28 Thread David Mollitor (Jira)
David Mollitor created HIVE-22415: - Summary: Upgrade to Java 11 Key: HIVE-22415 URL: https://issues.apache.org/jira/browse/HIVE-22415 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-22417) Remove stringifyException from MetaStore

2019-10-28 Thread David Mollitor (Jira)
David Mollitor created HIVE-22417: - Summary: Remove stringifyException from MetaStore Key: HIVE-22417 URL: https://issues.apache.org/jira/browse/HIVE-22417 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-22419) Improve Messages Emitted From HiveMetaStoreClient

2019-10-29 Thread David Mollitor (Jira)
David Mollitor created HIVE-22419: - Summary: Improve Messages Emitted From HiveMetaStoreClient Key: HIVE-22419 URL: https://issues.apache.org/jira/browse/HIVE-22419 Project: Hive Issue Type

[jira] [Created] (HIVE-22421) Improve Logging If Configuration File Not Found

2019-10-29 Thread David Mollitor (Jira)
David Mollitor created HIVE-22421: - Summary: Improve Logging If Configuration File Not Found Key: HIVE-22421 URL: https://issues.apache.org/jira/browse/HIVE-22421 Project: Hive Issue Type

[jira] [Created] (HIVE-22423) Improve Logging In HadoopThriftAuthBridge

2019-10-29 Thread David Mollitor (Jira)
David Mollitor created HIVE-22423: - Summary: Improve Logging In HadoopThriftAuthBridge Key: HIVE-22423 URL: https://issues.apache.org/jira/browse/HIVE-22423 Project: Hive Issue Type

  1   2   3   4   >