Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.0.1, 1.3.1, 1.2.6
-
Reviewed
Description
Currently this method iterates the List of scan objects to get splits and for each iteration it opens the HConnection object and closes it, which is heavy.
It can be optimized such that a single Hconnection can be used to compute all the splits of for all the scan objects for their splits computation.
This optimization will help in reducing the launch time for MR Job.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-19245 MultiTableInputFormatBase#getSplits creates a Connection per Table
- Resolved