You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Xuefu Zhang (JIRA)" <ji...@apache.org> on 2015/06/22 16:24:03 UTC

[jira] [Commented] (HIVE-11071) FIx the output of beeline dbinfo command

    [ https://issues.apache.org/jira/browse/HIVE-11071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595974#comment-14595974 ] 

Xuefu Zhang commented on HIVE-11071:
------------------------------------

[~yamashitasni], could you please post the output with your patch included? Thanks.

> FIx the output of beeline dbinfo command
> ----------------------------------------
>
>                 Key: HIVE-11071
>                 URL: https://issues.apache.org/jira/browse/HIVE-11071
>             Project: Hive
>          Issue Type: Bug
>          Components: Beeline
>            Reporter: Shinichi Yamashita
>            Assignee: Shinichi Yamashita
>         Attachments: HIVE-11071-001.patch
>
>
> When dbinfo is executed by beeline, it is displayed as follows. 
> {code}
> 0: jdbc:hive2://localhost:10001/> !dbinfo
> Error: Method not supported (state=,code=0)
> allTablesAreSelectable                            true
> Error: Method not supported (state=,code=0)
> Error: Method not supported (state=,code=0)
> Error: Method not supported (state=,code=0)
> getCatalogSeparator                               .
> getCatalogTerm                                    instance
> getDatabaseProductName                            Apache Hive
> getDatabaseProductVersion                         2.0.0-SNAPSHOT
> getDefaultTransactionIsolation                    0
> getDriverMajorVersion                             1
> getDriverMinorVersion                             1
> getDriverName                                     Hive JDBC
> ...
> {code}
> The method name of Error is not understood. I fix this output.



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