Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B7E7610668 for ; Fri, 30 Aug 2013 16:44:57 +0000 (UTC) Received: (qmail 37830 invoked by uid 500); 30 Aug 2013 16:44:57 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 37621 invoked by uid 500); 30 Aug 2013 16:44:57 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 37612 invoked by uid 99); 30 Aug 2013 16:44:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 16:44:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 16:44:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F14FF2388A91; Fri, 30 Aug 2013 16:44:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1519021 - /hbase/trunk/hbase-common/src/main/resources/hbase-default.xml Date: Fri, 30 Aug 2013 16:44:35 -0000 To: commits@hbase.apache.org From: enis@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130830164435.F14FF2388A91@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: enis Date: Fri Aug 30 16:44:35 2013 New Revision: 1519021 URL: http://svn.apache.org/r1519021 Log: HBASE-9384 [WINDOWS] Using file://{hbase.tmp.dir}/hbase for hbase.rootdir causes illegal argument exception on windows Modified: hbase/trunk/hbase-common/src/main/resources/hbase-default.xml Modified: hbase/trunk/hbase-common/src/main/resources/hbase-default.xml URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-common/src/main/resources/hbase-default.xml?rev=1519021&r1=1519020&r2=1519021&view=diff ============================================================================== --- hbase/trunk/hbase-common/src/main/resources/hbase-default.xml (original) +++ hbase/trunk/hbase-common/src/main/resources/hbase-default.xml Fri Aug 30 16:44:35 2013 @@ -51,7 +51,7 @@ possible configurations would overwhelm hbase.rootdir - file://${hbase.tmp.dir}/hbase + ${hbase.tmp.dir}/hbase The directory shared by region servers and into which HBase persists. The URL should be 'fully-qualified' to include the filesystem scheme. For example, to specify the