One reducer in Custom Partitioner makes mapreduce jobs slower
问题 Hi i have an application that reads records from HBase and writes into text files. Application is working as expected but when tested this for huge data it is taking 1.20 hour to complete the job . Here is the details of my application Size the data in the HBase is 400 GB approx 2 billions records . I have created 400 regions in the HBase tabl so 400 mappers . I have used custom Partitioner that puts records into 194 text files. I have lzo compression for map output and gzip for final output.