Bhalala Mihirmihir4116.hashnode.dev·Nov 19, 2022Basic Hive CommandsCreate Database create database db_name; use db_name; Create Table Syntex create table table_name > ( ...Discuss·1 like·61 readsHivehive
Sivaraman Arumugamsivayuvi79.hashnode.dev·Oct 6, 2022Hive IntroductionWhy Hive? In Big Data ecosystem we have 3 main components, Distributed File System - Storage Layer Map Reduce - Processing Engine YARN - Resource Manager Before Hive we(Data folks) used Java as a scripting tool to interact with these components. Bu...Discuss·33 readsHivehive architecture