Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

hive configuration hive.warehouse.data.skipTrash does not exists

avatar
Expert Contributor

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

avatar
New Contributor

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.