[ 
https://issues.apache.org/jira/browse/ACCUMULO-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13784880#comment-13784880
 ] 

Steve Loughran commented on ACCUMULO-1747:
------------------------------------------

you can get away without the fs.defaultFS stuff as hadoop2 fallls back to 
"fs.default.name" -I'm just pushing both down for consistency. What is 
neededhere is that the base dir for files ought -if I've understood it- be 
build from {{instance.dfs.uri + instance.dfs.dir}}, but instead it is 
{{fs.default.namei + instance.dfs.dir}}, so you can't run accumulo against a 
non-default filesystem

>  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)

Reply via email to