Description
AccumuloDFSBase have this static initializer block which has the terrible sideeffect of not failing nicely in the test, but instead just throwing a NoClassDefFoundException.
It should be moved to a static method with a BeforeClass annotation.