RE: Welcome Rui Li to Hive PMC

2017-05-24 Thread Santlal J Gupta
Congratulations Rui! -- Santlal On Thu, May 25, 2017 at 12:40 AM, Chao Sun wrote: > Congratulations Rui!! > > On Wed, May 24, 2017 at 9:19 PM, Xuefu Zhang wrote: > > > Hi all, > > > > It's an honer to announce that Apache Hive PMC has recently voted to > invite > > Rui Li as a new Hive PMC mem

Not able to use IN clause in multiple partition

2016-09-01 Thread Santlal J Gupta
tException org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector cannot be cast to org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector Can you point out is there anything wrong in this query. I am using Hive 1.1.0-cdh5.5.4 version Thanks Santlal J Gupta ***

RE: More than one table created at the same location

2016-08-31 Thread Santlal J Gupta
z246 2016-09-01 10:26 /user/xyz/warehouse/test1/00_0_copy_1 -rwxr-xr-x 2 xyz xyz246 2016-09-01 10:28 /user/xyz/warehouse/test1/00_0_copy_2 so from this, it is confirm that in hive table test2 is reading data from table test1. So, is it expected behavior in hive or it is bu

RE: [ANNOUNCE] New Hive Committer - Siddharth Seth

2015-10-21 Thread Santlal J Gupta
Congratulations !! -Original Message- From: Chetna C [mailto:chetna@gmail.com] Sent: Thursday, October 22, 2015 8:58 AM To: dev@hive.apache.org Cc: Siddharth Seth Subject: Re: [ANNOUNCE] New Hive Committer - Siddharth Seth Congratulations !! On Oct 22, 2015 5:13 AM, "Pengcheng Xiong"

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

2015-08-06 Thread Santlal J Gupta
able cannot be cast to org.apache.hadoop.hive.serde2.io.DateWritable can you please assist me to how to store date data value into the hive table(i.e. stored as parquet) by using ParquetTupleScheme or by any another way. currently i am using: hive-1.2.0 hadoop Thanks, Santlal J. Gupta *

RE: issue while reading parquet file in hive

2015-08-05 Thread Santlal J Gupta
Hi, Int96 is not supported in the cascading parquet. It supports Int32 and Int64. So that's why I have used binary instead of Int96. Thanks, Santlal J. Gupta -Original Message- From: Sergio Pena [mailto:sergio.p...@cloudera.com] Sent: Wednesday, August 5, 2015 11:00 PM To

Issue while working with parquet hive

2015-08-03 Thread Santlal J Gupta
Hi, I want to use Date and BigDecimal datatype with parquet hive. Currently I am using Hive 0.12.0-cdh5.1.0 version. When I have written following query I get as given below . Query : hive (primitive_db)> create table big_date_test( dob DATE , salary BIGDECIMAL ) stored as parquet; NoViableA

Issue while working with Date

2015-07-26 Thread Santlal J Gupta
de me for this issue. Thanks, Santlal J. Gupta **Disclaimer** This e-mail message and any attachments may contain confidential information and is for the sole use of the intended recipient(s) only. Any views or opinions

RE: [ANNOUNCE] New Hive PMC Member - Sushanth Sowmyan

2015-07-23 Thread Santlal J Gupta
Congrats Sushanth . -Original Message- From: kulkarni.swar...@gmail.com [mailto:kulkarni.swar...@gmail.com] Sent: Friday, July 24, 2015 2:43 AM To: dev@hive.apache.org Cc: Sushanth Sowmyan Subject: Re: [ANNOUNCE] New Hive PMC Member - Sushanth Sowmyan Congrats Sushanth! On Thu, Jul 23,

issue while reading parquet file in hive

2015-07-20 Thread Santlal J Gupta
lem. Currently I am using Hive 1.1.0-cdh5.4.2. Cascading 2.5.1 parquet-format-2.2.0 Thanks Santlal J. Gupta **Disclaimer** This e-mail message and any attachments may contain confidential informat