Example usage for org.apache.hadoop.fs.local LocalConfigKeys getServerDefaults

List of usage examples for org.apache.hadoop.fs.local LocalConfigKeys getServerDefaults

Introduction

In this page you can find the example usage for org.apache.hadoop.fs.local LocalConfigKeys getServerDefaults.

Prototype

public static FsServerDefaults getServerDefaults() throws IOException 

Source Link

Usage

From source file:com.quantcast.qfs.hadoop.Qfs.java

License:Apache License

@Override
public FsServerDefaults getServerDefaults() throws IOException {
    return LocalConfigKeys.getServerDefaults();
}