List of usage examples for org.apache.hadoop.fs.local LocalConfigKeys getServerDefaults
public static FsServerDefaults getServerDefaults() throws IOException
From source file:com.quantcast.qfs.hadoop.Qfs.java
License:Apache License
@Override public FsServerDefaults getServerDefaults() throws IOException { return LocalConfigKeys.getServerDefaults(); }