@Before
 public void setup() throws Exception {
   LOGGER.info("AbstractTestStaticConfiguration setup");
   dfs.createBaseDir();
   if (clearDbPerTest) {
     LOGGER.info("Before per test run clean up");
     clearAll(true);
   }
 }