Amitanand Aiyer created HBASE-6278: -------------------------------------- Summary: Allow table splits during a MapReduce job to be parameterized the same way as we parameterize the splitAlgorithm during table creation. Key: HBASE-6278 URL: https://issues.apache.org/jira/browse/HBASE-6278 Project: HBase Issue Type: Improvement Affects Versions: 0.89-fb Reporter: Amitanand Aiyer Assignee: Amitanand Aiyer Priority: Minor
Current implementation uses Uniform Splits, which can be different from the one used to create the table (if created using HexSplit). Using different split algorithms results in input splits that are skewed. Allow the MR job to accept a split Algorithm to enable even splitting into map tasks. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira