1.What is Hive Shell ?
The shell is the primary way that we will interact with hive by using hiveql commands.In other words shell is nothing but a prompt which is used to enter the Hiveql commands for interacting the Hive shell
2.How we can enter into Hive shell from normal terminal ?
just by entering the hive command like ‘bin/hive’
3.How we can check the hive shell is working or not ?
After entered into hive shell just enter another Hiveql command like ‘show databases;’
Is it necessary to add semi colon (;) at end of the Hiveql commands ?
Yes,We have to add semicolon (;) at end of the Hiveql every command.
The shell is the primary way that we will interact with hive by using hiveql commands.In other words shell is nothing but a prompt which is used to enter the Hiveql commands for interacting the Hive shell
2.How we can enter into Hive shell from normal terminal ?
just by entering the hive command like ‘bin/hive’
3.How we can check the hive shell is working or not ?
After entered into hive shell just enter another Hiveql command like ‘show databases;’
Is it necessary to add semi colon (;) at end of the Hiveql commands ?
Yes,We have to add semicolon (;) at end of the Hiveql every command.