Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Apache Hadoop 3 Quick Start Guide

You're reading from  Apache Hadoop 3 Quick Start Guide

Product type Book
Published in Oct 2018
Publisher Packt
ISBN-13 9781788999830
Pages 220 pages
Edition 1st Edition
Languages
Author (1):
Hrishikesh Vijay Karambelkar Hrishikesh Vijay Karambelkar
Profile icon Hrishikesh Vijay Karambelkar

Table of Contents (10) Chapters

Preface Hadoop 3.0 - Background and Introduction Planning and Setting Up Hadoop Clusters Deep Dive into the Hadoop Distributed File System Developing MapReduce Applications Building Rich YARN Applications Monitoring and Administration of a Hadoop Cluster Demystifying Hadoop Ecosystem Components Advanced Topics in Apache Hadoop Other Books You May Enjoy

Advanced Hadoop data storage file formats

We have looked at different formats supported by HDFS in Chapter 3, Deep Dive into the Hadoop Distributed File System. We covered many formats including SequenceFile, Map File, and the Hadoop Archive format. We will look at more formats now. The reason why they are covered in this section is because these formats are not used by Apache Hadoop or HDFS directly; they are used by the ecosystem components. Before we get into the format, we must understand the difference between row-based and columnar-based databases because ORC and Parquet formats are columnar data storage formats. The difference is in the way the data gets stored in the storage device. A row-based database stores data in row format, whereas a columnar database stores it column by column. The following screenshot shows how the storage patterns differ between these types:

...
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 $15.99/month. Cancel anytime}