205206207208209210211212213214
} } catch (IOException e) { int errCode = 6007; String msg = "Unable to check name " + name; throw new DataStorageException(msg, errCode, PigException.REMOTE_ENVIRONMENT, e); } return isContainer; }
231232233234235236237238
return hpaths.toArray(new HPath[hpaths.size()]); } catch (IOException e) { int errCode = 6008; String msg = "Failed to obtain glob for " + pattern; throw new DataStorageException(msg, errCode, PigException.REMOTE_ENVIRONMENT, e); } }