3172/why-does-sortby-transformation-trigger-a-spark-job
As far as I know only spark Actions can trigger a spark job, not any transformation as Spark follows lazy evaluation.
So when I execute the sortBy command, the spark web UI shows it as a spark job trigger.
Any idea why it's happening?
Hey, Jobs- to view all the spark jobs Stages- ...READ MORE
Firstly, it's the In-memory computation, if the file ...READ MORE
// Collect data from input avro file ...READ MORE
Yes, you can go ahead and write ...READ MORE
For accessing Hadoop commands & HDFS, you ...READ MORE
No, you can run spark without hadoop. ...READ MORE
CDH is basically a packaged deal, where ...READ MORE
The reason you are not able to ...READ MORE
You can use the following command. This ...READ MORE
Hadoop 3 is not widely used in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.