inputSplitInfo.getCredentials(),
VertexLocationHint.create(inputSplitInfo.getTaskLocationHints()),
additionalLocalResources);
return dsd;
} catch (IOException e) {
throw new TezUncheckedException("Failed to generate InputSplits", e);
} catch (InterruptedException e) {
throw new TezUncheckedException("Failed to generate InputSplits", e);
} catch (ClassNotFoundException e) {
throw new TezUncheckedException("Failed to generate InputSplits", e);
}
}