Github user xunzhang commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/955#discussion_r85149897
--- Diff: tools/bin/hawqregister ---
@@ -855,6 +888,79 @@ class HawqRegister(object):
logger.info('Hawq Register Succeed.')
+class HawqRegisterPartition(HawqRegister):
--- End diff --
Where is the `__init__` function of this class? Use base class 's
constructor? I am confused here.
---
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.
---