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

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

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

Srimanth Gunturi commented on AMBARI-2324:
------------------------------------------

+1 for patch.
                
> 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
>
>         Attachments: AMBARI-2324.patch
>
>
> 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