[ 
https://issues.apache.org/jira/browse/AMBARI-23806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544925#comment-16544925
 ] 

Balázs Bence Sári edited comment on AMBARI-23806 at 7/16/18 8:00 AM:
---------------------------------------------------------------------

Hi [~ishanbha],

closing this issue as works as designed. Slashes need to be escaped in 
configurations with a\\u002fb to be handled correctly.


was (Author: bsari):
Hi Ishan,

closing this issue as works as designed. Slashes need to be escaped in 
configurations with a\\u002fb to be handled correctly.

> Properties with '/' in their name are not handled during blueprint processing
> -----------------------------------------------------------------------------
>
>                 Key: AMBARI-23806
>                 URL: https://issues.apache.org/jira/browse/AMBARI-23806
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.7.0
>            Reporter: Balázs Bence Sári
>            Assignee: Balázs Bence Sári
>            Priority: Blocker
>             Fix For: 2.7.1
>
>
> To enable viewFS we have to add additional properties as mentioned in this 
> [jira|https://hortonworks.jira.com/browse/BUG-101865?focusedCommentId=764583&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-764583].
>  Even if we add those properties we do see that the actual property name is 
> malformed after deployment.
> eg: 
> {code}
> fs.viewfs.mounttable.cl1.link./app-logs: "hdfs://ns2/app-logs"
> {code}
> gets converted to 
> {code}
> fs.viewfs.mounttable.cl1.link.: "hdfs://ns2/app-logs"
> {code}
> see that */app-logs* is removed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to