org.apache.hadoop.fs
Class ProxyLocalFileSystem
java.lang.Object
FilterFileSystem
org.apache.hadoop.fs.ProxyLocalFileSystem
public class ProxyLocalFileSystem
- extends FilterFileSystem
A Proxy for LocalFileSystem
Serves uri's corresponding to 'pfile:///' namespace with using
a LocalFileSystem
Field Summary |
protected LocalFileSystem |
localFs
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
localFs
protected LocalFileSystem localFs
ProxyLocalFileSystem
public ProxyLocalFileSystem()
ProxyLocalFileSystem
public ProxyLocalFileSystem(FileSystem fs)
initialize
public void initialize(URI name,
Configuration conf)
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation