
Ultimate access to all questions.
You are tasked with integrating an AWS Glue Data Catalog with an existing Apache Hive metastore. Describe the steps you would take to ensure that the data catalog is accurately populated with the metadata from the Hive metastore, and how you would handle schema evolution over time.
A
Directly import the Hive metastore into AWS Glue without any modifications.
B
Use AWS Glue crawlers to scan the Hive metastore and update the AWS Glue Data Catalog accordingly.
C
Manually enter metadata into the AWS Glue Data Catalog from the Hive metastore.
D
Migrate the Hive metastore to AWS Glue Data Catalog and set up periodic crawlers to handle schema changes.