Top 200 Data Engineer Interview Questions & Answers by Knowledge Powerhouse
Author:Knowledge Powerhouse [Powerhouse, Knowledge]
Language: eng
Format: epub
Published: 2017-03-19T07:00:00+00:00
E.g. CREATE TABLE tableName (column1 STRING, column2 STRING) SKEWED BY (column1) on (‘value1’)
During queries, we get better performance in Hive with SKEWED tables.
90. What is the use of CLUSTERED BY clause during table creation in Hive?
CLUSTERED BY in Hive is same as DISTRIBUTE BY and SORT BY. When we specify CLUSTERED BY, it will first distribute the data into different reducers by using a Hash. Once data is distributed, it will sort the data.
We have to specify CLUSTERED BY clause during table creation. But it is useful in querying of data in Hive.
Download
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.
Access | Data Mining |
Data Modeling & Design | Data Processing |
Data Warehousing | MySQL |
Oracle | Other Databases |
Relational Databases | SQL |
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8261)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6420)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6380)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6270)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6044)
Driving Data Quality with Data Contracts by Andrew Jones(6007)
Learning SQL by Alan Beaulieu(5964)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(5776)
Weapons of Math Destruction by Cathy O'Neil(5725)
Big Data Analysis with Python by Ivan Marin(5182)
Data Engineering with dbt by Roberto Zagni(4207)
Solidity Programming Essentials by Ritesh Modi(3845)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3695)
Pandas Cookbook by Theodore Petrou(3414)
Blockchain Basics by Daniel Drescher(3277)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2889)
Feature Store for Machine Learning by Jayanth Kumar M J(2800)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2782)
Mastering Python for Finance by Unknown(2734)
