AskKrishna
Search This Blog
May 23, 2015
Hive: Hive Commands
How to invoke Hive
hive
How to exit from Hive
quit;
List all databases present in Hive
show databases;
Execute commands in a database
use database_name;
List all tables present in a database
show tables
How to view table structure
describe table_name;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment