Return-Path: X-Original-To: apmail-incubator-mesos-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-mesos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A466795CB for ; Thu, 12 Apr 2012 16:31:42 +0000 (UTC) Received: (qmail 73564 invoked by uid 500); 12 Apr 2012 16:31:42 -0000 Delivered-To: apmail-incubator-mesos-dev-archive@incubator.apache.org Received: (qmail 73509 invoked by uid 500); 12 Apr 2012 16:31:42 -0000 Mailing-List: contact mesos-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mesos-dev@incubator.apache.org Delivered-To: mailing list mesos-dev@incubator.apache.org Received: (qmail 73438 invoked by uid 99); 12 Apr 2012 16:31:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 16:31:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 16:31:39 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8A1A1367999 for ; Thu, 12 Apr 2012 16:31:18 +0000 (UTC) Date: Thu, 12 Apr 2012 16:31:18 +0000 (UTC) From: "Charles Reiss (Assigned) (JIRA)" To: mesos-dev@incubator.apache.org Message-ID: <642376913.17818.1334248278577.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1153712837.17694.1334247080891.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (MESOS-183) Included MPI Framework Fails to Start MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Reiss reassigned MESOS-183: ----------------------------------- Assignee: Harvey Feng > Included MPI Framework Fails to Start > ------------------------------------- > > Key: MESOS-183 > URL: https://issues.apache.org/jira/browse/MESOS-183 > Project: Mesos > Issue Type: Bug > Components: documentation, framework > Environment: Scientific Linux Cluster > Reporter: Jessica J > Assignee: Harvey Feng > Labels: documentation, mpi, setup > > There are really two facets to this issue. The first is that no good documentation exists for setting up and using the included MPI framework. The second, and more important issue, is that the framework will not run. The second issue is possibly related to the first in that I may not be setting it up properly. > To test the MPI framework, by trial and error I determined I needed to run python setup.py build and python setup.py install in the MESOS-HOME/src/python directory. Now when I try to run nmpiexec -h, I get an AttributeError, below: > Traceback (most recent call last): > File "./nmpiexec.py", line 2, in > import mesos > File "/usr/lib64/python2.6/site-packages/mesos-0.9.0-py2.6-linux-x86_64.egg/mesos.py", line 22, in > import _mesos > File "/usr/lib64/python2.6/site-packages/mesos-0.9.0-py2.6-linux-x86_64.egg/mesos_pb2.py", line 1286, in > DESCRIPTOR.message_types_by_name['FrameworkID'] = _FRAMEWORKID > AttributeError: 'FileDescriptor' object has no attribute 'message_types_by_name' > I've examined setup.py and determined that the version of protobuf it includes (2.4.1) does, indeed, contain a FileDescriptor class in descriptor.py that sets self.message_types_by_name, so I'm not sure what the issue is. Is this a bug? Or is there a step I'm missing? Do I need to also build/install protobuf? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira