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

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

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

Problem Scenario 80 : You have been given MySQL DB with following details.

user=retail_dba

password=cloudera

database=retail_db

table=retail_db.products

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

Columns of products table : (product_id | product_category_id | product_name | product_description | product_price | product_image )

Please accomplish following activities.

1. Copy "retaildb.products" table to hdfs in a directory p93_products

2. Now sort the products data sorted by product price per category, use productcategoryid colunm to group by category


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.