Package edu.eltech.generator

Examples of edu.eltech.generator.FileGenerator


        }

        /* set up environment (only for testing - not suitable for Amazon) */
        if (isTestRun) {
            /* generate data beforehand - in Amazon it will be saved to S3 */
            FileGenerator fileGenerator = new FileGenerator();
            fileGenerator.generateData(inputPath, 100, 10000);

            /* clear the output folder so that Hadoop would not cuss */
            FileGenerator.removeFolder(outputPath);
        }
        long start = System.currentTimeMillis();
View Full Code Here

TOP

Related Classes of edu.eltech.generator.FileGenerator

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.