
Using FileSystem API to read and write data to HDFS
By Ravi Karamsetty | August 27, 2014 |
Reading data from and writing data to Hadoop Distributed File System (HDFS) can be done in a lot of ways. Now let us start by using the FileSystem API to create and write to a file in HDFS, followed by an application to read a file from HDFS and write it back to the local … Continue reading “Using FileSystem API to read and write data to HDFS”
Read More