You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/03/04 18:55:05 UTC

[jira] [Commented] (AMBARI-9922) Spark service check fails due to missing import

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

Hudson commented on AMBARI-9922:
--------------------------------

SUCCESS: Integrated in Ambari-trunk-Commit #1946 (See [https://builds.apache.org/job/Ambari-trunk-Commit/1946/])
AMBARI-9922. Spark service check fails due to missing import (aonishuk) (aonishuk: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=b487827073f0cd3337b9887ab8ff438e9a943d1f)
* ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/package/scripts/service_check.py
* ambari-common/src/main/python/resource_management/core/exceptions.py


> Spark service check fails due to missing import
> -----------------------------------------------
>
>                 Key: AMBARI-9922
>                 URL: https://issues.apache.org/jira/browse/AMBARI-9922
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.0.0
>
>
>     Traceback (most recent call last):
>       File "/var/lib/ambari-agent/cache/common-services/SPARK/1.2.0.2.2/package/scripts/service_check.py", line 65, in <module>
>         SparkServiceCheck().execute()
>       File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 208, in execute
>         method(env)
>       File "/var/lib/ambari-agent/cache/common-services/SPARK/1.2.0.2.2/package/scripts/service_check.py", line 62, in service_check
>         raise ComponentIsNotRunning()
>     NameError: global name 'ComponentIsNotRunning' is not defined
>     



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)