RDDs: Transformation and Actions
16:11
Cluster Topology Matters!
8:22
7 жыл бұрын
RDDs, Spark's Distributed Collection
9:19
Reduction Operations
14:55
7 жыл бұрын
Pair RDDs
6:22
7 жыл бұрын
Latency
24:43
7 жыл бұрын
Introduction & Logistics
15:09
7 жыл бұрын
Joins
17:25
7 жыл бұрын
Partitioning
14:32
7 жыл бұрын
Optimizing with Partitioners
11:05
7 жыл бұрын
Structured vs Unstructured Data
14:51
Wide vs Narrow Dependencies
16:57
7 жыл бұрын
Spark SQL
17:18
7 жыл бұрын
DataFrames (1)
26:33
7 жыл бұрын
DataFrames (2)
30:30
7 жыл бұрын
Datasets
43:43
7 жыл бұрын
Пікірлер
@Lookman-z9l
@Lookman-z9l Жыл бұрын
Really helpful !!!
@bres6486
@bres6486 Жыл бұрын
At most one key value pair per id per node (not key value pair per node as far as I understand) after using the reduceByKey().
@vikastangudu712
@vikastangudu712 Жыл бұрын
you are awesome.
@mateusznowakowski6805
@mateusznowakowski6805 Жыл бұрын
Great video
@bigdataenthusiast
@bigdataenthusiast 2 жыл бұрын
simply great
@ddoshi39
@ddoshi39 2 жыл бұрын
Thank you so much
@damianoderin4874
@damianoderin4874 2 жыл бұрын
Awesome course. Thanks a lot!
@rydmerlin
@rydmerlin 2 жыл бұрын
How can I combine queries to multiple data sources and get one result?
@rydmerlin
@rydmerlin 2 жыл бұрын
Why does it flicker so much?
@balanceresume2802
@balanceresume2802 2 жыл бұрын
🤩😍🥰 heather miller
@Manapoker1
@Manapoker1 2 жыл бұрын
thx you for this video, it helps a lot! <3
@thetravelshot
@thetravelshot 2 жыл бұрын
commenting for the KZbin algorithm
@ashwinichandran8839
@ashwinichandran8839 3 жыл бұрын
Wonderful explanation.... waiting for many videos from you on different technologies like HIVE and PySpark
@ManikantGoutamReal
@ManikantGoutamReal 3 жыл бұрын
this is god-level video. thanks a lot.
@走刀口-r7g
@走刀口-r7g 3 жыл бұрын
the only sorry that i cant get english
@souravbanerjee5744
@souravbanerjee5744 3 жыл бұрын
can you share the link of the scala course referred often in this series ?
@nageshbs8945
@nageshbs8945 3 жыл бұрын
we can't say database are structured, many no sql database do not support schema
@Mryajivramuk
@Mryajivramuk 3 жыл бұрын
Very impressive mentor you are....pls do full series on spark and scala ...and be a part of our journey.
@madhu1987ful
@madhu1987ful 3 жыл бұрын
Coalesce is a wide transformation? Can u pls explain in detail. Thanks
@andys7596
@andys7596 3 жыл бұрын
So many videos in other channel but this one after so many years still has best value content. Thank you !
@LivenLove
@LivenLove 3 жыл бұрын
What are the deciding factors for number of partitions
@LivenLove
@LivenLove 3 жыл бұрын
Only channel where a don't increase playback speed
@avsbharadwaj8190
@avsbharadwaj8190 4 жыл бұрын
why there is no mapper side optimisation for the groupByKey operation?
@underlecht
@underlecht 4 жыл бұрын
Hello, 1:30 for "fastest" calculation you apply shuffling in line 3, and after that you measure the duration. Why don't you include shuffling to duration? Data preparation also takes time. Unless you mean "shuffle once and for all", but in reality it is hard to imagine that you will be grouping by one column only in your calculations. Thanks.
@narendernegi7493
@narendernegi7493 4 жыл бұрын
Amazing.
@gothamsudheer4751
@gothamsudheer4751 4 жыл бұрын
Your teaching skills excellent. You know how to teach.Thank you so much......
@oguzhan2393
@oguzhan2393 4 жыл бұрын
finally, I found good videos about spark and scala and she is using crystal clear english
@yangmingwang160
@yangmingwang160 4 жыл бұрын
You make the best video among the Spark tutorials on KZbin, thank you!
@aspait
@aspait 4 жыл бұрын
we can use pre-partition in map RDD(like hash and range) how can I use it in Dataframe?
@aneksingh4496
@aneksingh4496 4 жыл бұрын
Please keep posting new videos on spark and scala ... Your videos are awesome 👍
@DatNguyen-ry1vr
@DatNguyen-ry1vr 4 жыл бұрын
Gold!!
@aneksingh4496
@aneksingh4496 4 жыл бұрын
absolutely great .... please add some more videos on spark real time use cases ... thanks
@pratikkawalgikar4839
@pratikkawalgikar4839 4 жыл бұрын
The concept is now clear for me after searching all over the net from last 3 months. Thanks a lot. Your videos are very simple to understand. Please upload more on spark as I have finished watching all your videos and they are simply superb.
@skms31
@skms31 4 жыл бұрын
❤️ From India
@WisdomWaves33492
@WisdomWaves33492 4 жыл бұрын
How Millions of data analysed by Spark?....
@mrkrish501
@mrkrish501 4 жыл бұрын
Excellent
@gauravlotekar660
@gauravlotekar660 4 жыл бұрын
would you be able to share the PPT ?
@lishi6858
@lishi6858 4 жыл бұрын
The best formation of spark !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@jacobkim9856
@jacobkim9856 4 жыл бұрын
Best
@jayfix192
@jayfix192 4 жыл бұрын
thank you
@careymain3036
@careymain3036 4 жыл бұрын
how to you filter by date like between 1-1-2020 and 1-30-2020 from a parquet file the date field is a string
@careymain3036
@careymain3036 4 жыл бұрын
how to you filter by date like between 1-1-2020 and 1-30-2020 from a parquet file the date field is a string
@_sr
@_sr 4 жыл бұрын
The best explanation I have ever seen.
@kiraninam
@kiraninam 4 жыл бұрын
the teacher has remarkable concepts, Hi teacher how can i join your course if you are offering. I am looking for Spark training
@kiraninam
@kiraninam 4 жыл бұрын
very impressive concept based knowledge. greate job.
@sunitareddy8717
@sunitareddy8717 4 жыл бұрын
Your explanation is amazing which I couldn't get even spending hrs.
@JohnDoe-zc4mu
@JohnDoe-zc4mu 5 жыл бұрын
Holy cow, u explained in 12min something I had to understand in 1 hour from other videos.
@rizvihasan6459
@rizvihasan6459 5 жыл бұрын
This channel is one of the best tutorial i have seen in youtube. Big thanks and I really appreciate it.
@hiteshbitscs
@hiteshbitscs 5 жыл бұрын
why all mediocre content in HD and one of the most imp in 360p... sick
@sivakannan23
@sivakannan23 5 жыл бұрын
Excellent one. Thanks.