tableDesc tt_desc =
PlanUtils.getIntermediateFileTableDesc(PlanUtils.sortFieldSchemas(
PlanUtils.getFieldSchemasFromRowSchema(mapJoin.getSchema(), "temporarycol")));
// generate the temporary file
Context baseCtx = parseCtx.getContext();
String taskTmpDir = baseCtx.getMRTmpFileURI();
// Add the path to alias mapping
mjCtx.setTaskTmpDir(taskTmpDir);
mjCtx.setTTDesc(tt_desc);
mjCtx.setRootMapJoinOp(sel);