Cloudera CCA Spark and Hadoop Developer Exam CCA175 Question # 21 Topic 3 Discussion

Cloudera CCA Spark and Hadoop Developer Exam CCA175 Question # 21 Topic 3 Discussion

CCA175 Exam Topic 3 Question 21 Discussion:
Question #: 21
Topic #: 3

Problem Scenario 16 : You have been given following mysql database details as well as other info.

user=retail_dba

password=cloudera

database=retail_db

jdbc URL = jdbc:mysql://quickstart:3306/retail_db

Please accomplish below assignment.

1. Create a table in hive as below.

create table departments_hive(department_id int, department_name string);

2. Now import data from mysql table departments to this hive table. Please make sure that data should be visible using below hive command, select" from departments_hive


Get Premium CCA175 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.