[
https://issues.apache.org/jira/browse/HAWQ-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221317#comment-15221317
]
ASF GitHub Bot commented on HAWQ-307:
-------------------------------------
Github user xunzhang commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/250#discussion_r58172195
--- Diff: tools/bin/gppylib/commands/unix.py ---
@@ -925,7 +925,7 @@ def getDescendentProcesses(pid):
children = list()
grandchildren = list()
- for p in psi.process.ProcessTable().values():
+ for p in psutil.process.ProcessTable().values():
--- End diff --
@cbaenziger This usage here is wrong since `psutil` module has no attribute
`process`. Why should you use `psutil` in stead of `psi`?
> Ubuntu Support
> --------------
>
> Key: HAWQ-307
> URL: https://issues.apache.org/jira/browse/HAWQ-307
> Project: Apache HAWQ
> Issue Type: New Feature
> Components: Build
> Reporter: Lei Chang
> Assignee: Clay B.
> Fix For: 2.1.0
>
>
> To support HAWQ running on Ubuntu OS 14.04.3
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)