MapReduce
-
Software Development
MapReduce Questions and Answers Part 2
4 Inverting Indexing for Text Retrieval The chapter contains a lot of details about integer numbers encoding and compression. Since…
Read More » -
Software Development
MapReduce Questions and Answers Part 1
With all the hype and buzz surrounding NoSQL, I decided to have a look at it. I quickly found that…
Read More » -
Software Development
MapReduce for dummies
Continuing the coverage on Hadoop component, we will go through the MapReduce component. MapReduce is a concept that has been…
Read More » -
Software Development
Joins with Map Reduce
I have been reading on Join implementations available for Hadoop for past few days. In this post I recap some…
Read More » -
Enterprise Java
Word Count MapReduce with Akka
In my ongoing workings with Akka, i recently wrote an Word count map reduce example. This example implements the Map…
Read More » -
Software Development
A SMALL cross-section of BIG Data
Big data is a term applied to data sets whose size is beyond the ability of commonly used software tools…
Read More » -
Enterprise Java
Big Data analytics with Hive and iReport
Each J.J. Abrams’ TV series Person of Interest episode starts with the following narration from Mr. Finch one of the…
Read More » -
Enterprise Java
Hadoop: A Soft Introduction
What is Hadoop: Hadoop is a framework written in Java for running applications on large clusters of commodity hardware and…
Read More » -
Enterprise Java
MapReduce: A Soft Introduction
MapReduce is a parallel programming technique made popular by Google. It is used for processing very large amounts of data.…
Read More »