- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
HDPCD Spark Exam Coding
- Labels:
-
Apache Spark
Created 05-25-2017 02:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are we supposed to just write the scala code that will run in spark shell or do we need to create object/class and define SparkContext, SQLContext etc.
Created 05-25-2017 03:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The former. You are expected to write the code to run in the Spark shell.
Also, take a look at this link with other good questions/answers regarding the exam:
https://community.hortonworks.com/questions/70180/hdpcd-spark-exam.html
Created 05-25-2017 03:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The former. You are expected to write the code to run in the Spark shell.
Also, take a look at this link with other good questions/answers regarding the exam:
https://community.hortonworks.com/questions/70180/hdpcd-spark-exam.html
