You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Shinichi Yamashita (JIRA)" <ji...@apache.org> on 2016/01/05 13:25:39 UTC

[jira] [Updated] (HIVE-12780) Fix the output of the history command in Beeline

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

Shinichi Yamashita updated HIVE-12780:
--------------------------------------
    Attachment: HIVE-12780.1.patch

> Fix the output of the history command in Beeline
> ------------------------------------------------
>
>                 Key: HIVE-12780
>                 URL: https://issues.apache.org/jira/browse/HIVE-12780
>             Project: Hive
>          Issue Type: Bug
>          Components: Beeline
>            Reporter: Shinichi Yamashita
>            Assignee: Shinichi Yamashita
>            Priority: Minor
>         Attachments: HIVE-12780.1.patch
>
>
> I executed !history command in beeline. And the following results displayed.
> {code}
> Beeline version 2.1.0-SNAPSHOT by Apache Hive
> beeline> !history
> 1.    0: select
> 1.    1: select
> 1.    2: select
> 1.    3: select
> {code}
> As a result, "1." is not necessary to output. I will change the output, such as the following.
> {code}
> Beeline version 2.1.0-SNAPSHOT by Apache Hive
> beeline> !history
> 0: select
> 1: select
> 2: select
> 3: select
> {code}



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