Hive data models represent August 17, 2021August 17, 2021 administrator Hive data models representTable in HDFSDirectories in HDFSExcellent ! Your Answer is Correct. Table in Metastore DBNone of the Option is Correct
The partitioned columns in Hive tables are August 17, 2021August 17, 2021 administrator The partitioned columns in Hive tables arePhysically present but can’t be accessedPhysically absent but can be accessedExcellent ! Your Answer is Correct. Physically present and can be accessedPhysically absent and can’t be accessed
On dropping external tables, Hive: August 17, 2021August 17, 2021 administrator On dropping external tables, Hive:Drops both, data and metadataRetains both, data and metadataRetains data, but deletes metadataExcellent ! Your Answer is Correct. Retains metadata, but deletes data
On dropping managed tables, Hive: August 17, 2021August 17, 2021 administrator On dropping managed tables, Hive:Retains both, data and metadataRetains metadata, but deletes dataDrops both, data and metadataExcellent ! Your Answer is Correct. Retains data, but deletes metadata
Hive managed tables stores the data in August 17, 2021August 17, 2021 administrator Hive managed tables stores the data inAny HDFS pathHDFS warehouse pathExcellent ! Your Answer is Correct. None of the Option is CorrectLocal Linux path
Hive can load the data from: August 17, 2021August 17, 2021 administrator Hive can load the data from:All Options are CorrectExcellent ! Your Answer is Correct. HDFS File systemOutput of a Pig JobLocal File system
Partitioned tables in Hive: August 17, 2021August 17, 2021 administrator Partitioned tables in Hive:All Options are CorrectExcellent ! Your Answer is Correct. Are aimed to increase the performance of the queriesModify the underlying HDFS structureAre not useful if the filter columns for query are different from the partition columns
Managed tables in Hive: August 17, 2021August 17, 2021 administrator Managed tables in Hive:Are Managed by Hive for their data and metadataExcellent ! Your Answer is Correct. Can load the data only from HDFSCan load the data only from local file systemAre useful for enterprise wide data
Hive queries response time is in order of August 17, 2021August 17, 2021 administrator Hive queries response time is in order ofMilliseconds at leastSeconds at leastExcellent ! Your Answer is Correct. Hours at leastMinutes at least
Which of the following is the highest level of Data Model in Hive? August 17, 2021August 17, 2021 administrator Which of the following is the highest level of Data Model in Hive? DatabaseExcellent ! Your Answer is Correct. ViewTablePartitions