[jira] [Created] (HIVE-11500) implement file footer / splits cache in HBase metastore

2015-08-07 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-11500: --- Summary: implement file footer / splits cache in HBase metastore Key: HIVE-11500 URL: https://issues.apache.org/jira/browse/HIVE-11500 Project: Hive Is

Re: Precommit tests are failing

2015-08-07 Thread Xuefu Zhang
Hi Sergio, Give that HIVE-11466 is "fixed", can we clean up the disk space and get the test going again? We can watch if the problem hits back. Thanks, Xuefu On Wed, Aug 5, 2015 at 11:25 AM, Prasanth Jayachandran < pjayachand...@hortonworks.com> wrote: > I saw bunch of failures related to disk

[jira] [Created] (HIVE-11499) Using embedded metastore with HiveServer2 leaks classloaders when used with UDFs

2015-08-07 Thread Vaibhav Gumashta (JIRA)
Vaibhav Gumashta created HIVE-11499: --- Summary: Using embedded metastore with HiveServer2 leaks classloaders when used with UDFs Key: HIVE-11499 URL: https://issues.apache.org/jira/browse/HIVE-11499

Re: Review Request 36962: CBO: Calcite Operator To Hive Operator (Calcite Return Path): Groupby Optimizer assumes the schema can match after removing RS and GBY

2015-08-07 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36962/ --- (Updated Aug. 7, 2015, 6:45 p.m.) Review request for hive and Jesús Camacho Rod

Re: Review Request 37150: HIVE-11375 Broken processing of queries containing NOT (x IS NOT NULL and x <> 0)

2015-08-07 Thread Aihua Xu
> On Aug. 7, 2015, 3:38 a.m., Chao Sun wrote: > > ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagateProcFactory.java, > > line 533 > > > > > > why only this case cannot be folded? seems like the other

Hive-0.14 - Build # 1036 - Still Failing

2015-08-07 Thread Apache Jenkins Server
Changes for Build #1015 Changes for Build #1016 Changes for Build #1017 Changes for Build #1018 Changes for Build #1019 Changes for Build #1020 Changes for Build #1021 Changes for Build #1022 Changes for Build #1023 Changes for Build #1024 Changes for Build #1025 Changes for Build #1026

Review Request 37223: Updated doc for InstanceCache to clearly define the contract on the SeedObject

2015-08-07 Thread Swarnim Kulkarni
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37223/ --- Review request for hive, Ashutosh Chauhan and Xuefu Zhang. Repository: hive-git

Re: Issue while storing Date data in hive table (stored as parquet) with cascading-hive

2015-08-07 Thread Sergio Pena
Hi Santlal, Hive writes a DATE value using an int32 parquet type. You can take a look at DataWritable.java class, and its method 'dateToDays(Date d)'. The value returned by that method is written to parquet as integer. If you do the same thing with your parquet code, then you will be able to load

Build failed in Jenkins: HIVE-TRUNK-JAVA8 #99

2015-08-07 Thread hiveqa
See Changes: [Xuefu Zhang] HIVE-11430: Followup HIVE-10166: investigate and fix the two test failures (reviewed by Jason) [mmccline] HIVE-11406: Vectorization: StringExpr::compare() == 0 is bad for per