Cloudera CCA Spark and Hadoop Developer Exam CCA175 Question # 18 Topic 2 Discussion

Cloudera CCA Spark and Hadoop Developer Exam CCA175 Question # 18 Topic 2 Discussion

CCA175 Exam Topic 2 Question 18 Discussion:
Question #: 18
Topic #: 2

Problem Scenario 11 : 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 following.

1. Import departments table in a directory called departments.

2. Once import is done, please insert following 5 records in departments mysql table.

Insert into departments(10, physics);

Insert into departments(11, Chemistry);

Insert into departments(12, Maths);

Insert into departments(13, Science);

Insert into departments(14, Engineering);

3. Now import only new inserted records and append to existring directory . which has been created in first step.


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.