Re: How to update and delete a row in hive

2012-09-11 Thread Bejoy KS
Chuck" To: "user@hive.apache.org" Sent: Tuesday, September 11, 2012 6:43 PM Subject: RE: How to update and delete a row in hive Hive does not support row-level (or field-level) updates. It is designed as a WORM (write once read many) data warehouse. You can of course cod

RE: How to update and delete a row in hive

2012-09-11 Thread Connell, Chuck
Team Burlington, MA -Original Message- From: Ramasubramanian [mailto:ramasubramanian.naraya...@gmail.com] Sent: Tuesday, September 11, 2012 9:08 AM To: user@hive.apache.org Subject: How to update and delete a row in hive Hi, What is the command to update/delete a row from hive? If not dire

How to update and delete a row in hive

2012-09-11 Thread Ramasubramanian
Hi, What is the command to update/delete a row from hive? If not directly possible what is the work around for that? Regards, Rams