You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Hadoop is Everywhere?](03-AdvancedSkills.md#hadoop-is-everywhere)
22
-
-[Should You Learn Hadoop?](03-AdvancedSkills.md#should-you-learn-hadoop)
23
-
-[How to Select Hadoop Cluster Hardware](03-AdvancedSkills.md#how-to-select-hadoop-cluster-hardware)
24
17
-[Connect](03-AdvancedSkills.md#connect)
25
18
-[REST APIs](03-AdvancedSkills.md#rest-apis)
26
19
-[API Design](03-AdvancedSkills.md#api-design)
@@ -340,150 +333,6 @@ If you don't need it it's making absolutely no sense at all!
340
333
On the other side: If you really need big data tools they will save your
341
334
ass :)
342
335
343
-
## Hadoop Platforms
344
-
345
-
When people talk about big data, one of the first things come to mind is
346
-
Hadoop. Google's search for Hadoop returns about 28 million results.
347
-
348
-
It seems like you need Hadoop to do big data. Today I am going to shed
349
-
light onto why Hadoop is so trendy.
350
-
351
-
You will see that Hadoop has evolved from a platform into an ecosystem.
352
-
Its design allows a lot of Apache projects and 3rd party tools to
353
-
benefit from Hadoop.
354
-
355
-
I will conclude with my opinion on, if you need to learn Hadoop and if
356
-
Hadoop is the right technology for everybody.
357
-
358
-
### What is Hadoop
359
-
360
-
Hadoop is a platform for distributed storing and analyzing of very large
361
-
data sets.
362
-
363
-
Hadoop has four main modules: Hadoop common, HDFS, MapReduce and YARN.
364
-
The way these modules are woven together is what makes Hadoop so
365
-
successful.
366
-
367
-
The Hadoop common libraries and functions are working in the background.
368
-
That's why I will not go further into them. They are mainly there to
369
-
support Hadoop's modules.
370
-
371
-
| Podcast Episode: #060 What Is Hadoop And Is Hadoop Still Relevant In 2019?
372
-
|------------------|
373
-
|An introduction into Hadoop HDFS, YARN and MapReduce. Yes, Hadoop is still relevant in 2019 even if you look into serverless tools.
374
-
|[Watch on YouTube](https://youtu.be/8AWaht3YQgo) \ [Listen on Anchor](https://anchor.fm/andreaskayy/episodes/060-What-Is-Hadoop-And-Is-Hadoop-Still-Relevant-In-2019-e45ijp)|
375
-
376
-
377
-
### What makes Hadoop so popular?
378
-
379
-
Storing and analyzing data as large as you want is nice. But what makes
380
-
Hadoop so popular?
381
-
382
-
Hadoop's core functionality is the driver of Hadoop's adoption. Many
383
-
Apache side projects use it's core functions.
384
-
385
-
Because of all those side projects Hadoop has turned more into an
386
-
ecosystem. An ecosystem for storing and processing big data.
387
-
388
-
To better visualize this eco system I have drawn you the following
389
-
graphic. It shows some projects of the Hadoop ecosystem who are closely
390
-
connected with the Hadoop.
391
-
392
-
It is not a complete list. There are many more tools that even I don't
393
-
know. Maybe I am drawing a complete map in the future.
0 commit comments