Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C548102A8 for ; Wed, 2 Oct 2013 21:57:46 +0000 (UTC) Received: (qmail 26580 invoked by uid 500); 2 Oct 2013 21:57:45 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 26332 invoked by uid 500); 2 Oct 2013 21:57:44 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 26007 invoked by uid 99); 2 Oct 2013 21:57:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2013 21:57:44 +0000 Date: Wed, 2 Oct 2013 21:57:44 +0000 (UTC) From: "John Vines (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1747) ServerConstants.getBaseDirs() use fs default name, not instance.dfs.uri 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/ACCUMULO-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13784504#comment-13784504 ] John Vines commented on ACCUMULO-1747: -------------------------------------- I think fs.defaultFS wasn't introduced until hadoop 2, so this needs to be treaded lightly around. > ServerConstants.getBaseDirs() use fs default name, not instance.dfs.uri > ------------------------------------------------------------------------ > > Key: ACCUMULO-1747 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1747 > Project: Accumulo > Issue Type: Bug > Components: start > Affects Versions: 1.6.0 > Reporter: Steve Loughran > Fix For: 1.6.0 > > > I've been trying to track down why I'm seeing connection refused to port 9000 in {{accumulo init}} -looks to me like > 2013-10-02 19:04:12,600 [util.Initialize] INFO : Hadoop Filesystem is file:/ > 2013-10-02 19:04:12,678 [Configuration.deprecation] INFO : fs.default.name is deprecated. Instead, use fs.defaultFS > 2013-10-02 19:04:12,678 [util.Initialize] INFO : Accumulo data dirs are [hdfs://localhost:9000/Users/stevel/.hoya/cluster/TestAcc > Initialize is picking up instance.dfs.uri value, but the {{ServerConstants.getBaseDirs()}} is picking up the default FS -not even from accumulo-site.xml by the look of things, so fails to work except when instance.dfs.uri==fs.default.name -- This message was sent by Atlassian JIRA (v6.1#6144)