Package com.facebook.presto.hive.util

Examples of com.facebook.presto.hive.util.HadoopApiStats


        metastoreClient = new CachingHiveMetastore(hiveCluster, executor, Duration.valueOf("1m"), Duration.valueOf("15s"));

        HiveClient client = new HiveClient(
                new HiveConnectorId(connectorName),
                metastoreClient,
                new HadoopApiStats(),
                new HdfsEnvironment(new HdfsConfiguration(hiveClientConfig)),
                sameThreadExecutor(),
                hiveClientConfig.getMaxSplitSize(),
                maxOutstandingSplits,
                maxThreads,
View Full Code Here


        metastoreClient = new TestingHiveMetastore(hiveCluster, executor, hiveClientConfig, writableBucket);
        client = new HiveClient(
                new HiveConnectorId("hive-test"),
                hiveClientConfig,
                metastoreClient,
                new HadoopApiStats(),
                new HdfsEnvironment(new HdfsConfiguration(hiveClientConfig)),
                sameThreadExecutor());
    }
View Full Code Here

TOP

Related Classes of com.facebook.presto.hive.util.HadoopApiStats

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.