198199200201202203204
Path segment = new Path(od.getSegments(), Generator.generateSegmentName() + ((collectionName == null || collectionName.length() <= 0)? "": "-" + collectionName)); new ImportArcs(getJobConf()).importArcs(input, segment, collectionName); }