amarnath reddy pappu created AMBARI-23290:
---------------------------------------------
Summary: Storm nimbus.childopts, supervisor.childopts and
worker.childopts key/value are not exported through extracted blueprint
Key: AMBARI-23290
URL: https://issues.apache.org/jira/browse/AMBARI-23290
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.5.1
Reporter: amarnath reddy pappu
Storm nimbus.childopts, supervisor.childopts and worker.childopts key/value are
not getting exported to blueprints.
{noformat}
curl -k -L -u admin -i -H 'X-Requested-By: ambari' -X GET
http://nifinode1:8080/api/v1/clusters/nifimulti?format=blueprint
>>blueprint.json
[root@nifinode1 ~]# cat blueprint.json | grep "childopts"
"drpc.childopts" : "-Xmx768m _JAAS_PLACEHOLDER",
"logviewer.childopts" : "-Xmx128m _JAAS_PLACEHOLDER",
"topology.worker.childopts" : "null",
"ui.childopts" : "-Xmx768m _JAAS_PLACEHOLDER",
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)