Steve Loughran created ACCUMULO-1747:
----------------------------------------
Summary: 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
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)