Hive data models represent August 17, 2021August 17, 2021 administrator Hive data models representDirectories in HDFSExcellent ! Your Answer is Correct. Table in HDFSTable 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 absent but can be accessedExcellent ! Your Answer is Correct. Physically present and can be accessedPhysically absent and can’t be accessedPhysically present but can’t be accessed
On dropping external tables, Hive: August 17, 2021August 17, 2021 administrator On dropping external tables, Hive:Retains data, but deletes metadataExcellent ! Your Answer is Correct. Retains metadata, but deletes dataDrops both, data and metadataRetains both, data and metadata
On dropping managed tables, Hive: August 17, 2021August 17, 2021 administrator On dropping managed tables, Hive:Drops both, data and metadataExcellent ! Your Answer is Correct. Retains data, but deletes metadataRetains metadata, but deletes dataRetains both, data and metadata
Hive managed tables stores the data in August 17, 2021August 17, 2021 administrator Hive managed tables stores the data inHDFS warehouse pathExcellent ! Your Answer is Correct. Any HDFS pathLocal Linux pathNone of the Option is Correct
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. Local File systemHDFS File systemOutput of a Pig Job
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. Are useful for enterprise wide dataCan load the data only from local file systemCan load the data only from HDFS
Hive queries response time is in order of August 17, 2021August 17, 2021 administrator Hive queries response time is in order ofSeconds at leastExcellent ! Your Answer is Correct. Minutes at leastHours at leastMilliseconds 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