Github user alfonsonishikawa commented on a diff in the pull request:
https://github.com/apache/gora/pull/135#discussion_r222506447
--- Diff:
gora-core/src/main/java/org/apache/gora/mapreduce/GoraRecordWriter.java ---
@@ -76,4 +76,26 @@ public void write(K key, T value) throws IOException,
InterruptedException {
throw new RuntimeException(e);
}
}
+
--- End diff --
Added this method to delete by key. Used in gora-pig to delete a set of
elements.---

