We are processing 50 million data and after processing in the end we are using rank function in pig script and pig job is getting failed while executing rank function and we are getting below error: "org.apache.hadoop.mapreduce.counters.LimitExceededException: Too many counters: 121 max=120"
We have used the below command in pig script but we are still getting same error:
set mapreduce.job.counters.max 1000
I would really appreciate if anyone can get me through this error or can provide me alternative way to use rank function on 50+million processed data.