[ https://issues.apache.org/jira/browse/CRUNCH-681?focusedWorklogId=229913&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-229913 ]
ASF GitHub Bot logged work on CRUNCH-681: ----------------------------------------- Author: ASF GitHub Bot Created on: 18/Apr/19 20:56 Start Date: 18/Apr/19 20:56 Worklog Time Spent: 10m Work Description: noslowerdna commented on pull request #22: CRUNCH-681: Updating HFileUtils to accept a filesystem parameter for … URL: https://github.com/apache/crunch/pull/22#discussion_r276830957 ########## File path: crunch-hbase/src/main/java/org/apache/crunch/io/hbase/HFileUtils.java ########## @@ -432,6 +518,24 @@ public static void writePutsToHFilesForIncrementalLoad( writePutsToHFilesForIncrementalLoad(puts, connection, tableName, outputPath, false); } + public static void writePutsToHFilesForIncrementalLoad( Review comment: added, https://github.com/noslowerdna/crunch/commit/9dd88da343727acd4685e220f499f4fc21770dfe ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 229913) Time Spent: 50m (was: 40m) > HFileUtils. writeToHFilesForIncrementalLoad() should accept a FileSystem > parameter > ---------------------------------------------------------------------------------- > > Key: CRUNCH-681 > URL: https://issues.apache.org/jira/browse/CRUNCH-681 > Project: Crunch > Issue Type: Improvement > Affects Versions: 0.14.0 > Reporter: Ben Roling > Priority: Major > Time Spent: 50m > Remaining Estimate: 0h > > With CRUNCH-677 in, HFileUtils.writeToHFilesForIncrementalLoad() should have > a form that accepts a FileSystem and propagates that FileSystem to the > HFileTarget. This enables writing HFiles to FileSystems not included in the > Configuration of the Pipeline itself. -- This message was sent by Atlassian JIRA (v7.6.3#76005)