Github user radarwave commented on the issue:
https://github.com/apache/incubator-hawq/pull/1254
Need to fix:
run 'hawq reload' without any other arguments:
hawq reload
Traceback (most recent call last):
File "/usr/local/hawq/bin/hawq", line 215, in <module>
main()
File "/usr/local/hawq/bin/hawq", line 135, in main
sub_args_list.append("-u")
UnboundLocalError: local variable 'sub_args_list' referenced before
assignment
Traceback (most recent call last):
File "/usr/local/hawq/bin/hawq", line 215, in <module>
main()
File "/usr/local/hawq/bin/hawq", line 135, in main
sub_args_list.append("-u")
UnboundLocalError: local variable 'sub_args_list' referenced before
assignment
---
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.
---