You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2014/02/17 13:11:19 UTC

[jira] [Created] (AMBARI-4696) Deprecation warnings show up in stderr because of using sets in Ganglia

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)