Robert Levas created AMBARI-23426:
-------------------------------------
Summary: Unable to parse task structured output when disabling
Kerberos
Key: AMBARI-23426
URL: https://issues.apache.org/jira/browse/AMBARI-23426
Project: Ambari
Issue Type: Bug
Components: ambari-agent
Affects Versions: 2.7.0
Reporter: Robert Levas
Assignee: Robert Levas
Fix For: 2.7.0
The following error is seen in the log when disabling Kerberos:
{noformat}
Unable to parse task structured output:
/var/lib/ambari-agent/data/structured-out-5.json
{noformat}
This appears to be caused by an empty value being returned from
{{resource_management.libraries.script.script.Script#disable_security}}.
Rather then returning an empty value ({{None}}), return {{"\{\}"}} instead.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)