[
https://issues.apache.org/jira/browse/HIVE-23779?focusedWorklogId=565013&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-565013
]
ASF GitHub Bot logged work on HIVE-23779:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Mar/21 23:11
Start Date: 11/Mar/21 23:11
Worklog Time Spent: 10m
Work Description: nareshpr opened a new pull request #2064:
URL: https://github.com/apache/hive/pull/2064
### What changes were proposed in this pull request?
ETL flow prints Partition Basic Stats in beeline or client console. After
HIVE-16061, this stats are not getting printed on the client.
### Why are the changes needed?
As there are multiple clients connecting to HS2 & running ETL, it was
difficult for end user to search for stats in HS2 logs. This feature will help
to know data loaded per partition.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
I did manual testing by including this fix in my local cluster & validated
client console shows the logs.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 565013)
Time Spent: 1h 10m (was: 1h)
> BasicStatsTask Info is not getting printed in beeline console
> -------------------------------------------------------------
>
> Key: HIVE-23779
> URL: https://issues.apache.org/jira/browse/HIVE-23779
> Project: Hive
> Issue Type: Bug
> Reporter: Naresh P R
> Assignee: Naresh P R
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> After HIVE-16061, partition basic stats are not getting printed in beeline
> console.
> {code:java}
> INFO : Partition {dt=2020-06-29} stats: [numFiles=21, numRows=22,
> totalSize=14607, rawDataSize=0]{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)