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
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 code your own row updates by reading an entire Hive file,
modifying a row, then writing the file back to Hive.
Chuck Connell
Nuance R&D Data Team
Burling