You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/11/11 17:52:58 UTC

[jira] [Resolved] (AMBARI-18853) Provide an option for not encoding double quote in custom hbase-site

     [ https://issues.apache.org/jira/browse/AMBARI-18853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu resolved AMBARI-18853.
-----------------------------
    Resolution: Not A Problem

Configuration can read back the encoded String from site.xml file correctly.

> 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 "&#34;" 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 &#34;sudo su - hbase -c \&#34;%5$s\&#34;&#34;</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)