You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Xiang Sheng (JIRA)" <ji...@apache.org> on 2017/02/24 05:51:44 UTC

[jira] [Updated] (HAWQ-1362) Add RPS start/stop script in HAWQ start/stop script

     [ https://issues.apache.org/jira/browse/HAWQ-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiang Sheng updated HAWQ-1362:
------------------------------
    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 start rps
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. 

  was:
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 start rps
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. 


> Add RPS start/stop script in HAWQ start/stop script
> ---------------------------------------------------
>
>                 Key: HAWQ-1362
>                 URL: https://issues.apache.org/jira/browse/HAWQ-1362
>             Project: Apache HAWQ
>          Issue Type: Sub-task
>          Components: Build
>            Reporter: Xiang Sheng
>            Assignee: Xiang Sheng
>             Fix For: 2.2.0.0-incubating
>
>
> 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 start rps
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)