Description
Path base = master.getFileSystem().matchingFileSystem(exportDir, tableDirs); log.info("Chose base table directory of " + base); Path directory = new Path(base, tableInfo.tableId);
base might be null if the matching filesystem wasn't found (albeit unlikely).