You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2014/07/23 14:34:39 UTC

[jira] [Created] (AMBARI-6574) Installer wizard: HDFS service check fails

Andrew Onischuk created AMBARI-6574:
---------------------------------------

             Summary: Installer wizard: HDFS service check fails 
                 Key: AMBARI-6574
                 URL: https://issues.apache.org/jira/browse/AMBARI-6574
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 1.7.0


HDFS service check file trying to create directory in HDFS

    
    
    
    2014-07-23 06:33:04,987 - Error while executing command 'service_check':
    Traceback (most recent call last):
      File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 113, in execute
        method(env)
      File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HDFS/package/scripts/service_check.py", line 59, in service_check
        tries=5
      File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
        self.env.run()
      File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run
        self.run_action(resource, action)
      File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action
        provider_action()
      File "/usr/lib/python2.6/site-packages/resource_management/libraries/providers/execute_hadoop.py", line 47, in action_run
        logoutput   = self.resource.logoutput,
      File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
        self.env.run()
      File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run
        self.run_action(resource, action)
      File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action
        provider_action()
      File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 239, in action_run
        raise ex
    Fail: Execution of 'hadoop --config /etc/hadoop/conf fs -mkdir /var/lib/ambari-agent/data/tmp ; hadoop fs -chmod 777 /var/lib/ambari-agent/data/tmp' returned 1. mkdir: `/var/lib/ambari-agent/data/tmp': No such file or directory
    chmod: `/var/lib/ambari-agent/data/tmp': No such file or directory
    





--
This message was sent by Atlassian JIRA
(v6.2#6252)