-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31725/
-----------------------------------------------------------
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-9922
https://issues.apache.org/jira/browse/AMBARI-9922
Repository: ambari
Description
-------
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
Diffs
-----
ambari-common/src/main/python/resource_management/core/exceptions.py 3c001cc
ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/package/scripts/service_check.py
b548b4d
Diff: https://reviews.apache.org/r/31725/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk