RE: java.lang.RuntimeException: java.lang.Double cannot be cast to java.lang.String

2010-10-01 Thread Steven Wong
er your favorite way is) to get at the file contents. From: Hock Zoltán [mailto:hock.zol...@gmail.com] Sent: Friday, October 01, 2010 1:06 AM To: hive-user@hadoop.apache.org Subject: Re: java.lang.RuntimeException: java.lang.Double cannot be cast to java.lang.String Thank you for answering,

Re: java.lang.RuntimeException: java.lang.Double cannot be cast to java.lang.String

2010-10-01 Thread Hock Zoltán
Thank you for answering, Is there any way to check and fix types? Zoltan 2010/10/1 Steven Wong > I am not familiar with JsonSerde, but your data might contain doubles > that you didn’t know about. LOAD does not check whether the data’s actual > types match the types specified in the schema. >

RE: java.lang.RuntimeException: java.lang.Double cannot be cast to java.lang.String

2010-09-30 Thread Steven Wong
I am not familiar with JsonSerde, but your data might contain doubles that you didn't know about. LOAD does not check whether the data's actual types match the types specified in the schema. From: Hock Zoltán [mailto:hock.zol...@gmail.com] Sent: Thursday, September 30, 2010 8:46 AM To: hive-use