Trang chủ Professional Data Engineer 317 / 343
Quay lại bộ đề
Question #317 Topic 1
Your data science team needs to perform interactive SQL queries on large datasets stored in Apache Parquet format within a Cloud Storage bucket. The team is familiar with Apache Hive and wants to leverage existing HiveQL queries. You need to provide an environment for the team to run their interactive HiveQL queries directly against the data in Cloud Storage. You want to keep operational overhead to a minimum. What should you do?
A
Install and configure an Apache Hadoop and Hive cluster manually on a group of Compute Engine instances.
B
Load the Parquet data into a BigQuery native table and use the BigQuery Connector for Hive to run the queries.
C
Configure BigQuery with an external table definition pointing to the Parquet files.
D
Deploy a Dataproc cluster with Hive services enabled.