Development Idea
Development Idea
According to the previous scenario description, the following provides the basic operations for HDFS files with read, write, and delete operations on the /user/hdfs-examples/test.txt file as an example:
- Pass the security certification.
- Create a FileSystem object: fSystem.
- Call the mkdir interface in fSystem to create a directory.
- Call the create interface in fSystem to create an FSDataOutputStream object: out. Use the write method to write data into the object out.
- Call the append interface in fSystem to create an FSDataOutputStream object: out. Use the write method to append data into the object out.
- Call the open interface in fSystem to create an FSDataInputStream object: in. Use the read method to read files of the object in.
- Call the delete interface in fSystem to delete the file.
- Call the delete interface in fSystem to delete the folder.
Last Article: Scenario
Next Article: Declare the Example Codes
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.