Your customer needs to move data from Hive to the Oracle database but does have any connectors purchased.
What is another architectural choice that the customer can make?
Correct Answer: A
Explanation/Reference:
Sqoop is a tool designed to transfer data between Hadoop and relational database servers. It is used to import data from relational databases such as MySQL, Oracle to Hadoop HDFS, and export from Hadoop file system to relational databases.
Incorrect Answers:
B: Apache Sentry is an authorization module for Hadoop that provides the granular, role-based authorization required to provide precise levels of access to the right users and applications.
C: Apache Pig is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs.
References: https://www.tutorialspoint.com/sqoop/