Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
hive configuration hive.warehouse.data.skipTrash does not exists
Labels:
- Labels:
-
Apache Hive
Expert Contributor
Created ‎07-15-2019 04:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
SET hive.warehouse.data.skipTrash = true;
Query returned non-zero code: 1, cause: hive configuration hive.warehouse.data.skipTrash does not exists
hive version : Hive 1.2
Is this property deprecated?
Please let me know.
Thanks
1 REPLY 1
New Contributor
Created ‎12-17-2019 08:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello.
I know this is pretty old question, but, as I had the same problem, I wanted to share.
You can use PURGE instead of this non-existent property.
Indeed, I cannot find this property in the official hive URL.
You can use PURGE if you want to delete a table or a partition.
More information there.
Best regards.
