- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to run Spark Scala script in the CCA175 exam?
- Labels:
-
Apache Spark
Created on 07-27-2017 09:50 PM - edited 09-16-2022 04:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm preparing for the CCA175. I am okay with Python, but very new in Scala.
On my Quickstart VM, I can't yet run a Scala script. Given the tools available in the exam environment, how would I submit a .scala file (or is it a .sc file?) with spark-submit?
Alternatively: If I just paste the relevant code lines into the spark-shell, does that count?
Created 07-28-2017 10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes, you can login with pyspark (or) spark-shell and run your commands one by one to get the result. All they need is your result and code that you have used to generate the result. So it is not necessary to create .jar from your code and execute (also it will take additional time)
Created 07-28-2017 10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes, you can login with pyspark (or) spark-shell and run your commands one by one to get the result. All they need is your result and code that you have used to generate the result. So it is not necessary to create .jar from your code and execute (also it will take additional time)
