Apache Hive : HiveCounters

Last updated: December 12, 2024

Table of Contents

Apache Hive : HiveCounters

Task counters created by Hive during query execution

 

For Tez execution, %context is set to the mapper/reducer name. For other execution engines it is not included in the counter name.

Counter NameDescription
RECORDS_IN[_%context]Input records read
RECORDS_OUT[_%context]Output records written
RECORDS_OUT_INTERMEDIATE[_%context]Records written as intermediate records to ReduceSink (which become input records to other tasks)
CREATED_FILESNumber of files created
DESERIALIZE_ERRORSDeserialization errors encountered while reading data