| Exam Code/Number: | 1z1-449Join the discussion |
| Exam Name: | Oracle Big Data 2017 Implementation Essentials |
| Certification: | Oracle |
| Question Number: | 72 |
| Publish Date: | May 30, 2026 |
|
Rating
100%
|
|
Your customer needs the data that is generated from social media such as Facebook and
Twitter, and the customer's website to be consumed and sent to an HDFS directory for analysis by the marketing team.
Identify the architecture that you should configure.
Your customer's Hadoop cluster displays an error while running a MapReduce task by using Yarn. The error states that a container could not be created.
Which resource in Yarn creates containers?
Your customer receives data in JSON format.
Which option should you use to load this data into Hive tables?
Your customer is setting up an external table to provide read access to the Hive table to
Oracle Database.
What does hdfs:/user/scott/data refer to in the external table definition for the Oracle SQL
Connector for HDFS?
What are two reasons that a MapReduce job is not run when the following command is executed in Hive? (Choose two.) hive> create view v_consolidated_credit_products as select hcd.customer_id, hcd.credit_card_limits, hcd.credit_balance, hmda.n_mortgages, hmda.mortgage_amount from mortgages_department_agg hmda join credit_department hcd on hcd.customer_id=hmda.customer_id;
OK
Time taken: 0.316 seconds