Before this change the {mapred,mapreduce}.AccumuloFileOutputFormatITs would
work against a minicluster backed by
Hadoop's LocalFileSystem, but fail if one followed the instructions for testing
against a stand alone cluster.
The failure is because in the cluster case the FileSystem we get is for the
HDFS instance underlying the
Accumulo cluster, which can't find the folder JUnit created for our test.
[ Full content available at: https://github.com/apache/accumulo/pull/654 ]
This message was relayed via gitbox.apache.org for [email protected]