[
https://issues.apache.org/jira/browse/AMBARI-18853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15655407#comment-15655407
]
Ted Yu commented on AMBARI-18853:
---------------------------------
Note: the config value containing double quote can be read by hadoop
Configuration.
> Provide an option for not encoding double quote in custom hbase-site
> --------------------------------------------------------------------
>
> Key: AMBARI-18853
> URL: https://issues.apache.org/jira/browse/AMBARI-18853
> Project: Ambari
> Issue Type: Improvement
> Reporter: Ted Yu
>
> The double quote I entered in config entry under 'Custom hbase-site' is
> encoded as """ when saved to disk:
> {code}
> <property>
> <name>hbase.it.clustermanager.ssh.cmd</name>
> <value>/usr/bin/ssh %1$s %2$s%3$s%4$s "sudo su - hbase -c
> \"%5$s\""</value>
> </property>
> {code}
> The encoding shouldn't be performed since the value would be passed to chaos
> monkey to execute certain command.
> There should be an option to disable the encoding.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)