Member since
03-06-2017
5
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3133 | 03-07-2017 10:06 PM |
03-07-2017
10:06 PM
The table statistics are used to provide the count of rows. I was using SELECT COUNT(*) FROM... to validate my loads which was reporting the wrong number of rows. I went through the TEZ logs and saw that my final loads were reporting the correct number of rows in the counters. Bug: https://issues.apache.org/jira/browse/HIVE-11266
... View more