[
https://issues.apache.org/jira/browse/HIVE-9023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Naveen Gangam updated HIVE-9023:
--------------------------------
Attachment: HIVE-9023.2.patch
I have revised the fix earlier to account for a single query inserting tables
with same names but across different databases.
{code}
.....
Table default.booleantest2 stats: [numFiles=1, numRows=0, totalSize=67,
rawDataSize=0]
Table myDB.booleantest4 stats: [numFiles=1, numRows=0, totalSize=67,
rawDataSize=0]
Table default.booleantest3 stats: [numFiles=1, numRows=0, totalSize=16,
rawDataSize=0]
Table default.booleantest4 stats: [numFiles=1, numRows=0, totalSize=15,
rawDataSize=0]
12 Rows loaded to myDB.booleantest4
12 Rows loaded to default.booleantest2
3 Rows loaded to default.booleantest3
3 Rows loaded to default.booleantest4
MapReduce Jobs Launched:
Stage-Stage-4: Map: 1 Cumulative CPU: 3.23 sec HDFS Read: 6610 HDFS Write:
468 SUCCESS
Total MapReduce CPU Time Spent: 3 seconds 230 msec
OK
{code}
Thank you in advance
> HiveHistoryImpl relies on removed counters to print num rows
> ------------------------------------------------------------
>
> Key: HIVE-9023
> URL: https://issues.apache.org/jira/browse/HIVE-9023
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 0.13.0, 0.14.0, 0.13.1, 0.14.1
> Reporter: Slava Markeyev
> Assignee: Naveen Gangam
> Priority: Minor
> Labels: regression
> Attachments: HIVE-9023.2.patch, HIVE-9023.patch
>
>
> HiveHistoryImpl still relies on the counters that were removed in HIVE-5982
> to determine the number of rows loaded. This results in regression of
> functionality.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)