return name.equals(FileOutputCommitter.SUCCEEDED_FILE_NAME) || name.equals("_logs");
}
private String computeInputPath(FileSystem fs, String tableName) {
Location location = FlowPartDriverUtils.createInputLocation(driverContext, tableName);
String path = new Path(fs.getWorkingDirectory(), location.toPath('/')).toString();
return resolvePath(path);
}
private String computeOutputPath(FileSystem fs, String tableName) {
Location location = FlowPartDriverUtils.createOutputLocation(driverContext, tableName);