PySpark | Session-9 | How spark executes a job internally | Stages and Tasks in Spark

#PySparkTutorials #stagesandtasks #WideVsNarrowTransformations #CleverStudies
In this video, we have covered the below topics,
How spark executes a job internally
Stages and Tasks
Type’s of Transformations
Narrow Transformations
Wide Transformations
Follow me on linkedin
/ nareshkumarboddupally
-----------------------------------------------------------------------------
Follow this link to join 'Clever Studies' official WhatsApp group:
chat.whatsapp.com/C70cGzAEKC1...
--------------------------------------------------
Follow this link to join 'Clever Studies' official telegram channel:
t.me/+eMaiZNWTPmZkYmVl
--------------------------------------------------
PySpark by Naresh playlist:
• PYSPARK BY NARESH
--------------------------------------------------
PySpark Software Installation:
• Latest Hadoop 3.2.2 Sp...
--------------------------------------------------
Realtime Interview playlist :
• How To Explain Project...
--------------------------------------------------
Apache Spark playlist :
• How Spark Executes A P...
--------------------------------------------------
PySpark playlist:
• PySpark | Tutorial-9 |...
--------------------------------------------------
Apache Hadoop playlist:
• APACHE HADOOP
--------------------------------------------------
Bigdata playlist:
• BIGDATA
--------------------------------------------------
Scala Playlist:
• SCALA TUTORIALS
--------------------------------------------------
SQL Playlist:
• SQL
Hello Viewers,
We ‘Clever Studies’ KZread Channel formed by group of experienced software professionals to fill the gap in the industry by providing free content on software tutorials, mock interviews, study materials, interview tips, knowledge sharing by Real-time working professionals and many more to help the freshers, working professionals, software aspirants to get a job.
If you like our videos, please do subscribe and share within your friends circle.
Contact us : shareit2904@gmail.com
Thank you !

Пікірлер: 17

  • @rohitbhawle8658
    @rohitbhawle865811 ай бұрын

    thank you sir you explain very efficient way

  • @SonuKumar-fn1gn
    @SonuKumar-fn1gn Жыл бұрын

    Very good explanation ❤

  • @GreatIndia1729
    @GreatIndia1729 Жыл бұрын

    Greate Explanation...Great Intention to inject the concept...👌👏

  • @cleverstudies

    @cleverstudies

    Жыл бұрын

    Great comment Chaitanya. Thanq 🙏

  • @suman3316
    @suman3316 Жыл бұрын

    Thanks for your efforts to Make us understand

  • @cleverstudies

    @cleverstudies

    Жыл бұрын

    Thanks Suman.

  • @sravankumar1767
    @sravankumar1767 Жыл бұрын

    Superb explanation 👌 👏 👍

  • @cleverstudies

    @cleverstudies

    Жыл бұрын

    Thank you 🙂

  • @ps-up2mx
    @ps-up2mx Жыл бұрын

    Hi are u provide spark with scala in-depth course.?

  • @mission_possible
    @mission_possible Жыл бұрын

    Continue the series please

  • @abhipatil2554
    @abhipatil2554 Жыл бұрын

    Excellent sir

  • @cleverstudies

    @cleverstudies

    Жыл бұрын

    Thanks Abhi.

  • @indianengineer5802
    @indianengineer5802 Жыл бұрын

    Was this last session?

  • @venkatd3492
    @venkatd3492 Жыл бұрын

    I'm unable to join in WhatsApp group, it says group is full

  • @cleverstudies

    @cleverstudies

    Жыл бұрын

    Okay. I will check it. Meanwhile you can join to the telegram channel.

  • @aritrachatterjee8292
    @aritrachatterjee82929 ай бұрын

    Thanks for the explanation. But Sir I need one explanation , why the number of tasks will be 8 if the no of partitions is 2 , Total no of tasks = (no of tasks per stage)* no of stages = 2*2 =4

  • @andre__luiz__

    @andre__luiz__

    8 ай бұрын

    Hi! It's rdd's (4) x tasks per rdd (2) = 8 (total tasks)