[ https://issues.apache.org/jira/browse/CRUNCH-688?focusedWorklogId=288324&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-288324 ]
ASF GitHub Bot logged work on CRUNCH-688: ----------------------------------------- Author: ASF GitHub Bot Created on: 02/Aug/19 23:12 Start Date: 02/Aug/19 23:12 Worklog Time Spent: 10m Work Description: jwills commented on issue #27: CRUNCH-688: Fix HFile node affinity for non-default namespace HBase t… URL: https://github.com/apache/crunch/pull/27#issuecomment-517869078 amazing that merges Just Work now. Thank you Andrew! ---------------------------------------------------------------- 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: 288324) Time Spent: 40m (was: 0.5h) > HFile node affinity only works with default namespace HBase tables > ------------------------------------------------------------------ > > Key: CRUNCH-688 > URL: https://issues.apache.org/jira/browse/CRUNCH-688 > Project: Crunch > Issue Type: Bug > Reporter: Andrew Olson > Priority: Major > Time Spent: 40m > Remaining Estimate: 0h > > A problem was found with CRUNCH-644 which introduced HFile node affinity when > using a non-default namespaced HBase table, > {noformat} > Caused by: java.lang.IllegalArgumentException: java.net.URISyntaxException: > Relative path in absolute URI: regionLocations_myTableNamespace:myTableName > at org.apache.hadoop.fs.Path.initialize(Path.java:206) > at org.apache.hadoop.fs.Path.<init>(Path.java:172) > at org.apache.hadoop.fs.Path.<init>(Path.java:94) > at > org.apache.crunch.io.hbase.HFileUtils.writeToHFilesForIncrementalLoad(HFileUtils.java:517) > at > org.apache.crunch.io.hbase.HFileUtils.writePutsToHFilesForIncrementalLoad(HFileUtils.java:608) > at > org.apache.crunch.io.hbase.HFileUtils.writePutsToHFilesForIncrementalLoad(HFileUtils.java:578) > at > org.apache.crunch.io.hbase.HFileUtils.writePutsToHFilesForIncrementalLoad(HFileUtils.java:542) > ... > {noformat} > The ":" delimiter in the qualified table name isn't a valid path element > https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/filesystem/model.html#Paths_and_Path_Elements -- This message was sent by Atlassian JIRA (v7.6.14#76016)