Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We need add start/stop RPS script to HAWQ start/stop script.
hawq start master / cluster : should start rps
hawq stop master / cluster : should stop rps
hawq init master / cluster : should init without ranger enabled and configure ranger related gucs and restart cluster.
hawq restart master / cluster : should restart rps
hawq activate standby : should start rps on standby
hawq state : show status information about rps service. use
curl http://${RPS_HOST}:${RPS_PORT}/rps/version
to check the status.
hawq --reload option , just reload GUC values without restarting hawq cluster. If user change hawq_acl_type to ranger, user must restart cluster. But if user change rps related guc values, I think we should restart rps to reload the new values.