Re: Review Request 48520: Use multi-threaded approach to listing files for msck

2016-06-10 Thread Hari Sankar Sivarama Subramaniyan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48520/#review137096 ---

Re: Review Request 48520: Use multi-threaded approach to listing files for msck

2016-06-10 Thread Hari Sankar Sivarama Subramaniyan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48520/#review137095 ---

Re: Review Request 48520: Use multi-threaded approach to listing files for msck

2016-06-10 Thread Rajesh Balamohan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48520/#review136987 ---

Re: Review Request 48520: Use multi-threaded approach to listing files for msck

2016-06-10 Thread Hari Sankar Sivarama Subramaniyan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48520/#review137089 ---

Re: Review Request 48520: Use multi-threaded approach to listing files for msck

2016-06-10 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48520/ --- (Updated June 10, 2016, 11:58 p.m.) Review request for hive and Ashutosh

Re: Review Request 48520: Use multi-threaded approach to listing files for msck

2016-06-10 Thread pengcheng xiong
> On June 10, 2016, 12:24 a.m., Hari Sankar Sivarama Subramaniyan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveMetaStoreChecker.java, > > line 379 > > > > > > nit: is it possible to make allDirs as

[discuss] decimals vs doubles in Hive

2016-06-10 Thread Sergey Shelukhin
There has recently been a change in behavior in Hive wrt doubles and decimals, HIVE-13380; where the literals were changed to be double by default, resulting in some unexpected behavior when comparing decimal columns with arithmetic expressions on literals. Right now it has been reverted from 2.1,

Re: Review Request 47735: HIVE-13617 LLAP: support non-vectorized execution in IO

2016-06-10 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47735/ --- (Updated June 10, 2016, 10:47 p.m.) Review request for hive and Prasanth_J.

[jira] [Created] (HIVE-13995) Hive generates inefficient metastore queries for TPCDS tables with 1800+ partitions leading to higher compile time

2016-06-10 Thread Nita Dembla (JIRA)
Nita Dembla created HIVE-13995: -- Summary: Hive generates inefficient metastore queries for TPCDS tables with 1800+ partitions leading to higher compile time Key: HIVE-13995 URL:

Please hold off on committing to orc module for a few days

2016-06-10 Thread Owen O'Malley
All, The ORC 1.1.0 release went out today, but a patch went in to Hive's ORC between the RC and release. So, I'm going to roll a release candidate for ORC 1.1.1 today with the catch up patch. Please hold off on committing to the orc module ($hive/orc/...) for a few days so that I can finish the

Re: Review Request 48502: HIVE-13731 LLAP: return LLAP token with the splits

2016-06-10 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48502/ --- (Updated June 10, 2016, 7:19 p.m.) Review request for hive, Jason Dere and

[jira] [Created] (HIVE-13994) increase large varchar limits in db scripts to be db-specific

2016-06-10 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-13994: --- Summary: increase large varchar limits in db scripts to be db-specific Key: HIVE-13994 URL: https://issues.apache.org/jira/browse/HIVE-13994 Project: Hive

Re: Review Request 48502: HIVE-13731 LLAP: return LLAP token with the splits

2016-06-10 Thread Sergey Shelukhin
> On June 10, 2016, 1:11 a.m., Jason Dere wrote: > > llap-ext-client/src/java/org/apache/hadoop/hive/llap/LlapBaseInputFormat.java, > > line 135 > > > > > > Looks like a null tokenBytes is serialized/deserialized

Re: Review Request 48502: HIVE-13731 LLAP: return LLAP token with the splits

2016-06-10 Thread Siddharth Seth
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48502/#review137053 --- The token is the same for all splits. At some point we need to

Re: Hive Table Creation failure on Postgres

2016-06-10 Thread Siddhi Mehta
Right so mysql and oracle both set the column to 256 bytes. Any postgres users who have seen the issue. HIVE-4921 jira talks about upgrading comments column to 4000 for 3 tables. Is than inconsistenty/bug with postgres schema creation script or

[jira] [Created] (HIVE-13993) Hive should provide built-in UDF that can apply another UDF to each element of an array

2016-06-10 Thread Anthony Hsu (JIRA)
Anthony Hsu created HIVE-13993: -- Summary: Hive should provide built-in UDF that can apply another UDF to each element of an array Key: HIVE-13993 URL: https://issues.apache.org/jira/browse/HIVE-13993

Re: Review Request 48500: HIVE-13982

2016-06-10 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48500/ --- (Updated June 10, 2016, 5:45 p.m.) Review request for hive and Ashutosh

Re: Review Request 48500: HIVE-13982

2016-06-10 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48500/ --- (Updated June 10, 2016, 5:44 p.m.) Review request for hive and Ashutosh

Re: [VOTE] Apache Hive 2.1.0 Release Candidate 2

2016-06-10 Thread Alan Gates
+1, checked signatures, did a build and ran a few simple unit tests. Alan. > On Jun 10, 2016, at 05:44, Jesus Camacho Rodriguez > wrote: > > Apache Hive 2.1.0 Release Candidate 2 is available here: > > http://people.apache.org/~jcamacho/hive-2.1.0-rc2 > >

Re: Moving Hive Jenkins jobs to builds.apache.org

2016-06-10 Thread Sergio Pena
Only the build of ptest uses Java7. Java8 is not seen in the Jenkins job configuration, but there is a property file on the ptest server that sets the java version to use when building and running the tests. In the log you can see: 2016-06-10 12:39:32,655 INFO

[jira] [Created] (HIVE-13992) Insert overwrite from Parquet Source Table to Parquet Destination Table throws InvocationTargetException

2016-06-10 Thread Abhijit Das (JIRA)
Abhijit Das created HIVE-13992: -- Summary: Insert overwrite from Parquet Source Table to Parquet Destination Table throws InvocationTargetException Key: HIVE-13992 URL:

Re: Review Request 48544: HIVE-13903: getFunctionInfo is downloading jar on every call

2016-06-10 Thread Rajat Khandelwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48544/ --- (Updated June 10, 2016, 6:36 p.m.) Review request for hive. Bugs: HIVE-13903

[VOTE] Apache Hive 2.1.0 Release Candidate 2

2016-06-10 Thread Jesus Camacho Rodriguez
Apache Hive 2.1.0 Release Candidate 2 is available here: http://people.apache.org/~jcamacho/hive-2.1.0-rc2 Maven artifacts are available here: https://repository.apache.org/content/repositories/orgapachehive-1055/ Source tag for RC2 is at:

Review Request 48544: HIVE-13903: getFunctionInfo is downloading jar on every call

2016-06-10 Thread Rajat Khandelwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48544/ --- Review request for hive. Bugs: HIVE-13903

Contributor role

2016-06-10 Thread Peter Vary
Hi! I just started on the Hive team at Cloudera and would like to be assigned to a contributor role. My username is pvary. Thanks, Peter