Github user linwen commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1172#discussion_r105848224
--- Diff: tools/bin/hawq_ctl ---
@@ -835,6 +835,8 @@ class HawqStop:
acl_type = rows.next()[1]
conn.close()
except DatabaseError, ex:
+ # get hawq_acl_type from hawq_site.xml if connect db failed.
--- End diff --
# get hawq_acl_type from local hawq_site.xml if connect master failed.
---
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.
---