[ https://issues.apache.org/jira/browse/HADOOP-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jim Kellerman resolved HADOOP-2223. ----------------------------------- Resolution: Fixed Fix Version/s: 0.16.0 This issue is fixed in Trunk. > hbase table filename problem > ---------------------------- > > Key: HADOOP-2223 > URL: https://issues.apache.org/jira/browse/HADOOP-2223 > Project: Hadoop > Issue Type: Bug > Components: contrib/hbase > Affects Versions: 0.15.0 > Reporter: Billy Pearson > Priority: Critical > Fix For: 0.16.0 > > > running ver 0.15.0 > I store web pages in hbase and use the urls as row keys like google does with > bigtable but it seams that with foward slashes ( / ) as the row key breaks > the path for the hbase filenames example > starting off one of my tables has this file name > hregion_webdata,,-3862545529986602998 > but when it trys to split it will have these file names > hregion_webdata,,-3862545529986602998 > hregion_webdata,com.tripod.beifaust/robots.txt:http,837745221057372860 > The / in the row key from the url is breaking the path name to the hregion > file. This causes the region server to exit. I assume it would kill all > region servers in a pool by assigning each one the table and each would die > on trying the split the table. > Easy solution for this would be the key/filename need to be escaped but I am > not sure how thats done in java. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.