You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Siddharth Wagle (JIRA)" <ji...@apache.org> on 2013/08/01 02:13:48 UTC

[jira] [Created] (AMBARI-2788) Using confgis.sh to set property values in core-stie result in line auth_to_local mapping issues

Siddharth Wagle created AMBARI-2788:
---------------------------------------

             Summary: Using confgis.sh to set property values in core-stie result in line auth_to_local mapping issues
                 Key: AMBARI-2788
                 URL: https://issues.apache.org/jira/browse/AMBARI-2788
             Project: Ambari
          Issue Type: Bug
          Components: client
    Affects Versions: 1.4.0
            Reporter: Siddharth Wagle
            Assignee: Srimanth Gunturi
             Fix For: 1.4.0


Use /ambari-server/src/main/resources/scripts/configs.sh to edit:
"hadoop.security.auth_to_local" : "\n        RULE:[2:$1@$0]([rn]m@.*)s/.*/yarn/\n        RULE:[2:$1@$0]([nd]n@.*)s/.*/hdfs/\n        RULE:[2:$1@$0](hm@.*)s/.*/hbase/\n        RULE:[2:$1@$0](rs@.*)s/.*/hbase/\n        DEFAULT\n    "

The result is that the "\" from newline characters are missing in the resulting configuration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira