[
https://issues.apache.org/jira/browse/HIVE-11071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shinichi Yamashita updated HIVE-11071:
--------------------------------------
Attachment: HIVE-11071-001-output.txt
Thank you for your comment, I post the output after I apply the patch.
> 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-output.txt, 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)