Xiang Sheng created HAWQ-486: -------------------------------- Summary: 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)