Bhalala Mihir
Tech Code

Tech Code

Follow
homesponserbadgesnewsletter
Tag

hive architecture

#hive-architecture

More content

Read more stories on Hashnode


Articles with this tag

Hive Concepts (SerDe,Partitions and Sort by vs Order by)

Nov 19, 20221 min read

🗂️ Hive SerDe SerDe is short for Serializer/Deserializer. Hive uses the SerDe interface for IO. The interface handles both serialization and...

Hive Concepts (SerDe,Partitions and Sort by vs Order by)

Basic Hive Commands

Nov 19, 20225 min read

Create Database create database db_name; use db_name; Create Table Syntex create table table_name ...

Basic Hive Commands