Created on 01-25-2016 12:42 PM - edited 09-16-2022 02:59 AM
Hi,
In Hive DB I got a table named "employee" with employee id as one field,
can I set HiveContext and delete data from Hive table() like below (if not what is the best way to do)
val sqlContext = new HiveContext(sc)
sqlContext.sql("DELETE FROM employee WHERE employee_id=6")
Thanks
Created 01-25-2016 01:05 PM
I don't think delete can be done and not supported.
You can create a new table without employee_id=6
Please read this
Created 01-25-2016 01:05 PM
I don't think delete can be done and not supported.
You can create a new table without employee_id=6
Please read this
Created 02-03-2016 01:36 AM
@mohammed sarfaraz are you still having issues with this? Can you accept best answer or provide your workaround?