Re: Job counters limit exceeded exception

2013-01-04 Thread Krishna Rao
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).

Re: Job counters limit exceeded exception

2013-01-02 Thread Alexander Alten-Lorenz
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