Member since
03-30-2017
3
Posts
0
Kudos Received
0
Solutions
05-11-2017
11:37 PM
Yes, this does not work even for managed tables, there is some bug logged.
... View more
05-11-2017
12:40 AM
I am trying to skip the trash while doing insert overwrite on an external table from hive. Tried using : SET hive.warehouse.data.skiptrash=true; ALTER TABLE TABLE_NAME DROP IF EXISTS partition(partition_value) PURGE; Is there any alternative command from HIVE other than a hard delete on HDFS?
... View more
Labels:
- Labels:
-
Apache Hive
-
HDFS