Tag: Java
Hadoop
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
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