Package org.lilyproject.hadooptestfw.fork

Examples of org.lilyproject.hadooptestfw.fork.HBaseTestingUtility


        // This was added with CDH 4.2, where on shutdown HBase's snapshot manager closed a zookeeper
        // connection which later on was still used by another component, which then got into a retry loop,
        // leading to a slow shutdown.
        conf.setInt("zookeeper.recovery.retry.intervalmill", 100);

        return new HBaseTestingUtility(conf, clearData);
    }
View Full Code Here

TOP

Related Classes of org.lilyproject.hadooptestfw.fork.HBaseTestingUtility

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.