Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 95209 invoked from network); 18 Nov 2007 02:35:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Nov 2007 02:35:23 -0000 Received: (qmail 84870 invoked by uid 500); 18 Nov 2007 02:35:07 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 84833 invoked by uid 500); 18 Nov 2007 02:35:07 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 84823 invoked by uid 99); 18 Nov 2007 02:35:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Nov 2007 18:35:07 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Nov 2007 02:35:03 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6F02E71422C for ; Sat, 17 Nov 2007 18:34:43 -0800 (PST) Message-ID: <6580956.1195353283452.JavaMail.jira@brutus> Date: Sat, 17 Nov 2007 18:34:43 -0800 (PST) From: "Billy Pearson (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-2223) hbase table filename problem In-Reply-To: <3126558.1195353283265.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Billy Pearson updated HADOOP-2223: ---------------------------------- Description: 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 this files name 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 Easy solution for this would be the key/filename need to be escaped but I am not sure how thats done in java. was: 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 this files name 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 Easy solution for this would be the key/filename need to be escaped but I am not sure how thats done in java. > 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 > > 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 this files name > 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 > 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.