Rajat Srivastavaalgowithrajat.hashnode.dev·Oct 10, 2024Hadoop FrameworkIntroduction What is Hadoop ? With the rise of Big Data, there was need of some sort of framework was required to manage it. Hadoop was, one such, framework which was created by Doug Cutting and Mike Cafarella in 2005. Hadoop was developed to solve...DiscussHadoop framework
Vikas Dubeyvickonfire.hashnode.dev·Oct 3, 2024Data Is The New Oil!Hello everyone! I know I may not seem very interesting, and as an introvert, I doubt many will follow me. But let’s look at the bigger picture: we live in a world of 7 billion people, 90% of whom are in the digital era, generating petabytes of data e...Discuss·38 readsbig data
yugal kishoreyugalkishore.hashnode.dev·Aug 8, 2024PageRank using mapreduce on hadoopThis is a guide to making page-rank project using hadoop for data analysis, you can also use this as a cloud computing project To see how to install hadoop you can refer Code With Arjun’s guide: https://codewitharjun.medium.com/install-hadoop-on-ub...Discuss·2 likes·36 readshadoop
Adewole Caleb Erioluwacaleberioluwa.hashnode.dev·Jul 20, 2024Map Reduce - Practical ApproachPrerequisite: A basic understanding of message passing and some familiarity with Golang (optional but not essential) Mic check !!! 0 1 2. An intense one. Yeah I started on a funny index 😅, I hoped I could write this sooner but I have been busy with...Discuss·11 likes·31 readsgolang
Sandeepa Bandara Thennakoonosga.hashnode.dev·Jun 6, 2024What is Hadoop ?🤔If You Interested In Big Data analytic Field You Definitely Know This Framework ! Ok Let's See What is Hadoop & How It Works With Big Data analytic Hadoop is an open-source framework that allows for the distributed processing of large data sets acros...Discuss·18 likesbig data analytics
Vishesh Raghuvanshivisheshraghuvanshi.hashnode.dev·May 24, 2024Cloud Computing - 3Data in the Cloud Data in the cloud refers to storing, managing, and accessing data over the internet through cloud computing platforms. Cloud computing offers a flexible, scalable, and cost-effective solution for handling data, reducing the need for...Discuss·6 likes·61 readsdynamo
Leonardo Luís Dalcegioleodalcegio.dev·Apr 6, 2024A Comprehensive Guide to MapReduce: Distributed Data ProcessingIn this article, I will explore the MapReduce programming model introduced on Google's paper, MapReduce: Simplified Data Processing on Large Clusters. I hope you will understand how it works, its importance and some of the trade offs that Google made...Discuss·167 readsdistributed system
Binal Weerasenabinalweerasena.hashnode.dev·Jan 19, 2024Map Reduce: Framework for Big DataThe Problem with Data Storage and Analysis In a previous article, we discussed What is Big Data? and how big data actually can be. With the 3V's concept, we understood the key parameters of big data which is the volume, velocity, and variety. The hug...Discuss·1 likebig data
Pratyushatechnodiary.hashnode.dev·Dec 23, 2023Exploring MapReduce: A Crucial Element in Distributed ComputingMapReduce stands out as a Java-based program model and processing technique designed for distributed computing. It is a fundamental component of the Hadoop framework, along with Hadoop File System (HDFS) and YARN. Its potency lies in processing exten...DiscussCloud Focused Big Data Seriesmapreduce
Arnab Senarnabsen.dev·Sep 30, 2023Understanding MapReduceMapReduce is a programming paradigm that helps us perform large-scale computation across computing clusters. DISCLAIMER: In this blog, I will take a very simple overview of this topic. If this blog actually spikes your interest and you want to delve...Discuss·35 likes·346 readsTutorial