ben-roling commented on a change in pull request #22: CRUNCH-681: Updating
HFileUtils to accept a filesystem parameter for …
URL: https://github.com/apache/crunch/pull/22#discussion_r276765073
##########
File path:
crunch-hbase/src/main/java/org/apache/crunch/io/hbase/HFileUtils.java
##########
@@ -384,6 +451,24 @@ public void process(Pair<ByteBuffer, Iterable<C>> input,
Emitter<Result> emitter
writeToHFilesForIncrementalLoad(cells, connection, tableName, outputPath,
false);
}
+ public static <C extends Cell> void writeToHFilesForIncrementalLoad(
Review comment:
javadoc for these 2 new public methods?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services