ZebraSortInfo zSortInfo = ZebraSortInfo.createZebraSortInfo(sortKey, null);
BasicTableOutputFormat.setStorageInfo(job, zSchema, zStorageHint,
zSortInfo);
job.setNumReduceTasks(1);
job.submit();
job.waitForCompletion( true );
for ( int i =0; i < paths.length; ++i) {
Path tmpPath = new Path(paths[i], "_temporary");
FileSystem fileSys = tmpPath.getFileSystem(conf);
if(!fileSys.exists(tmpPath)) {
throw new RuntimeException("Temp Dir sld exist before BTOF.close() " + tmpPath.toString());