Hadoop HDFS File Write – Java Program Sankar Cheppali | August 10, 2016 In the previous we have seen how to read a file from HDFS. In this blog we will see how to write a file from local file system Read More
Java Getting started with Junit Sankar Cheppali | July 2, 2016 In this blog we will see how to setup unit testing for a java project. Fist create a java project and a simple class. I created a simple Read More