[
https://issues.apache.org/jira/browse/ACCUMULO-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13791092#comment-13791092
]
ASF subversion and git services commented on ACCUMULO-1747:
-----------------------------------------------------------
Commit 95cb49043ddfe31631639ccfd6bea70201e2b5e4 in branch refs/heads/master
from [~keith_turner]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=95cb490 ]
ACCUMULO-1747 fixed, defined, and documented usage of intance.dfs.uri and
instance.volumes
> 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: Sub-task
> Components: start
> Reporter: Steve Loughran
> Assignee: Keith Turner
> 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)