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

Josh Elser commented on ACCUMULO-3587:
--------------------------------------

This ultimately boils down to the {{LocalJobRunner}} calling 
{{FileSystem.getLocal(Configuration)}} which performs a cast on that FileSystem 
to a {{LocalFileSystem}}. This results in a ClassCastException as you can't 
cast a {{RawLocalFileSystem}} to a {{LocalFileSystem}}.

Perhaps something that can be fixed upstream.

> ExamplesIT doesn't set RawLocalFileSystem
> -----------------------------------------
>
>                 Key: ACCUMULO-3587
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3587
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 1.7.0, 1.6.3
>
>
> Saw a failure on checksum trying to do log recovery because of our good 
> friend: ChecksumFIlesystem.
> Need to use RawLocalFileSystem instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to