You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "YoungWoo Kim (JIRA)" <ji...@apache.org> on 2008/09/10 06:49:44 UTC

[jira] Created: (HADOOP-4144) [Hive] display column header on CLI

[Hive] display column header on CLI
-----------------------------------

                 Key: HADOOP-4144
                 URL: https://issues.apache.org/jira/browse/HADOOP-4144
             Project: Hadoop Core
          Issue Type: Improvement
          Components: contrib/hive
            Reporter: YoungWoo Kim
            Priority: Minor


The result row(s) on CLI are displayed without column header.

It would be useful to be able to set header on or off by users.

for example,
hive> SET HEAD [ON|OFF]    /* similar to oracle sql*plus syntax */
or
hive> SET [GLOBAL|SESSION] HEADER=[ON|OFF]    /* similar to mysql's "SET" syntax */

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


[jira] Commented: (HADOOP-4144) [Hive] display column header on CLI

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629879#action_12629879 ] 

Ashish Thusoo commented on HADOOP-4144:
---------------------------------------

+1 to this.

this is very useful and it is quite simple to add to the CliDriver code.

> [Hive] display column header on CLI
> -----------------------------------
>
>                 Key: HADOOP-4144
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4144
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/hive
>            Reporter: YoungWoo Kim
>            Priority: Minor
>
> The result row(s) on CLI are displayed without column header.
> It would be useful to be able to set header on or off by users.
> for example,
> hive> SET HEAD [ON|OFF]    /* similar to oracle sql*plus syntax */
> or
> hive> SET [GLOBAL|SESSION] HEADER=[ON|OFF]    /* similar to mysql's "SET" syntax */

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