Hadoop : A wordcount without explicit mapper/reducer
So I was trying out my first hadoop program and I was little wary of writing mapper and reducer. But I still wanted to write the program to give me the word count for all words in the input files So I...
View ArticleHadoop : WordCount with Custom Mapper and Reducer
So here is the next article in series. In the last post we learnt how to write wordcount without using explicit custom mappers or reducers. You can find the post here Today we will go a step ahead and...
View ArticleHadoop : WordCount with Custom Record Reader of TextInputFormat
So far in the series of articles we have seen how to create a mapreduce program without writing explicit mapper or reducer also in the second part we wrote the wordcount with our own custom mapper and...
View ArticleSqoop : Hadoop : Importing data from RDBMS to HDFS
In this article we will go through a very important technique – importing data from SQL table to HDFS. We will do so on a sample database say ‘bigdata’ and a sample table say ‘employee’ containing...
View ArticleSqoop : Hadoop : Other Sqoop capabilities explored
In the last article Sqoop : Hadoop : Importing data from RDBMS to HDFS we explored basic feature of importing the data in HDFS using Sqoop. In this article we will try to explore other very important...
View ArticleHadoop : Getting started with Hadoop and Mapreduce
Author of the Article – Varad Meru – A power packed Hadoop Developer also comes a with a strong experience on Mahout and Recommender systems Studying Hadoop or MapReduce can be a daunting task if you...
View ArticleParallel Computing Solutions to Maze Traversal Problems Using Hadoop Mapreduce
( This was a research paper that we submitted to ICAPADS-2012 an IEEE – Institute of High performance distributed computing conference ) (Authors : Shantanu Deo, Sricharan R, Pradeep Thammaneni,...
View ArticleIntroduction to Big Data and HDFS
Agenda : Understanding Big Data. Strategies to handle big data. The Apache Hadoop Project Hadoop performance and data scale facts Hadoop HDFS Hadoop Map Reduce ( Next Post ) Role of NoSQL Databases(...
View ArticleHadoop Map Reduce Introduction and Internal Data flow
Agenda : What is Map Reduce Input – Output Data Types Usefulness and Applicability Execution Overview Map Reduce Example Word Count using Map reduce Other Features What’s not in Scope ? Hadoop Coding...
View ArticleInstalling Hadoop on a Single Node Cluster – A Walkthrough
This article attempts to give a step by step walk through for creating a single Node Hadoop Cluster. It is an hands on tutorial so that even a novice user can follow the steps and create the Hadoop...
View Article