if (getConfiguration().hasEdgeInputFormat()) {
// Ensure the edge InputSplits are ready for processing
ensureInputSplitsReady(edgeInputSplitsPaths, edgeInputSplitsEvents);
getContext().progress();
try {
vertexEdgeCount = vertexEdgeCount.incrVertexEdgeCount(0, loadEdges());
} catch (InterruptedException e) {
throw new IllegalStateException(
"setup: loadEdges failed with InterruptedException", e);
} catch (KeeperException e) {
throw new IllegalStateException(