Member since
07-03-2017
5
Posts
1
Kudos Received
0
Solutions
01-19-2018
01:03 AM
Hi @Shyam Sunder Rai! Yes, it's easy for me as admin but I want to know if the same user that executes the query has a way to delete these files.
... View more
01-18-2018
08:48 PM
Hi Sridhar! Impersonation in hive is disabled (you set hive.server2.enable.doas=false).
... View more
01-17-2018
07:53 PM
How delete files created in user directory with hive queries in the next case: If I execute this query: INSERT OVERWRITE DIRECTORY 'hdfs://hdp_cluster/user/my_user/output_folder' SELECT * FROM table_x
I'll have a folder (output_folder) with "hive" as owner (hive:hdfs). How can the final handle this? Data: We have kerberos + ranger with hive impersonation disabled.
... View more
Labels:
- Labels:
-
Apache Hive