Example usage for org.apache.hadoop.fs.contract AbstractFSContract subclass-usage

List of usage examples for org.apache.hadoop.fs.contract AbstractFSContract subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.fs.contract AbstractFSContract subclass-usage.

Usage

From source file alluxio.client.hadoop.contract.FileSystemContract.java

/**
 * This class provides an implementation of {@link AbstractFSContract} using {@link FileSystem}.
 * This will be used to run Hadoop Contract tests which verify the
 * {@link alluxio.hadoop.AbstractFileSystem} interface. More information can be found here:
 * http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/filesystem/testing.html
 */

From source file alluxio.hadoop.contract.FileSystemContract.java

/**
 * This class provides an implementation of {@link AbstractFSContract} using {@link FileSystem}.
 * This will be used to run Hadoop Contract tests which verify the
 * {@link alluxio.hadoop.AbstractFileSystem} interface. More information can be found here:
 * http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/filesystem/testing.html
 */

From source file com.google.cloud.hadoop.fs.gcs.contract.InMemoryGoogleContract.java

/**
 * Contract of GoogleHadoopFileSystem via scheme "gs" based on an in-memory fake of the GCS
 * service.
 */
public class InMemoryGoogleContract extends AbstractFSContract {
    public static final String CONTRACT_XML = "contract/gs.xml";

From source file tachyon.hadoop.contract.TachyonFSContract.java

/**
 * This class provides an implementation of AbstractFSContract using tachyon.hadoop.TFS. This
 * will be used to run Hadoop Contract tests which verify the AbstractTFS interface.
 * More information can be found here:
 * http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/filesystem/testing.html
 */