FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

BASICS OF BIG DATA

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Select two true statements below which apply to Hive.
A
Hive requires structured data.
B
Hive can run on commodity hardware in a distributed fashion.
C
Hive requires high-end server hardware in order to scale.
D
Hive queries use SQL.
E
Hive has the ability to handle unstructured, semi-structured, and structured data.
Explanation: 

Detailed explanation-1: -Hive is the replica of relational management tables. That means it stores structured data. However, Hive can also store unstructured data. Hive firstly loads the unstructured data from HDFS, creates a structure around it, and loads the data.

Detailed explanation-2: -Hadoop has the ability to process and store all variety of data whether it is structured, semi-structured or unstructured.

Detailed explanation-3: -Which of the following is/are INCORRECT with respect to Hive? B. Hive needs a relational database like oracle to perform query operations and store data. Explanation: Hive needs a relational database like oracle to perform query operations and store data is incorrect with respect to Hive.

There is 1 question to complete.