[jira] [Created] (HIVE-13937) Unit test for HIVE-13051

2016-06-03 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-13937: --- Summary: Unit test for HIVE-13051 Key: HIVE-13937 URL: https://issues.apache.org/jira/browse/HIVE-13937 Project: Hive Issue Type: Improvement

[VOTE] Apache Hive 2.1.0 Release Candidate 1

2016-06-03 Thread Jesus Camacho Rodriguez
Apache Hive 2.1.0 Release Candidate 1 is available here: http://people.apache.org/~jcamacho/hive-2.1.0-rc1 Maven artifacts are available here: https://repository.apache.org/content/repositories/orgapachehive-1053/ Source tag for RC1 is at: https://github.com/apache/hive/releases/tag/release-2.1

Re: [discuss] jdk8 support

2016-06-03 Thread Sergio Pena
Hey Ashutosh, I switched to JDK8 in master last weekend. Jenkins has been running all tests in Java8 successfully for a week now. There are still a few tests we need to fix, but so far is looking good. Sergio On Fri, Jun 3, 2016 at 12:02 AM, Ashutosh Chauhan wrote: > Now that branch-2.1 has be

Re: [discuss] jdk8 support

2016-06-03 Thread Ashutosh Chauhan
What I meant was that we start compiling using jdk8 as well. That will allow devs to use jdk8 only features (lambda functions etc.) On Fri, Jun 3, 2016 at 8:10 AM, Sergio Pena wrote: > Hey Ashutosh, > > I switched to JDK8 in master last weekend. Jenkins has been running all > tests in Java8 succ

[jira] [Created] (HIVE-13938) TestJdbcWithMiniHA is being killed by Jenkins after 1h running

2016-06-03 Thread JIRA
Sergio Peña created HIVE-13938: -- Summary: TestJdbcWithMiniHA is being killed by Jenkins after 1h running Key: HIVE-13938 URL: https://issues.apache.org/jira/browse/HIVE-13938 Project: Hive Issu

[jira] [Created] (HIVE-13939) TestOperationLoggingAPIWithTez is being killed by PTEST after 1h running

2016-06-03 Thread JIRA
Sergio Peña created HIVE-13939: -- Summary: TestOperationLoggingAPIWithTez is being killed by PTEST after 1h running Key: HIVE-13939 URL: https://issues.apache.org/jira/browse/HIVE-13939 Project: Hive

[jira] [Created] (HIVE-13940) TestMiniSparkOnYarnCliDriver constprog_partitioner & index_bitmap3 are failing on PTEST

2016-06-03 Thread JIRA
Sergio Peña created HIVE-13940: -- Summary: TestMiniSparkOnYarnCliDriver constprog_partitioner & index_bitmap3 are failing on PTEST Key: HIVE-13940 URL: https://issues.apache.org/jira/browse/HIVE-13940 Pro

Re: [discuss] jdk8 support

2016-06-03 Thread Siddharth Seth
+1. Drop Java7 support, and start using JDK8 features. On Fri, Jun 3, 2016 at 8:13 AM, Ashutosh Chauhan wrote: > What I meant was that we start compiling using jdk8 as well. That will > allow devs to use jdk8 only features (lambda functions etc.) > > On Fri, Jun 3, 2016 at 8:10 AM, Sergio Pena

[jira] [Created] (HIVE-13941) Improve errors returned from SchemaTool

2016-06-03 Thread Sushanth Sowmyan (JIRA)
Sushanth Sowmyan created HIVE-13941: --- Summary: Improve errors returned from SchemaTool Key: HIVE-13941 URL: https://issues.apache.org/jira/browse/HIVE-13941 Project: Hive Issue Type: Bug

Re: [discuss] jdk8 support

2016-06-03 Thread Prasanth Jayachandran
+1 for using jdk8 as minimum required version. Thanks Prasanth On Fri, Jun 3, 2016 at 10:21 AM -0700, "Siddharth Seth" mailto:ss...@apache.org>> wrote: +1. Drop Java7 support, and start using JDK8 features. On Fri, Jun 3, 2016 at 8:13 AM, Ashutosh Chauhan wrote: > What I meant was that we

Re: Review Request 40867: HIVE-11527 - bypass HiveServer2 thrift interface for query results

2016-06-03 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40867/#review136073 --- itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithM

[jira] [Created] (HIVE-13942) Correctness of CASE folding in the presence of NULL values

2016-06-03 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-13942: -- Summary: Correctness of CASE folding in the presence of NULL values Key: HIVE-13942 URL: https://issues.apache.org/jira/browse/HIVE-13942 Project:

Review Request 48214: HIVE-13942

2016-06-03 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48214/ --- Review request for hive and Ashutosh Chauhan. Bugs: HIVE-13942 https://issu

Re: Review Request 48186: HIVE-13443 LLAP: signing for the second state of submit (the event)

2016-06-03 Thread Siddharth Seth
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48186/#review136090 --- Mostly looks good. At the moment there's only a single event. With

Review Request 48220: HIVE-13942

2016-06-03 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48220/ --- Review request for hive and Ashutosh Chauhan. Bugs: HIVE-13942 https://issu

Re: [discuss] jdk8 support

2016-06-03 Thread Reuben Kuhnert
+1 Drop Java7 support, start using JDK8 features. On Fri, Jun 3, 2016 at 12:39 PM, Prasanth Jayachandran < pjayachand...@hortonworks.com> wrote: > +1 for using jdk8 as minimum required version. > > Thanks > Prasanth > > > > > On Fri, Jun 3, 2016 at 10:21 AM -0700, "Siddharth Seth"

Re: Review Request 48186: HIVE-13443 LLAP: signing for the second state of submit (the event)

2016-06-03 Thread Siddharth Seth
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48186/#review136104 --- Forgot to mentioned. This could use some unit tests. - Siddharth

[jira] [Created] (HIVE-13943) Null is inserted into an existing partition after replacing a column of int with string of text formatted partitioned table

2016-06-03 Thread Takahiko Saito (JIRA)
Takahiko Saito created HIVE-13943: - Summary: Null is inserted into an existing partition after replacing a column of int with string of text formatted partitioned table Key: HIVE-13943 URL: https://issues.apache.

[jira] [Created] (HIVE-13944) Add type INET to Hive

2016-06-03 Thread Glenn Strycker (JIRA)
Glenn Strycker created HIVE-13944: - Summary: Add type INET to Hive Key: HIVE-13944 URL: https://issues.apache.org/jira/browse/HIVE-13944 Project: Hive Issue Type: Wish Reporter: G

Review Request 48233: HIVE-13884: Disallow queries fetching more than a configured number of partitions in PartitionPruner

2016-06-03 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48233/ --- Review request for hive and Mohit Sabharwal. Bugs: HIVE-13884 https://issue

[jira] [Created] (HIVE-13945) Decimal value is displayed as rounded when selecting where clause with that decimal value.

2016-06-03 Thread Takahiko Saito (JIRA)
Takahiko Saito created HIVE-13945: - Summary: Decimal value is displayed as rounded when selecting where clause with that decimal value. Key: HIVE-13945 URL: https://issues.apache.org/jira/browse/HIVE-13945

[jira] [Created] (HIVE-13946) Decimal value need to be single-quoted when selecting where clause with that decimal value in order to get row

2016-06-03 Thread Takahiko Saito (JIRA)
Takahiko Saito created HIVE-13946: - Summary: Decimal value need to be single-quoted when selecting where clause with that decimal value in order to get row Key: HIVE-13946 URL: https://issues.apache.org/jira/brows