Created 07-28-2016 06:40 PM
Created 07-28-2016 06:43 PM
at com.xasecure.utils.install.XmlConfigChanger.run(XmlConfigChanger.java:208) at com.xasecure.utils.install.XmlConfigChanger.main(XmlConfigChanger.java:77) Caused by: com.xasecure.utils.install.XmlConfigChanger$ValidationException: ERROR: configuration token [XAAUDIT.DB.USER_NAME] is not defined in the file: [/usr/hdp/2.2.4.10-3/ranger-hdfs-plugin/install.properties] at com.xasecure.utils.install.XmlConfigChanger.replaceProp(XmlConfigChanger.java:447) at com.xasecure.utils.install.XmlConfigChanger.run(XmlConfigChanger.java:205) ... 1 more ************************************************************************* ERROR: Unable to make changes to config. file: /usr/hdp/2.2.4.10-3/hadoop/conf/xasecure-audit.xml
Created 07-28-2016 07:00 PM
The error says "XAAUDIT.DB.USER_NAME" is not defined in the file: [/usr/hdp/2.2.4.10-3/ranger-hdfs-plugin/install.properties] . Did you check if you have defined this property for ranger audit db .
Created 07-28-2016 08:13 PM
I have disabled the audit logging to a database by setting:
XAAUDIT.DB.IS_ENABLED=false
But it still asks for a username.