Github user interma commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1235#discussion_r115442221
  
    --- Diff: tools/bin/hawq_ctl ---
    @@ -387,6 +387,10 @@ class HawqInit:
                      (self.GPHOME, self.standby_host_name, self.GPHOME)
             check_return_code(remote_ssh(scpcmd, self.master_host_name, 
self.user), \
                               logger, "Sync slaves file failed")
    +        scpcmd = "scp %s/ranger/etc/* %s:%s/ranger/etc/ > /dev/null" % \
    +                 (self.GPHOME, self.standby_host_name, self.GPHOME)
    +        check_return_code(remote_ssh(scpcmd, self.master_host_name, 
self.user), \
    +                          logger, "Sync rps configuration files failed")
    --- End diff --
    
    Thanks! I forgot this conditions.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to