Created 07-03-2016 04:35 PM
installed HDP 2.5 TP, keep getting this error for Hive:
FAILED: SemanticException java.lang.RuntimeException: java.io.FileNotFoundException: /etc/hive/2.5.0.0-817/0/xasecure-audit.xml (No such file or directory)
Created 07-04-2016 08:13 AM
The issue is related to the fact that Ranger is used for the authorization. You just need to go on Hive config tab in Ambari, select None as Authorization in the Security section and restart Hive.
Created 07-04-2016 08:13 AM
The issue is related to the fact that Ranger is used for the authorization. You just need to go on Hive config tab in Ambari, select None as Authorization in the Security section and restart Hive.
Created 08-23-2016 02:33 PM
Changing "choose authorization" to NONE fixed the problem. 2016-08-23-09-34-47.png
Created 07-04-2016 09:19 PM
That still didn't solve the issue. I set 'Enable Authorization' to false and I still get the same error message:
FAILED: RuntimeException java.io.FileNotFoundException: /etc/hive/2.5.0.0-817/0/xasecure-audit.xml (No such file or directory)
Created 07-05-2016 07:03 AM
Because you've not done what I told you. You have to go in the config tab in Ambari, in the Settings tab (not Advanced) and change "Choose authorization" to "None" (instead of Ranger) in the Security area.
Created 07-05-2016 06:41 PM
I'm saying that I did what you recommended. I want into Ambari and changed the property for Enable Authorization to both 'false' and 'none' . tried both. still does not fix the issue.
Created 07-07-2016 09:56 AM
You're saying that you're changing "Enable authorization". I'm saying that you have to change "Choose authorization". They are different things. "Enable authorization" is in the Advanced tab, "Choose authorization" is in the Settings tab.
Created 11-01-2018 07:35 AM
How does one fix this issue when one WANTS TO have ranger running?