// Has to use full name to make sure it does not conflict with org.apache.commons.lang.StringUtils
LOG.error(org.apache.hadoop.util.StringUtils.stringifyException(e));
LOG.error("Invalid URI. Check value of variable: " + HiveConf.ConfVars.SCRATCHDIR.toString());
throw new SemanticException("Cannot initialize temporary destination URI");
}
rTask = TaskFactory.get(new copyWork(fromURI.toString(), copyURI.toString()), this.conf);
fromURI = copyURI;
}
// create final load/move work
List<loadTableDesc> loadTableWork = new ArrayList<loadTableDesc>();