Haiwei Zhou created MESOS-7380:
----------------------------------
Summary: 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.3.15#6346)