public RecordWriter getRecordWriter()

in src/main/java/org/apache/accumulo/bsp/AccumuloOutputFormat.java [65:71]


  public RecordWriter<Text,Mutation> getRecordWriter(FileSystem fs, BSPJob job, String name) throws IOException {
    try {
      return new BSPRecordWriter(job);
    } catch (Exception e) {
      throw new IOException(e);
    }
  }