[
https://issues.apache.org/jira/browse/HIVE-16607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Vary updated HIVE-16607:
------------------------------
Attachment: HIVE-16607.04.patch
Addressed review comments:
- Renamed QueryStateBuilder to Builder
- Renamed setter methods to "with" methods
- Added withHiveConf, and removed build()
- When possible moved from "conf.getVar(HiveConf.ConfVars.HIVEQUERYID)" to
"queryState.getQueryID"
Removed confOverlay local variable from the Operation class - using queryState
instead
> ColumnStatsAutoGatherContext regenerates HiveConf.HIVEQUERYID
> -------------------------------------------------------------
>
> Key: HIVE-16607
> URL: https://issues.apache.org/jira/browse/HIVE-16607
> Project: Hive
> Issue Type: Bug
> Components: Beeline, Logging
> Reporter: Peter Vary
> Assignee: Peter Vary
> Attachments: HIVE-16607.02.patch, HIVE-16607.04.patch,
> HIVE-16607.patch
>
>
> Creating a new {{QueryState}} object regenerates the HIVEQUERYID stored in
> the {{HiveConf}}.
> In HiveServer logs it makes hard to follow the life of the query since a new
> queryid is assigned to the query during the execution.
> Since BeeLine is showing the operation logs based on the queryid, only the
> first several line of the logs is showed in BeeLine.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)