Re: Open old PRs

2020-06-10 Thread Zoltan Haindrich
Hey David! Sadly I think there is not much we can do for contributions >1 year - those patches will be likely outdated already - and the contributor have probably abandoned it. I think all of us was on the other side as well: it's somewhat demoralizing to create patches which are not being

[jira] [Created] (HIVE-23669) Stop using jetty-runner which is an uberjar

2020-06-10 Thread Zoltan Haindrich (Jira)
Zoltan Haindrich created HIVE-23669: --- Summary: Stop using jetty-runner which is an uberjar Key: HIVE-23669 URL: https://issues.apache.org/jira/browse/HIVE-23669 Project: Hive Issue Type:

Re: Re-Running CI Tests

2020-06-10 Thread David Mollitor
Hey Zoltán, Yes. That is correct. Community recently put out a 2.x release. This is in case someone wishes to release a new one. Does that have any bearing on re-running tests? Thanks. On Wed, Jun 10, 2020 at 11:32 AM Zoltán Haindrich wrote: > That pr seems to be for branch-2 and not

[jira] [Created] (HIVE-23673) Maven Standard Directories for accumulo-handler

2020-06-10 Thread David Mollitor (Jira)
David Mollitor created HIVE-23673: - Summary: Maven Standard Directories for accumulo-handler Key: HIVE-23673 URL: https://issues.apache.org/jira/browse/HIVE-23673 Project: Hive Issue Type:

[jira] [Created] (HIVE-23672) Modules Should Adhere to Maven Default Directory Structure

2020-06-10 Thread David Mollitor (Jira)
David Mollitor created HIVE-23672: - Summary: Modules Should Adhere to Maven Default Directory Structure Key: HIVE-23672 URL: https://issues.apache.org/jira/browse/HIVE-23672 Project: Hive

Flaky test checker

2020-06-10 Thread Zoltan Haindrich
Hey All! I've fiddled around to build this into the main test system or not; but in the end I've concluded that it will be more usefull as a standalone tool (this makes the job a bit uglier - but well...it would have made the main one uglier as well - so it doesn't matter which finger I'll

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 interface? I >

Re: Flaky test checker

2020-06-10 Thread Zoltan Haindrich
One more thing: there should be other builds running while the flaky check is being executed (otherwise it will be "alone" on a 12 core system) On 6/10/20 3:49 PM, Zoltan Haindrich wrote: Hey All! I've fiddled around to build this into the main test system or not; but in the end I've

Re: Re-Running CI Tests

2020-06-10 Thread David Mollitor
Hey Zoltan, Can you please research a way to initiate it from the GitHub interface? I have a strong feeling we're going to need such a capability regularly. Thanks. On Wed, Jun 10, 2020 at 9:29 AM Zoltan Haindrich wrote: > Hey > > you could: > * push new commits to the branch >- this

Re: Re-Running CI Tests

2020-06-10 Thread Zoltán Haindrich
That pr seems to be for branch-2 and 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 > >Thanks. > >On Wed, Jun 10, 2020 at 10:59 AM

Re: Review Request 72532: HIVE-23495 AcidUtils.getAcidState cleanup

2020-06-10 Thread Karen Coppage via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72532/#review220990 --- Ship it! Ship It! - Karen Coppage On June 8, 2020, 10:58

Re: Re-Running CI Tests

2020-06-10 Thread Zoltan Haindrich
Hey you could: * push new commits to the branch - this will create a new merge with the current master * login in to the jenkins instance: and launch a new build of that PR * close the pr: will re-emit the github event triggering the testrun * login in to the jenkins instance: and press retry

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: [DISCUSS] Disable ptest job

2020-06-10 Thread Zoltan Haindrich
Hey All! I've disabled the ptest job on builds.apache.org - please open PRs from now on. cheers, Zoltan On 6/5/20 6:12 PM, Jesus Camacho Rodriguez wrote: +1 Thanks Zoltan. -Jesús On Fri, Jun 5, 2020 at 2:13 AM Stamatis Zampetakis wrote: Hi Zoltan, The sooner we move away from the old

[jira] [Created] (HIVE-23670) hive on spark may encounter error when use map join

2020-06-10 Thread zhoukang (Jira)
zhoukang created HIVE-23670: --- Summary: hive on spark may encounter error when use map join Key: HIVE-23670 URL: https://issues.apache.org/jira/browse/HIVE-23670 Project: Hive Issue Type: Bug

Re: Review Request 72532: HIVE-23495 AcidUtils.getAcidState cleanup

2020-06-10 Thread Karen Coppage via Review Board
> On June 5, 2020, 2:04 p.m., Karen Coppage wrote: > > ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java > > Line 1411 (original) > > > > > > Are these originals not needed, or collected elsewhere? > > Peter

[jira] [Created] (HIVE-23671) MSCK repair should handle transactional tables in certain usecases

2020-06-10 Thread Peter Varga (Jira)
Peter Varga created HIVE-23671: -- Summary: MSCK repair should handle transactional tables in certain usecases Key: HIVE-23671 URL: https://issues.apache.org/jira/browse/HIVE-23671 Project: Hive

Fix backslash escaping

2020-06-10 Thread Max Khon
Hello, Hive JDBC has serious issues with the backslash escaping, however this PR has been automatically closed due to no activity, Can someone take a look there: https://github.com/apache/hive/pull/872 Max

Re: Fix backslash escaping

2020-06-10 Thread Panos Garefalakis
Hey Max, Is there a ticket related to this PR? Please reopen the PR to trigger the tests so that people can take a look. Cheers, Panagiotis On Wed, Jun 10, 2020 at 8:47 PM Max Khon wrote: > Hello, > > Hive JDBC has serious issues with the backslash escaping, however this PR > has been

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" > > What does this

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, > > Yes. That is correct.

[jira] [Created] (HIVE-23674) Add JenkinsFile to Branch 3

2020-06-10 Thread David Mollitor (Jira)
David Mollitor created HIVE-23674: - Summary: Add JenkinsFile to Branch 3 Key: HIVE-23674 URL: https://issues.apache.org/jira/browse/HIVE-23674 Project: Hive Issue Type: New Feature

Re: Re-Running CI Tests

2020-06-10 Thread Zoltán Haindrich
its on cooldown...5 builds/day/branch http://34.66.156.144:8080/job/hive-precommit/job/PR-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

Re: Re-Running CI Tests

2020-06-10 Thread David Mollitor
Great, thanks! What triggers these builds? Do we need to add something to branch-2, branch-3 projects to get this to trigger there? On Wed, Jun 10, 2020 at 3:03 PM Zoltán Haindrich wrote: > its on cooldown...5 builds/day/branch > http://34.66.156.144:8080/job/hive-precommit/job/PR-1082/ > >

[jira] [Created] (HIVE-23675) WebHcat: java level deadlock in hcat in presence of InMemoryJAAS

2020-06-10 Thread Rajkumar Singh (Jira)
Rajkumar Singh created HIVE-23675: - Summary: WebHcat: java level deadlock in hcat in presence of InMemoryJAAS Key: HIVE-23675 URL: https://issues.apache.org/jira/browse/HIVE-23675 Project: Hive