Hi Sandeep If you are looking at inserting more data into existing tables that has data, the yes it is supported in hive from 0.8 (i guess). You cn see the INSERT INTO documentation here https://cwiki.apache.org/Hive/languagemanual-dml.html#LanguageManualDML-InsertingdataintoHiveTablesfromqueries
Updates are not supported by hive directly. Regards, Bejoy KS ________________________________ From: Sandeep Reddy P <[email protected]> To: [email protected] Cc: [email protected]; [email protected] Sent: Thursday, August 9, 2012 7:56 PM Subject: Hive append support Hi, Is there any version of Hive for append operations (Insert or Update) via HiveQL? Ifsoplease point me at any HiveQL documentation that explains how the append operations work? -- Thanks, sandeep
