in src/main/java/org/apache/accumulo/bsp/AccumuloOutputFormat.java [49:55]
public void close() throws IOException {
try {
close(MapreduceWrapper.wrappedTaskAttemptContext(job));
} catch (InterruptedException e) {
throw new IOException(e);
}
}