SIVARAMAN AforSIVARAMAN A's blogsivayuvi79.hashnode.net·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...DiscussHivehive architecture
Bhalala MihirforTech Codemihir4116.hashnode.net·Nov 19, 2022Hive Introduction And ArchitectureWhat is Hive ? Hive is built on top of Apache Hadoop, which is an open-source framework used to efficiently store and process large datasets. As a result, Hive is closely integrated with Hadoop, and is designed to work quickly on petabytes of data. W...Discuss·57 readsHivehive series
Bhalala MihirforTech Codemihir4116.hashnode.net·Nov 19, 2022Basic Hive CommandsCreate Database create database db_name; use db_name; Create Table Syntex create table table_name > ( ...Discuss·33 readsHivehive
Bhalala MihirforTech Codemihir4116.hashnode.net·Nov 19, 2022Basic Hive CommandsCreate Database create database db_name; use db_name; Create Table Syntex create table table_name > ( ...Discuss·33 readsHivehive
Bhalala MihirforTech Codemihir4116.hashnode.net·Nov 19, 2022Hive Introduction And ArchitectureWhat is Hive ? Hive is built on top of Apache Hadoop, which is an open-source framework used to efficiently store and process large datasets. As a result, Hive is closely integrated with Hadoop, and is designed to work quickly on petabytes of data. W...Discuss·57 readsHivehive series
SIVARAMAN AforSIVARAMAN A's blogsivayuvi79.hashnode.net·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...DiscussHivehive architecture