You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Qiang Zhang (JIRA)" <ji...@apache.org> on 2017/05/12 23:14:04 UTC

[jira] [Resolved] (RANGER-1574) The XAAUDIT.DB.PASSWORD property had been deleted in RANGER-900. The related redundant code should be deleted for plugin installer.

     [ https://issues.apache.org/jira/browse/RANGER-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Qiang Zhang resolved RANGER-1574.
---------------------------------
    Resolution: Fixed

> The XAAUDIT.DB.PASSWORD property had been deleted in RANGER-900. The related redundant code should be deleted for plugin installer.
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RANGER-1574
>                 URL: https://issues.apache.org/jira/browse/RANGER-1574
>             Project: Ranger
>          Issue Type: Bug
>          Components: plugins
>    Affects Versions: 1.0.0
>            Reporter: peng.jianhua
>            Assignee: peng.jianhua
>            Priority: Minor
>              Labels: patch
>             Fix For: 1.0.0
>
>         Attachments: 0001-RANGER-1574-The-XAAUDIT.DB.PASSWORD-property-had-bee.patch
>
>
> The XAAUDIT.DB.PASSWORD property had been deleted in RANGER-900. The following redundant code should be deleted for plugin installer because these codes will never be executed.
> auditCredAlias="auditDBCred"	
> auditdbCred=$(getInstallProperty 'XAAUDIT.DB.PASSWORD')
> if [ "${auditdbCred}" != "" ]; then
> 	create_jceks "${auditCredAlias}"  "${auditdbCred}"  "${CredFile}"
> I had checked the property for plugin-yarn, plugin-solr,plugin-kafka,plugin-atlas,hive-agent,hdfs-agent and hbase-agent.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)