Re: Deleting empty rows from hive table through java

2016-01-05 Thread Vikas Parashar
If data is not huge then please export it into csv. You have to do all the transformation on csv and point your table on it. Would you mind telling me how you are loading your data in hive. Regards, Vikas Parashar On Tue, Jan 5, 2016 at 1:46 PM, Sateesh Karuturi < sateesh.karutu...@gmail.com>

Re: Deleting empty rows from hive table through java

2016-01-05 Thread Vikas Parashar
What is the backend of your table? Is it csv, orc or anything else! Regards, Vikas Parashar On Tue, Jan 5, 2016 at 12:28 PM, Sateesh Karuturi < sateesh.karutu...@gmail.com> wrote: > Hello... > Anyone please help me how to delete empty rows from hive table through > java? > Thanks in advance >

RE: Deleting empty rows from hive table through java

2016-01-05 Thread Mich Talebzadeh
onsibility. From: Sateesh Karuturi [mailto:sateesh.karutu...@gmail.com] Sent: 05 January 2016 06:59 To: user@hive.apache.org Subject: Deleting empty rows from hive table through java Hello... Anyone please help me how to delete empty rows from hive table through java? Thanks in advance

RE: Deleting empty rows from hive table through java

2016-01-05 Thread Mich Talebzadeh
fore neither Peridale Ltd, its subsidiaries nor their employees accept any responsibility. From: Vikas Parashar [mailto:para.vi...@gmail.com] Sent: 05 January 2016 11:40 To: user@hive.apache.org Subject: Re: Deleting empty rows from hive table through java Well said Mich, I had gone throu

RE: Deleting empty rows from hive table through java

2016-01-05 Thread Mich Talebzadeh
r employees accept any responsibility. From: Mich Talebzadeh [mailto:m...@peridale.co.uk] Sent: 05 January 2016 08:55 To: user@hive.apache.org Subject: RE: Deleting empty rows from hive table through java Hi Sateesh, You can do the clean-up in Hive by creating a staging

Re: Deleting empty rows from hive table through java

2016-01-05 Thread Vikas Parashar
stated. It is > the responsibility of the recipient to ensure that this email is virus > free, therefore neither Peridale Ltd, its subsidiaries nor their employees > accept any responsibility. > > > > *From:* Mich Talebzadeh [mailto:m...@peridale.co.uk] > *Sent:* 05 January 2016 08:55

Deleting empty rows from hive table through java

2016-01-04 Thread Sateesh Karuturi
Hello... Anyone please help me how to delete empty rows from hive table through java? Thanks in advance