Sean Busbey created ACCUMULO-2687:
-------------------------------------
Summary: MiniAccumuloClusterImpl's getFileSystem only works if
useMiniDFS = true
Key: ACCUMULO-2687
URL: https://issues.apache.org/jira/browse/ACCUMULO-2687
Project: Accumulo
Issue Type: Bug
Components: mini, test
Affects Versions: 1.6.0
Reporter: Sean Busbey
Priority: Critical
Fix For: 1.6.1, 1.7.0
If you attempt to call getFileSystem on a MACImpl instance that is not using
miniDFS, it throws with a URL parsing error.
Ran into this while attempting to work on an integration test, since by default
ConfigurableMacIT does not use the miniDFS.
We should be able to return an appropriate local filesystem. Current workaround
is to override the configuration method and configure things to use minidfs.
--
This message was sent by Atlassian JIRA
(v6.2#6252)