All about Spark DAGs

  Рет қаралды 15,019

BigData Thoughts

BigData Thoughts

Күн бұрын

Пікірлер: 54
@Themotivationstationpower
@Themotivationstationpower 29 күн бұрын
Really appreciate your hard work. Thank you for the great explanation.
@BigDataThoughts
@BigDataThoughts 28 күн бұрын
thanks
@souravdas9683ytm
@souravdas9683ytm 2 жыл бұрын
Logical plan is nothing but Lineage, which tells us how to create an RDD by applying what transformation. Whenever an action is called, this lineage will be converted into a DAG, basically a Physical plan.
@karthikbhat2945
@karthikbhat2945 2 жыл бұрын
Clear and Precise Explanation. These videos needs more outreach
@BigDataThoughts
@BigDataThoughts 2 жыл бұрын
Thanks Karthik
@chinmaytornekar4683
@chinmaytornekar4683 Жыл бұрын
Thanks for such a clear Explanation!!Amazing Walk through the DAG visualization!!
@BigDataThoughts
@BigDataThoughts Жыл бұрын
Thanks
@TotuBabyBird
@TotuBabyBird 2 жыл бұрын
Thanks for such a detailed and crystal clear explanation. ❤
@BigDataThoughts
@BigDataThoughts 2 жыл бұрын
Thanks Sumiran
@karthikeyanr1171
@karthikeyanr1171 4 ай бұрын
your videos on spark are hidden gems
@BigDataThoughts
@BigDataThoughts 4 ай бұрын
Thanks
@anuraggupta-xw2jm
@anuraggupta-xw2jm Жыл бұрын
Very good explanation..appreciate your efforts..keep it up👍🏻
@souravkrburnwal3519
@souravkrburnwal3519 2 жыл бұрын
Just Amazing!!! Detailed information through PPT walkthrough and great way to explain everything at once.
@BigDataThoughts
@BigDataThoughts 2 жыл бұрын
Thanks saurav
@user-fj9me2hd7m
@user-fj9me2hd7m 6 ай бұрын
Awesome , Superb explanation. Good efforts.
@BigDataThoughts
@BigDataThoughts 6 ай бұрын
Thanks
@pradyumnaanand6892
@pradyumnaanand6892 Жыл бұрын
Clear and simple explanation. Thanks a ton.
@BigDataThoughts
@BigDataThoughts Жыл бұрын
Thanks
@mattasid85
@mattasid85 2 жыл бұрын
Thanks Shreya, this was a very helpful and informative video like any other video of yours. Looking forward to more such content on your channel!
@BigDataThoughts
@BigDataThoughts 2 жыл бұрын
Thanks Sid
@saiprakash6916
@saiprakash6916 2 жыл бұрын
very Informative and understandable. Thanks shreya
@BigDataThoughts
@BigDataThoughts 2 жыл бұрын
Thanks sai prakash
@sanketdhamane5941
@sanketdhamane5941 3 ай бұрын
Really Thanks to Good And Indepth Explantion
@BigDataThoughts
@BigDataThoughts 3 ай бұрын
Thanks
@syedmudasser631
@syedmudasser631 11 ай бұрын
perfect explanation keep it up...👍
@BigDataThoughts
@BigDataThoughts 11 ай бұрын
Thanks
@user-zm2me1gc5z
@user-zm2me1gc5z 5 ай бұрын
Nicely explained and thanks. helping a lot
@mateen161
@mateen161 Жыл бұрын
Nice explanation. Thank you!
@BigDataThoughts
@BigDataThoughts Жыл бұрын
Thanks
@srikanth4788
@srikanth4788 2 жыл бұрын
Great Explanation
@BigDataThoughts
@BigDataThoughts 2 жыл бұрын
Tha ks srikanth
@satviknaren9681
@satviknaren9681 Жыл бұрын
Really like your content !! really helpful ! thank you so much shreya
@BigDataThoughts
@BigDataThoughts Жыл бұрын
Thanks
@channuangadi7504
@channuangadi7504 Жыл бұрын
Very well explained
@BigDataThoughts
@BigDataThoughts Жыл бұрын
Thanks
@sonip472
@sonip472 Жыл бұрын
awesome explanation, thanks a lot.
@BigDataThoughts
@BigDataThoughts Жыл бұрын
Thanks soni
@syedhussain6358
@syedhussain6358 2 жыл бұрын
Excellent explanation
@BigDataThoughts
@BigDataThoughts 2 жыл бұрын
Thanks syed
@reevarastogi6224
@reevarastogi6224 2 жыл бұрын
very nice explanation!!
@BigDataThoughts
@BigDataThoughts 2 жыл бұрын
Thanks Reeva
@askdoubts6359
@askdoubts6359 2 жыл бұрын
Your all videos are grate and easy to understand.. please make more videos on spark with real time code examples
@BigDataThoughts
@BigDataThoughts 2 жыл бұрын
Thanks sure
@ankitachauhan6084
@ankitachauhan6084 Жыл бұрын
Great work
@maheshalam7893
@maheshalam7893 2 жыл бұрын
It is great video and helps alot.. Shreya . Interesting to know below . 1 . Why complete stage is skipped 2 . Shuffle should create different stage . But In snap of DAG , it is in same stage .
@BigDataThoughts
@BigDataThoughts 2 жыл бұрын
Thanks Mahesh
@alokranjan7323
@alokranjan7323 9 ай бұрын
He had questions as well
@prasadj6370
@prasadj6370 2 жыл бұрын
Thanks for sharing the valuable information in most simplest way. It saved a lots of time in reading spark tutorial. sincere thanks to you. I have one question - where can we see or generate this DAG visualization in spark ? We want to see the plan in case to analyse our spark programme ? Please let us know . 🙏 Thank you
@BigDataThoughts
@BigDataThoughts 2 жыл бұрын
Thanks Prasad yes DAG visualization can be seen on spark UI.
@BigDataThoughts
@BigDataThoughts 2 жыл бұрын
A detailed analysis stage wise can be done on the UI
@ryas8360
@ryas8360 2 жыл бұрын
shouldn't linkage of RDD's represented by Lineage?
@artemvolkov5682
@artemvolkov5682 Жыл бұрын
I confused a bit... I just watched Spark Summit videos. It states that on Physical Planning stage Spark applies 'Strategy' (a function that converts a logical plan tree to a physical plan tree)... Where does DAG come into play?
@BigDataThoughts
@BigDataThoughts Жыл бұрын
Dag is created once a spark job is submitted. Think of the vertices as RDDs and the edges as the operations. The dag schedulers job is to convert the dag into stages and tasks that will perform actual execution .
@anirbansarkar6306
@anirbansarkar6306 Жыл бұрын
Hi Ma'am, in that 16 stages snapshot, what is the difference between gray boxes and blue boxes?
What is Dynamic Partition Pruning in Spark
13:18
BigData Thoughts
Рет қаралды 4,1 М.
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН
Thank you mommy 😊💝 #shorts
0:24
5-Minute Crafts HOUSE
Рет қаралды 33 МЛН
УНО Реверс в Амонг Ас : игра на выбывание
0:19
Фани Хани
Рет қаралды 1,3 МЛН
How to Read Spark DAGs | Rock the JVM
21:12
Rock the JVM
Рет қаралды 23 М.
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 640 М.
Spark Session vs Spark Context | Spark Internals
8:08
Data Savvy
Рет қаралды 71 М.
Understanding Spark Execution
15:33
BigData Thoughts
Рет қаралды 2 М.
All about Debugging Spark
18:29
BigData Thoughts
Рет қаралды 3,5 М.
Fake iPhone 14 Pro Max за 10.000 РУБ.
16:00
Wylsacom
Рет қаралды 1 МЛН
Её автомобиль никто не хотел ремонтировать!
20:12
Гараж Автоэлектрика
Рет қаралды 1,5 МЛН
Что такое дагестанский кирпичный завод!
0:53
АВТОБРОДЯГИ - ПУТЕШЕСТВИЯ НА МАШИНЕ
Рет қаралды 746 М.
Monster My Best Friend 🥹❤️👻 #shorts Tiktok
1:01
BETER BÖCÜK
Рет қаралды 29 МЛН
НИКОГДА не иди на сделку с сестрой!
0:11
Даша Боровик
Рет қаралды 729 М.