You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Dmytro Grinenko (JIRA)" <ji...@apache.org> on 2016/03/25 09:36:25 UTC

[jira] [Created] (AMBARI-15583) YARN service check fails due to syntax error

Dmytro Grinenko created AMBARI-15583:
----------------------------------------

             Summary: YARN service check fails due to syntax error
                 Key: AMBARI-15583
                 URL: https://issues.apache.org/jira/browse/AMBARI-15583
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: trunk, 2.2.2
            Reporter: Dmytro Grinenko
            Priority: Blocker
             Fix For: trunk, 2.2.2


Traceback (most recent call last):
  File "/var/lib/ambari-agent/cache/common-services/YARN/2.1.0.2.0/package/scripts/service_check.py", line 155, in <module>
    ServiceCheck().execute()
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 239, in execute
    method(env)
  File "/var/lib/ambari-agent/cache/common-services/YARN/2.1.0.2.0/package/scripts/service_check.py", line 117, in service_check
    user=params.smokeuser,
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 70, in inner
    result = function(command, **kwargs)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 92, in checked_call
    tries=tries, try_sleep=try_sleep)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 140, in _call_wrapper
    result = _call(command, **kwargs_copy)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 293, in _call
    raise Fail(err_msg)
resource_management.core.exceptions.Fail: Execution of 'yarn org.apache.hadoop.yarn.applications.distributedshell.Client -shell_command ls -num_containers 1 -jar /usr/hdp/current/hadoop-yarn-client/hadoop-yarn-applications-distributedshell.jar -timeout 300000--queue default' returned 255. 16/03/25 05:07:47 INFO impl.TimelineClientImpl: Timeline service address: http://c6401.ambari.apache.org:8188/ws/v1/timeline/



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