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

ASF GitHub Bot commented on HAWQ-486:
-------------------------------------

Github user stanlyxiang closed the pull request at:

    https://github.com/apache/incubator-hawq/pull/407


> gpcheck can't find namenode with Ambari install PHD
> ---------------------------------------------------
>
>                 Key: HAWQ-486
>                 URL: https://issues.apache.org/jira/browse/HAWQ-486
>             Project: Apache HAWQ
>          Issue Type: Improvement
>          Components: Command Line Tools
>            Reporter: Xiang Sheng
>            Assignee: Xiang Sheng
>
> gpcheck can't find namenode with Ambari install PHD.
> Seems like because with Ambari install, there is no 'fs.default.name' 
> property exist in core-site.xml.They use 'fs.defaultFS' property instead. We 
> should recognize both.
> Actually 'fs.default.name' was deprecated. Use (fs.defaultFS) property instead
>     <property>
>             <name>fs.default.name</name>
>                 <value>hdfs://test5:8020</value>
>         </property>
>     <property>
>       <name>fs.defaultFS</name>
>       <value>hdfs://test5:8020</value>
>       <final>true</final>
>     </property>



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

Reply via email to