|
@@ -2870,7 +2870,7 @@ public class SequenceFile {
|
|
int numSegments = sortedSegmentSizes.size();
|
|
int numSegments = sortedSegmentSizes.size();
|
|
int origFactor = factor;
|
|
int origFactor = factor;
|
|
int passNo = 1;
|
|
int passNo = 1;
|
|
- LocalDirAllocator lDirAlloc = new LocalDirAllocator("mapred.local.dir");
|
|
|
|
|
|
+ LocalDirAllocator lDirAlloc = new LocalDirAllocator("io.seqfile.local.dir");
|
|
do {
|
|
do {
|
|
//get the factor for this pass of merge
|
|
//get the factor for this pass of merge
|
|
factor = getPassFactor(passNo, numSegments);
|
|
factor = getPassFactor(passNo, numSegments);
|