Double quotes in csv data

2015-10-21 Thread michael.england
Hi, I have some CSV data which is encompassing each field in double quotes e.g. “hello”, “”, “test”, “”. I noticed that there is a CSV Serde now available in Hive 0.14. Is it possible to use this to strip the quotes when querying an external Hive table?

Re: Storm HiveBolt missing records due to batching of Hive transactions

2015-10-21 Thread Harshit Raikar
withTickTupleInterval parameter is not available in the storm version which I am using. On 21 October 2015 at 14:02, Harshit Raikar wrote: > Hi Aaron, > > Thanks for the information. > Do I need to update my Storm version? Currently I am using 0.10.0 version. > Can you

Re: Double quotes in csv data

2015-10-21 Thread Vikas Parashar
Hi Micheal, You can write some python/perl script and can transform the csv. On Wed, Oct 21, 2015 at 8:57 PM, wrote: > Hi, > > > > I have some CSV data which is encompassing each field in double quotes > e.g. “hello”, “”, “test”, “”. > > > > I noticed that there

Re: How to use grouping__id in a query

2015-10-21 Thread Jesus Camacho Rodriguez
I created HIVE-12223 to track this issue. Thanks, Jesús From: Jesus Camachorodriguez Reply-To: "user@hive.apache.org" Date: Friday, October 16, 2015 at 8:00 AM To: "user@hive.apache.org" Subject: Re: How to use grouping__id in a query

Re: Question about hive-jdbc

2015-10-21 Thread Alan Gates
The way to keep track of when things are getting done in Hive is to check the JIRA, https://issues.apache.org/jira/browse/HIVE I'm not aware of anyone working on those issues at the moment, but a search of the JIRA will tell you if anyone has filed a bug on it. Alan. Hafiz Mujadid

Re: Storm HiveBolt missing records due to batching of Hive transactions

2015-10-21 Thread Artem Ervits
Please try this version https://github.com/apache/storm/blob/master/external/storm-hive/pom.xml On Oct 21, 2015 11:19 AM, "Harshit Raikar" wrote: > withTickTupleInterval parameter is not available in the storm version > which I am using. > > On 21 October 2015 at 14:02,

Re: Storm HiveBolt missing records due to batching of Hive transactions

2015-10-21 Thread Harshit Raikar
Hi Aaron, Thanks for the information. Do I need to update my Storm version? Currently I am using 0.10.0 version. Can you please guide me what parameters need to be set to use tick tuple Regards, Harshit Raikar On 9 October 2015 at 14:49, Aaron.Dossett wrote: >