hive-architecture
Hive Architecture |
|---|
|
Hive is a Data Warehousing tool based on Hadoop Framework Highly scalable as it uses HDFS for storage and Map Reduce for processing Useful for SQL scripting rather than programming approach Provides great support for Analysts to run Adhoc queries, Data analysis & summarization Hive Trift Service - Hive server offers Trift service to connect Hive from different applications like JDBC/ODBC & other Trift clients(Eg. Beeline) Hive Architecture |
|
Hive clients - CLI, Trift client, JDBC/ODBC application, Web GUI(Ambari) CLI(Command Line Interface) aka Shell interface is the default service to invoke Hive Provides all supported operations through commands Trift Client - Trift clients like Beeline comes default with Hive, interacts with Hive like from CLIj |
Stages in execution
|
Comments
Post a Comment