| Package | Description |
|---|---|
| org.apache.kyuubi.jdbc.hive | |
| org.apache.kyuubi.jdbc.hive.logs |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
KyuubiConnection.getExecLog()
Get the launch engine operation logs of current connection.
|
List<String> |
KyuubiStatement.getExecLog()
Get the execution logs of the given SQL statement.
|
List<String> |
KyuubiStatement.getQueryLog(boolean incremental,
int fetchSize)
Get the execution logs of the given SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
KyuubiLoggable.getExecLog()
Get the execution logs.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.