Github user paul-guo- commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/900#discussion_r78670438
  
    --- Diff: tools/bin/hawqregister ---
    @@ -373,8 +402,8 @@ if __name__ == '__main__':
         if len(args) != 1 or ((options.yml_config or options.force or 
options.repair) and options.filepath) or (options.force and options.repair):
             parser.print_help(sys.stderr)
             sys.exit(1)
    -    if local_ssh('hadoop', logger):
    -        logger.error('command "hadoop" is not available.')
    +    if local_ssh('hdfs', logger):
    +        logger.error('command "hdfs" is not available.')
    --- End diff --
    
    Maybe you could be more accurate (e.g. "Maybe the hdfs path is not in the 
shell environment variable PATH" or similar).


---
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.
---

Reply via email to