You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Edward Yoon (JIRA)" <ji...@apache.org> on 2008/02/16 02:40:07 UTC

[jira] Deleted: (HBASE-67) Help Output Format should be easy to read.

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

Edward Yoon deleted HBASE-67:
-----------------------------


> Help Output Format should be easy to read.
> ------------------------------------------
>
>                 Key: HBASE-67
>                 URL: https://issues.apache.org/jira/browse/HBASE-67
>             Project: Hadoop HBase
>          Issue Type: Improvement
>         Environment: All
>            Reporter: Edward Yoon
>            Assignee: Edward Yoon
>            Priority: Trivial
>
> Current help-output is some difficult to read.
> {code}
> +-------------------------+-------------------------+-------------------------+
> | SELECT                  | Select values from table| SELECT {column_name, [, |
> |                         |                         | column_name] ... | *} FR|
> |                         |                         | OM table_name [WHERE row|
> |                         |                         | ='row_key' | STARTING FR|
> |                         |                         | OM 'row-key'] [NUM_VERSI|
> |                         |                         | ONS = version_count] [TI|
> |                         |                         | MESTAMP 'timestamp'] [LI|
> |                         |                         | MIT = row_count] [INTO F|
> |                         |                         | ILE 'file_name'];       |
> +-------------------------+-------------------------+-------------------------+
> | JAR                     | Hadoop RunJar util      | JAR jarFile [mainClass] |
> |                         |                         | arguments...;           |
> +-------------------------+-------------------------+-------------------------+
> | CLEAR                   | Clear the screen        | CLEAR;                  |
> +-------------------------+-------------------------+-------------------------+
> | DESCRIBE                | Print table information | [DESCRIBE|DESC] table_na|
> |                         |                         | me;                     |
> +-------------------------+-------------------------+-------------------------+
> hql >
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Deleted: (HBASE-67) Help Output Format should be easy to read.

Posted by stack <st...@duboce.net>.
Please do not delete issues that have merit.
St.Ack


Edward Yoon (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/HBASE-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Edward Yoon deleted HBASE-67:
> -----------------------------
>
>
>   
>> Help Output Format should be easy to read.
>> ------------------------------------------
>>
>>                 Key: HBASE-67
>>                 URL: https://issues.apache.org/jira/browse/HBASE-67
>>             Project: Hadoop HBase
>>          Issue Type: Improvement
>>         Environment: All
>>            Reporter: Edward Yoon
>>            Assignee: Edward Yoon
>>            Priority: Trivial
>>
>> Current help-output is some difficult to read.
>> {code}
>> +-------------------------+-------------------------+-------------------------+
>> | SELECT                  | Select values from table| SELECT {column_name, [, |
>> |                         |                         | column_name] ... | *} FR|
>> |                         |                         | OM table_name [WHERE row|
>> |                         |                         | ='row_key' | STARTING FR|
>> |                         |                         | OM 'row-key'] [NUM_VERSI|
>> |                         |                         | ONS = version_count] [TI|
>> |                         |                         | MESTAMP 'timestamp'] [LI|
>> |                         |                         | MIT = row_count] [INTO F|
>> |                         |                         | ILE 'file_name'];       |
>> +-------------------------+-------------------------+-------------------------+
>> | JAR                     | Hadoop RunJar util      | JAR jarFile [mainClass] |
>> |                         |                         | arguments...;           |
>> +-------------------------+-------------------------+-------------------------+
>> | CLEAR                   | Clear the screen        | CLEAR;                  |
>> +-------------------------+-------------------------+-------------------------+
>> | DESCRIBE                | Print table information | [DESCRIBE|DESC] table_na|
>> |                         |                         | me;                     |
>> +-------------------------+-------------------------+-------------------------+
>> hql >
>> {code}
>>     
>
>