Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hadoop Blueprints

You're reading from   Hadoop Blueprints Use Hadoop to solve business problems by learning from a rich set of real-life case studies

Arrow left icon
Product type Paperback
Published in Sep 2016
Publisher Packt
ISBN-13 9781783980307
Length 316 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (3):
Arrow left icon
Sudheesh Narayan Sudheesh Narayan
Author Profile Icon Sudheesh Narayan
Sudheesh Narayan
Tanmay Deshpande Tanmay Deshpande
Author Profile Icon Tanmay Deshpande
Tanmay Deshpande
Anurag Shrivastava Anurag Shrivastava
Author Profile Icon Anurag Shrivastava
Anurag Shrivastava
Arrow right icon
View More author details
Toc

Table of Contents (9) Chapters Close

Preface 1. Hadoop and Big Data 2. A 360-Degree View of the Customer FREE CHAPTER 3. Building a Fraud Detection System 4. Marketing Campaign Planning 5. Churn Detection 6. Analyze Sensor Data Using Hadoop 7. Building a Data Lake 8. Future Directions

Technology stack


For the preceding solution, we would need to use various technologies. The details are as follows.

Kafka

Kafka is a publish-subscribe messaging service. It is distributed, reliable, durable, fast, and scalable by design. It gives us the ability to create topics and publish messages to them. We can then define the subscribers to these topics in order to start consuming these messages. More on Kafka at http://kafka.apache.org/.

Flume

Flume is a reliable, distributed system, designed to effectively collect and aggregate data from various systems. In our solution, we are going to use Flume to get data from Kafka and write it to HDFS and Open TSDB simultaneously. More on Flume at http://flume.apache.org/. We will be learning more about Flume in the next chapter.

HDFS

Hadoop Distributed File System (HDFS) is a reliable, distributed file storage system for effective data analytics. We have already explored this in earlier chapters.

Hive

Hive is an SQL dialect of Hadoop. The data stored...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime