Andrew Onischuk created AMBARI-4696:
---------------------------------------
Summary: Deprecation warnings show up in stderr because of using
sets in Ganglia
Key: AMBARI-4696
URL: https://issues.apache.org/jira/browse/AMBARI-4696
Project: Ambari
Issue Type: Bug
Reporter: Andrew Onischuk
Assignee: Andrew Onischuk
Fix For: 1.5.0
Attachments: AMBARI-4696.patch
{code}
/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/GANGLIA/package/scripts/params.py:21:
DeprecationWarning: the sets module is deprecated
from sets import Set
{code}
Since these are user visible logs - lets fix these - either use something else
instead of sets or mask the deprecation.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)