Choose a topic to test your knowledge and improve your Hive skills
The results of a hive query can be stored as Local File HDFS file Both the above
If the database contains some tables then it can be forced to drop without dropping the tables by using the keyword
Users can pass configuration information to the SerDe using
The property set to run hive in local mode as true so that it runs without creating a mapreduce job is
Which kind of keys(CONSTRAINTS) Hive can have?
What is the disadvantage of using too many partitions in Hive tables?
The default delimiter in hive to separate the element in STRUCT is
By default when a database is dropped in Hive
The main advantage of creating table partition is
If the schema of the table does not match with the data types present in the file containing the table then Hive
A view in Hive can be seen by using
If an Index is dropped then
Which file controls the logging of Mapreduce Tasks?
hive-exec-log4j.properties
To see the partitions keys present in a Hive table the command used is
For optimizing join of three tables, the largest sized tables should be placed as
Which of the following hint is used to optimize the join queries
Calling a unix bash script inside a Hive Query is an example of
Hive uses _________ for logging.
HiveServer2 introduced in Hive 0.11 has a new CLI called
In which mode HiveServer2 only accepts valid Thrift calls.
Which of the following data type is supported by Hive?
Which of the following is not a complex data type in Hive?
Each database created in hive is stored as
When a partition is archived in Hive it
When a Hive query joins 3 tables, How many mapreduce jobs will be started?
The reverse() function reverses a string passed to it in a Hive query. This is an example of
Hive can be accessed remotely by using programs written in C++, Ruby etc, over a single port. This is achieved by using
The thrift service component in hive is used for
The query โSHOW DATABASE LIKE โh.*โ ; gives the output with database name
The tables created in hive are stored as
Using the ALTER DATABASE command in an database you can change the
In Hive you can copy
The drawback of managed tables in hive is
On dropping a managed table
On dropping a external table
The 2 default TBLPROPERTIES added by hive when a hive table is created is
The partition of an Indexed table is dropped. then,
Which of the following query displays the name of the database, the root location on the file system and comments if any.
Which of the following is the join in Hive?
How to change the column data type in Hive
Which of the following is the data types in Hive
Which of the following is the Key components of Hive Architecture
Which of the following is the commonly used Hive services
Point out the correct statement
Which of the following is used to analyse data stored in Hadoop cluster using SQL like query