Package com.quantcast.qfs.hadoop

Examples of com.quantcast.qfs.hadoop.QuantcastFileSystem


  @Override
  protected void setUp() throws IOException {
    Configuration conf = new Configuration();

    qfsEmul = new QFSEmulationImpl(conf);
    quantcastFileSystem = new QuantcastFileSystem(qfsEmul, null);
    // a dummy URI; we are not connecting to any setup here
    quantcastFileSystem.initialize(URI.create("qfs:///"), conf);
    baseDir = new Path(System.getProperty("test.build.data", "/tmp" ) +
                                          "/qfs-test");
  }
View Full Code Here

TOP

Related Classes of com.quantcast.qfs.hadoop.QuantcastFileSystem

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.