Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64A29D2B3 for ; Tue, 24 Jul 2012 01:56:35 +0000 (UTC) Received: (qmail 1206 invoked by uid 500); 24 Jul 2012 01:56:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 1143 invoked by uid 500); 24 Jul 2012 01:56:35 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 911 invoked by uid 99); 24 Jul 2012 01:56:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2012 01:56:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id C656C142838 for ; Tue, 24 Jul 2012 01:56:34 +0000 (UTC) Date: Tue, 24 Jul 2012 01:56:34 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: <1013197897.93913.1343094994816.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1797980385.88724.1342989934387.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Comment Edited] (HBASE-6441) MasterFS doesn't set scheme for internal FileSystem MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-6441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421096#comment-13421096 ] Andrew Purtell edited comment on HBASE-6441 at 7/24/12 1:55 AM: ---------------------------------------------------------------- Shall this be committed on 0.94 branch? It's targeted by this JIRA. Edit: Removed supposition. was (Author: apurtell): Shall this be committed on 0.94 branch? It's targeted by this JIRA and affected by the problem. > MasterFS doesn't set scheme for internal FileSystem > --------------------------------------------------- > > Key: HBASE-6441 > URL: https://issues.apache.org/jira/browse/HBASE-6441 > Project: HBase > Issue Type: Bug > Components: master > Affects Versions: 0.96.0, 0.94.2 > Reporter: Jesse Yates > Assignee: Jesse Yates > Fix For: 0.96.0 > > Attachments: java_HBASE-6441_v0.patch > > > FSUtils.getRootDir() just takes a configuration object, which is used to: > 1) Get the name of the root directory > 2) Create a filesystem (based on the configured scheme) > 3) Qualify the root onto the filesystem > However, the FileSystem from the master filesystem won't generate the correctly qualified root directory under hadoop-2.0 (though it works fine on hadoop-1.0). Seems to be an issue with the configuration parameters. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira