[ https://issues.apache.org/jira/browse/HAWQ-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15177316#comment-15177316 ]
ASF GitHub Bot commented on HAWQ-486: ------------------------------------- GitHub user stanlyxiang opened a pull request: https://github.com/apache/incubator-hawq/pull/407 HAWQ-486.gpcheck can't find namenode with Ambari install PHD You can merge this pull request into a Git repository by running: $ git pull https://github.com/stanlyxiang/incubator-hawq hawq-486 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-hawq/pull/407.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #407 ---- commit 46d50be5eadccf95b30e755f9587512e490313a6 Author: xsheng <xsh...@pivotal.io> Date: 2016-03-03T06:20:27Z HAWQ-486.gpcheck can't find namenode with Ambari install PHD ---- > 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 > Reporter: Xiang Sheng > Assignee: Lei Chang > > 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)