I ended up increasing the counters limit to 130 which solved my issue.
Do you know of any good sources to learn how to decipher hive's EXPLAIN?
Cheers,
Krishna
On 2 January 2013 11:20, Alexander Alten-Lorenz wrote:
> Hi,
>
> These happens when operators are used in queries (Hive Operators).
Hi,
These happens when operators are used in queries (Hive Operators). Hive creates
4 counters per operator, max upto 1000, plus a few additional counters like
file read/write, partitions and tables. Hence the number of counter required is
going to be dependent upon the query.
Using "EXPLAIN