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/10 22:32:58 UTC

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

Ted Yu created AMBARI-18853:
-------------------------------

             Summary: 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)