You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Haiwei Zhou (JIRA)" <ji...@apache.org> on 2017/06/20 08:48:00 UTC

[jira] [Commented] (MESOS-7380) mesos-ps reports NameError: global name 'threading' is not defined

    [ https://issues.apache.org/jira/browse/MESOS-7380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055378#comment-16055378 ] 

Haiwei Zhou commented on MESOS-7380:
------------------------------------

Forgot to publish.

> mesos-ps reports NameError: global name 'threading' is not defined
> ------------------------------------------------------------------
>
>                 Key: MESOS-7380
>                 URL: https://issues.apache.org/jira/browse/MESOS-7380
>             Project: Mesos
>          Issue Type: Bug
>          Components: cli
>    Affects Versions: 1.2.0
>            Reporter: Haiwei Zhou
>
> > mesos ps --master mesos-master:5050
> USER    FRAMEWORK    TASK      SLAVE              MEM                TIME              CPU (allocated)Traceback (most recent call last):
>   File "/usr/bin/mesos-ps", line 242, in <module>
>     main()
>   File "/usr/bin/mesos-ps", line 208, in main
>     for slave in slaves)
>   File "/usr/bin/mesos-ps", line 208, in <genexpr>
>     for slave in slaves)
>   File "/usr/lib/python2.7/site-packages/mesos/futures.py", line 175, in submit
>     thread = threading.Thread(target=run)
> NameError: global name 'threading' is not defined



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)