You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Radar Lei (JIRA)" <ji...@apache.org> on 2016/12/21 03:01:58 UTC

[jira] [Updated] (HAWQ-1229) Remove unused option help message in hawq config

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

Radar Lei updated HAWQ-1229:
----------------------------
    Description: 
'hawq config --help' offers '--verbose' option but it is not actually possible. We should remove this option's help mesage.

See:
[gpadmin@test1 ~]$ hawq config --help

usage: hawq config [--options]

The "options" are:
   -c --change         Changes a configuration parameter setting.
   -s --show           Shows the value for a specified configuration parameter.
   -l --list           Lists all configuration parameters.
   -q --quiet          Run in quiet mode.
   -v --verbose        Displays detailed status.
   -r --remove         HAWQ GUC name to be removed.
   --skipvalidation    Skip the system validation checks.
   --ignore-bad-hosts  Skips copying configuration files on host on which SSH fails

See 'hawq --help' for more information on other commands.

  was:
'hawq config --help' offers '--verbose' option but it is not actually possible. We should remove this option.

See:
[gpadmin@test1 ~]$ hawq config --help

usage: hawq config [--options]

The "options" are:
   -c --change         Changes a configuration parameter setting.
   -s --show           Shows the value for a specified configuration parameter.
   -l --list           Lists all configuration parameters.
   -q --quiet          Run in quiet mode.
   -v --verbose        Displays detailed status.
   -r --remove         HAWQ GUC name to be removed.
   --skipvalidation    Skip the system validation checks.
   --ignore-bad-hosts  Skips copying configuration files on host on which SSH fails

See 'hawq --help' for more information on other commands.


> Remove unused option help message in hawq config
> ------------------------------------------------
>
>                 Key: HAWQ-1229
>                 URL: https://issues.apache.org/jira/browse/HAWQ-1229
>             Project: Apache HAWQ
>          Issue Type: Improvement
>          Components: Command Line Tools
>            Reporter: Radar Lei
>            Assignee: Radar Lei
>
> 'hawq config --help' offers '--verbose' option but it is not actually possible. We should remove this option's help mesage.
> See:
> [gpadmin@test1 ~]$ hawq config --help
> usage: hawq config [--options]
> The "options" are:
>    -c --change         Changes a configuration parameter setting.
>    -s --show           Shows the value for a specified configuration parameter.
>    -l --list           Lists all configuration parameters.
>    -q --quiet          Run in quiet mode.
>    -v --verbose        Displays detailed status.
>    -r --remove         HAWQ GUC name to be removed.
>    --skipvalidation    Skip the system validation checks.
>    --ignore-bad-hosts  Skips copying configuration files on host on which SSH fails
> See 'hawq --help' for more information on other commands.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)