昨天看到了AbstractFileSystem,也知道应用访问文件是通过FileContext这个类,今天来看这个类的源代码,先看下这个类老长的注释说明 /** * The FileContext class provides an interface to the application writer for * using the Hadoop file system. * It provides a set of methods for the usual operation: creat…