Example usage for org.apache.hadoop.fs.s3native NativeS3FileSystem NativeS3FileSystem

List of usage examples for org.apache.hadoop.fs.s3native NativeS3FileSystem NativeS3FileSystem

Introduction

In this page you can find the example usage for org.apache.hadoop.fs.s3native NativeS3FileSystem NativeS3FileSystem.

Prototype

public NativeS3FileSystem() 

Source Link

Usage

From source file:com.netflix.bdp.inviso.fs.S3DelegateFS.java

License:Apache License

public S3DelegateFS(URI uri, Configuration conf) throws IOException, URISyntaxException {
    super(uri, new NativeS3FileSystem(), conf, "s3", false);
}