Package org.apache.accumulo.test.randomwalk

Examples of org.apache.accumulo.test.randomwalk.Framework


    // don't run test if accumulo home is not set
    String acuHome = System.getenv("ACCUMULO_HOME");
    if (acuHome == null)
      return;
   
    Framework framework = Framework.getInstance();
    String confDir = acuHome + "/test/system/randomwalk/conf/";
    framework.run("unit/Basic.xml", new State(new Properties()), confDir);
  }
View Full Code Here

TOP

Related Classes of org.apache.accumulo.test.randomwalk.Framework

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.