RE: Deleting empty rows from hive table through java

2016-01-05 Thread Mich Talebzadeh
ility of the recipient to ensure that this email is virus free, therefore 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

Re: Deleting empty rows from hive table through java

2016-01-05 Thread Vikas Parashar
ity 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 > *To:* user@hive.apach

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 table in Hive,

RE: Deleting empty rows from hive table through java

2016-01-05 Thread Mich Talebzadeh
ccept any responsibility. 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 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> w

Re: Deleting empty rows from hive table through java

2016-01-05 Thread Sateesh Karuturi
Thank you for your quick response... Directly loading the data from webpage to hive On Tue, Jan 5, 2016 at 1:44 PM, Vikas Parashar wrote: > 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 Karutur

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 >

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