rameeshm opened a new pull request, #769: URL: https://github.com/apache/ranger/pull/769
Hive Insert command failed in Ranger Docker setup due to authentication and authorization issue. 1. apache-tez-0.10.4-bin.tar.gz failed to copy into /apps/tez due to lack of kerberos token present while copying. 2. user "hive" needs hdfs RWX permission to create folder and copy tez jar for insert to succeed. ## What changes were proposed in this pull request? 1. have default policy for user "hive" in hdfs repo. 2. To the kinit for the hive and create necessary hdfs folder / files in /opt/tez folder for the Tez to work correctly during INSERT operation. ## How was this patch tested? Testing in the DOCKER. <img width="1646" height="682" alt="Screenshot 2025-12-16 at 11 42 00 AM" src="https://github.com/user-attachments/assets/a020ce46-fb8d-4b99-8815-3fd8caf910a5" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
