Example usage for org.apache.hadoop.hdfs.web WebHdfsFileSystem subclass-usage

List of usage examples for org.apache.hadoop.hdfs.web WebHdfsFileSystem subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.hdfs.web WebHdfsFileSystem subclass-usage.

Usage

From source file gobblin.filesystem.InstrumentedWebHdfsFileSystem.java

/**
 * A {@link org.apache.hadoop.fs.FileSystem} that extends webHDFS 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-webhdfs" will automatically use this {@link org.apache.hadoop.fs.FileSystem} and work
 * transparently as any other HDFS file system.