You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Gautam Borad (JIRA)" <ji...@apache.org> on 2015/09/23 07:37:04 UTC

[jira] [Created] (AMBARI-13197) Handle copying ranger-ugsync-default.xml for RU

Gautam Borad created AMBARI-13197:
-------------------------------------

             Summary: Handle copying ranger-ugsync-default.xml for RU
                 Key: AMBARI-13197
                 URL: https://issues.apache.org/jira/browse/AMBARI-13197
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.1.2
            Reporter: Gautam Borad
            Assignee: Gautam Borad
             Fix For: 2.1.2


*+issue:+* 
While doing RU from HDP-2.2 to HDP-2.3 ranger-ugsync-default.xml should get copied rather than setting the file permission without checking if file exist or not. 
It needs to be copied from *conf.dist* to *conf* directory of ranger-usersync. 

*+Workaround+*

User needs to copy ranger-ugsync-default.xml from conf-dist to conf folder :  
{code}
su -l ranger
cp <path_to_usersync_home>/conf.dist/ranger-ugsync-default.xml  <path_to_usersync_home>/conf/ranger-ugsync-default.xml
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)