You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2013/06/07 20:36:19 UTC

[jira] [Created] (AMBARI-2324) Oozie service check is failing

Yusaku Sako created AMBARI-2324:
-----------------------------------

             Summary: Oozie service check is failing
                 Key: AMBARI-2324
                 URL: https://issues.apache.org/jira/browse/AMBARI-2324
             Project: Ambari
          Issue Type: Bug
          Components: client
    Affects Versions: 1.2.5
            Reporter: Yusaku Sako
            Assignee: Yusaku Sako
             Fix For: 1.2.5


The fs.default.name value in core-site is not being set correctly. It was:
{code}
    <property>
    <name>fs.default.name</name>
    <value>ip-xxx.ec2.internal</value>
  </property>
{code}

It should have been:
{code}
    <property>
    <name>fs.default.name</name>
    <value>hdfs://ip-xxx.ec2.internal:8020</value>
  </property>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira