Github user radarwave commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/903#discussion_r97697509 --- Diff: tools/doc/gpcheck_help --- @@ -135,27 +142,27 @@ OPTIONS EXAMPLES ***************************************************** -Verify and validate the HAWQ platform settings by -entering a host file and specifying the hadoop location: +Verify and validate the HAWQ platform settings by specifying +a host file and identifying the full hadoop install path: - # hawq check -f hostfile_hawq_check --hadoop ~/hadoop-2.0.0/ + # hawq check -f hostfile_hawq_check --hadoop /usr/hdp/<version>/hadoop/ Verify and validate the HAWQ platform settings with HDFS HA -enabled, YARN HA enabled and Kerberos enabled: +enabled, YARN HA enabled, and Kerberos enabled: - # hawq check -f hostfile_hawq_check --hadoop ~/hadoop-2.0.0/ + # hawq check -f hostfile_hawq_check --hadoop /usr/local/hadoop-<version>/ --- End diff -- We have both '/usr/hdp/<version>/hadoop/' and '/usr/local/hadoop-<version>/'. Maybe we should make them the same.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---