Hadoop Real-World Solutions Cookbook - Second Edition by Tanmay Deshpande
Author:Tanmay Deshpande [Deshpande, Tanmay]
Language: eng
Format: azw3, mobi, epub
Publisher: Packt Publishing
Published: 2016-03-31T04:00:00+00:00
Total MapReduce CPU Time Spent: 1 seconds 700 msec OK 1 Tanmay 3500.0 101 101 Engineering 2 Sneha 5599.0 101 101 Engineering 3 Avinash 6700.0 102 102 HR 4 Manisha 6400.0 103 103 Finance 5 Sakalya 3200.0 102 102 HR Time taken: 17.748 seconds, Fetched: 5 row(s)
The preceding execution shows that Hive informs you when it has converted this join into a map side join.
How it works...
Map side joins are performed when we have one small table and a very big table join. While executing, Hive reads the small table completely into memory and writes this table to a hash table. This hash table is referenced by each mapper to join the bigger table. By getting one table in its memory, Hive has fewer disk I/O operations, and this means less time to get records. There are limits that are set in the Hive configurations that decide whether the table is small or not. The hive.auto.convert.join.noconditionaltask and hive.auto.convert.join.noconditionaltask.size configurations decide the auto conversion of joins and the size of the table that can fit into the memory.
Download
Hadoop Real-World Solutions Cookbook - Second Edition by Tanmay Deshpande.mobi
Hadoop Real-World Solutions Cookbook - Second Edition by Tanmay Deshpande.epub
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8304)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6762)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6737)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6622)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6407)
Driving Data Quality with Data Contracts by Andrew Jones(6347)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6112)
Learning SQL by Alan Beaulieu(5999)
Weapons of Math Destruction by Cathy O'Neil(5785)
Big Data Analysis with Python by Ivan Marin(5372)
Data Engineering with dbt by Roberto Zagni(4376)
Solidity Programming Essentials by Ritesh Modi(4024)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3885)
Pandas Cookbook by Theodore Petrou(3589)
Blockchain Basics by Daniel Drescher(3301)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2911)
Feature Store for Machine Learning by Jayanth Kumar M J(2816)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2799)
Mastering Python for Finance by Unknown(2745)
