Package org.apache.hadoop.mapred.gridmix.GenerateData

Examples of org.apache.hadoop.mapred.gridmix.GenerateData.DataStatistics


    FileSystem fs = FileSystem.getLocal(conf);
    fs.create(testTraceFile).close();
   
    // finalize the summarizer
    UserResolver resolver = new RoundRobinUserResolver();
    DataStatistics dataStats = new DataStatistics(100, 2, true);
    String policy = GridmixJobSubmissionPolicy.REPLAY.name();
    conf.set(GridmixJobSubmissionPolicy.JOB_SUBMISSION_POLICY, policy);
    es.finalize(factory, testTraceFile.toString(), 1024L, resolver, dataStats,
                conf);
   
View Full Code Here

TOP

Related Classes of org.apache.hadoop.mapred.gridmix.GenerateData.DataStatistics

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.