Mastering Hadoop 3
上QQ阅读APP看书,第一时间看更新

HDFS common interfaces

In this section, we will dig into the HDFS Java interfaces and APIs that can be used to interact with the HDFS File System. We will also to focus on the method implementation of FileSystem classes so that you can understand how to write your own implementation if needed. This will also help you when you test your program against certain test cases.