queryId | String | The query id. | [optional] |
statement | String | The SQL statement for the query. | [optional] |
queryType | String | The query type. The possible values are: DML, DDL, QUERY and UNKNOWN. See the Impala documentation for more details. | [optional] |
queryState | String | The query state. The possible values are: CREATED, INITIALIZED, COMPILED, RUNNING, FINISHED, EXCEPTION, and UNKNOWN. See the Impala documentation for more details. | [optional] |
startTime | String | The time the query was issued. | [optional] |
endTime | String | The time the query finished. If the query hasn't finished then this will return null. | [optional] |
rowsProduced | BigDecimal | The number of rows produced by the query. If the query hasn't completed this will return null. | [optional] |
attributes | Map<String, String> | A map of additional query attributes which is generated by Cloudera Manager. | [optional] |
user | String | The user who issued this query. | [optional] |
coordinator | ApiHostRef | The host of the Impala Daemon coordinating the query | [optional] |
detailsAvailable | Boolean | Whether we have a detailed runtime profile available for the query. This profile is available at the endpoint /queries/{QUERY_ID}. | [optional] |
database | String | The database on which this query was issued. | [optional] |
durationMillis | BigDecimal | The duration of the query in milliseconds. If the query hasn't completed then this will return null. | [optional] |