throws HiveException {
if (!funcSet.contains(export_name)) {
try {
REXP rhive_data = getConnection().eval(
"Sys.getenv('RHIVE_DATA')");
String srhive_data = null;
if (rhive_data != null) {
srhive_data = rhive_data.asString();
}
if (srhive_data == null || srhive_data.length() == 0) {
getConnection().eval(
"load(file=paste('/tmp','/" + export_name