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
Hadoop Hadoop Serialization Sankar Cheppali | August 3, 2016 Hadoop does not use the default java serialization framework for performance reasons. It has it’s own serialization format writables , which is fast and compact but not interoperable. For that hadoop Read More
Hadoop Hadoop – Text file to Sequence File Sankar Cheppali | August 1, 2016 Hadoop Supports many input/output file formats. In this blog we will see how to read a text file and we will save the results in Sequence file format. 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