Shinichi Yamashita created HIVE-11071:
-----------------------------------------
Summary: 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
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)