- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Can we delete data in a Hive table from spark-scala shell.
- Labels:
-
Apache Hive
-
Apache Spark
Created on ‎01-25-2016 12:42 PM - edited ‎09-16-2022 02:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@mohammed sarfaraz are you still having issues with this? Can you accept best answer or provide your workaround?
