Re: Precommit build timing out

2018-10-23 Thread Vihang Karajgaonkar
I took a quick look at it from the server side. It seems ok. I think the jenkins node is not able to ping the ptest server. On Tue, Oct 23, 2018 at 4:13 PM, Jesus Camacho Rodriguez < jcamachorodrig...@hortonworks.com> wrote: > Hi, > > Last three builds have timed out after 8 hours. Any idea on wh

Precommit build timing out

2018-10-23 Thread Jesus Camacho Rodriguez
Hi, Last three builds have timed out after 8 hours. Any idea on what might be going on? … + local 'PTEST_CLASSPATH=/home/jenkins/jenkins-slave/workspace/PreCommit-HIVE-Build/hive/build/hive/testutils/ptest2/target/hive-ptest-3.0-classes.jar:/home/jenkins/jenkins-slave/workspace/PreCommit-HIVE-B

[jira] [Created] (HIVE-20793) add RP namespacing to workload management

2018-10-23 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-20793: --- Summary: add RP namespacing to workload management Key: HIVE-20793 URL: https://issues.apache.org/jira/browse/HIVE-20793 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-20792) Inserting timestamp with zones truncates the data

2018-10-23 Thread Jaume M (JIRA)
Jaume M created HIVE-20792: -- Summary: Inserting timestamp with zones truncates the data Key: HIVE-20792 URL: https://issues.apache.org/jira/browse/HIVE-20792 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-20791) Enforce a "Spill Maximum" per query

2018-10-23 Thread Peter Ebert (JIRA)
Peter Ebert created HIVE-20791: -- Summary: Enforce a "Spill Maximum" per query Key: HIVE-20791 URL: https://issues.apache.org/jira/browse/HIVE-20791 Project: Hive Issue Type: New Feature

[jira] [Created] (HIVE-20790) SparkSession should be able to close a session while it is being opened

2018-10-23 Thread Sahil Takiar (JIRA)
Sahil Takiar created HIVE-20790: --- Summary: SparkSession should be able to close a session while it is being opened Key: HIVE-20790 URL: https://issues.apache.org/jira/browse/HIVE-20790 Project: Hive

Re: Review Request 69107: HIVE-20512

2018-10-23 Thread Sahil Takiar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69107/#review209935 --- ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SparkMapRecordHa

[jira] [Created] (HIVE-20789) HiveServer2 should have Timeouts against clients that never close sockets

2018-10-23 Thread Szehon Ho (JIRA)
Szehon Ho created HIVE-20789: Summary: HiveServer2 should have Timeouts against clients that never close sockets Key: HIVE-20789 URL: https://issues.apache.org/jira/browse/HIVE-20789 Project: Hive

Review Request 69125: HIVE-20788

2018-10-23 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69125/ --- Review request for hive, Ashutosh Chauhan and Vineet Garg. Bugs: HIVE-20788

[GitHub] hive pull request #452: HIVE-20682: Async query execution can potentially fa...

2018-10-23 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/452 HIVE-20682: Async query execution can potentially fail if shared sessionHive is closed by master thread. You can merge this pull request into a Git repository by running: $ git pull https://git

Re: Review Request 69019: HIVE-20617 Fix type of constants in IN expressions to have correct type

2018-10-23 Thread Zoltan Haindrich
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69019/ --- (Updated Oct. 23, 2018, 11:49 a.m.) Review request for hive, Ashutosh Chauhan a

Re: Review Request 69019: HIVE-20617 Fix type of constants in IN expressions to have correct type

2018-10-23 Thread Zoltan Haindrich
> On Oct. 20, 2018, 8:57 p.m., Ashutosh Chauhan wrote: > > ql/src/test/results/clientpositive/join45.q.out > > Line 717 (original), 717 (patched) > > > > > > As discussed this should have been > > (struct(cast (_

Re: Review Request 69019: HIVE-20617 Fix type of constants in IN expressions to have correct type

2018-10-23 Thread Zoltan Haindrich
> On Oct. 21, 2018, 8:55 p.m., Ashutosh Chauhan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.java > > Line 1171 (original), 1176 (patched) > > > > > > Can remove this TODO now. this c