List of usage examples for org.apache.hadoop.hdfs DistributedFileSystem subclass-usage
From source file ch.cern.db.hdfs.DistributedFileSystemMetadata.java
public class DistributedFileSystemMetadata extends DistributedFileSystem { private static final Logger LOG = Logger.getLogger(DistributedFileSystemMetadata.class); private static final int MAX_NUMBER_OF_LOCATIONS = 20000;
From source file ch.cern.db.hdfs.DistributedFileSystemMetadataTest.java
public class DistributedFileSystemMetadataTest extends DistributedFileSystem { private class TVolumeId implements VolumeId { String hex;
From source file gobblin.filesystem.InstrumentedHDFSFileSystem.java
/**
* A {@link org.apache.hadoop.fs.FileSystem} that extends HDFS and allows instrumentation of certain calls (for example,
* counting the number of calls to a certain method or measuring latency). For now it is just a skeleton.
*
* Using the scheme "instrumented-hdfs" will automatically use this {@link org.apache.hadoop.fs.FileSystem} and work
* transparently as any other HDFS file system.
From source file org.apache.falcon.hadoop.FileSystemExtension.java
/** * For testing library extensions. */ public class FileSystemExtension extends DistributedFileSystem { }
From source file org.apache.ignite.internal.processors.hadoop.fs.GridHadoopDistributedFileSystem.java
/** * Wrapper of HDFS for support of separated working directory. */ public class GridHadoopDistributedFileSystem extends DistributedFileSystem { /** User name for each thread. */ private final ThreadLocal<String> userName = new ThreadLocal<String>() {
From source file org.apache.ignite.internal.processors.hadoop.fs.HadoopDistributedFileSystem.java
/** * Wrapper of HDFS for support of separated working directory. */ public class HadoopDistributedFileSystem extends DistributedFileSystem { /** User name for each thread. */ private final ThreadLocal<String> userName = new ThreadLocal<String>() {
From source file org.gridgain.grid.kernal.processors.hadoop.fs.GridHadoopDistributedFileSystem.java
/** * Wrapper of HDFS for support of separated working directory. */ public class GridHadoopDistributedFileSystem extends DistributedFileSystem { /** User name for each thread. */ private final ThreadLocal<String> userName = new ThreadLocal<String>() {
From source file org.trustedanalytics.auth.gateway.hbase.integration.config.FakeFS.java
public class FakeFS extends DistributedFileSystem { private static String WORKING_DIR_PATH = System.getProperty("java.io.tmpdir"); public FakeFS() throws IOException { super();
From source file org.trustedanalytics.servicebroker.hbase.integration.config.FakeFS.java
public class FakeFS extends DistributedFileSystem { private static String WORKING_DIR_PATH = "/tmp"; public FakeFS() throws IOException { super();