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

[jira] [Updated] (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 ]

peng.jianhua updated RANGER-1574:
---------------------------------
    Description: 
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.

  was:
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}"


> 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
>
>
> 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)