INTRODUCTION FOR MAP REDUCE
Hadoop had two main indispensable components HDFS and Map Reduce. About Hadoop eco system and HDFS, we already discussed in another blog with detailed explanation if you are not gone through, check out those blogs (hdfsblog-coming soon, hadoopecosystem-coming soon). It will be helpful to understand more about Hadoop Technology. HDFS is the distributed file system for Hadoop and map reduce is distributed processing engine where can we do cleansing, transformation etc…. TechnicalTerms You need to Know Before stepping into Big Data Processing Map Reduce does : It is basically a distributed processing engine with batch processing technique. Mostly used for data processing. Programming language map reduce supports: Java, Python, C++, Ruby, Perl are some major languages supported by map reduce. by default, java. java will give better performance than any other language in map reduce. Advantages of map reduce: it is parallel processing ...