Exemplo n.º 1
0
 public MiniAccumuloClusterImpl create(
     AccumuloClusterHarness testBase,
     AuthenticationToken token,
     MiniClusterConfigurationCallback callback)
     throws Exception {
   return create(
       testBase.getClass().getName(), testBase.testName.getMethodName(), token, callback);
 }
Exemplo n.º 2
0
 public MiniAccumuloClusterImpl create(
     AccumuloClusterHarness testBase, AuthenticationToken token, TestingKdc kdc) throws Exception {
   return create(
       testBase.getClass().getName(), testBase.testName.getMethodName(), token, testBase, kdc);
 }