Created on 02-01-2017 01:28 PM - edited 09-16-2022 03:59 AM
I've learned that in HDPCD-Spark exam, all tasks have to be solved on spark-shell (or python shell). In this case, my queries are:
1) Do i need to save the source code somewhere?
2) If the above query's answer is YES, then, where & how to save the source code for each task?
Thanks.
Created 02-01-2017 02:51 PM
Hello, Abhijit,
Yes the exam instructions ask you to save the scripts in a folder under the current user directory in the exam Desktop.
The exam will tell you the exact location of where to save it.
Normally you would write your script using vi or gedit (available in exam environment) and then save it in the correct location.
Hope that this helps
Created 02-01-2017 02:51 PM
Hello, Abhijit,
Yes the exam instructions ask you to save the scripts in a folder under the current user directory in the exam Desktop.
The exam will tell you the exact location of where to save it.
Normally you would write your script using vi or gedit (available in exam environment) and then save it in the correct location.
Hope that this helps
Created 05-25-2017 02:45 PM
@William Gonzalez: 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:14 PM
Yes, write the scala code that will run in spark shell