Now i know about RDDs, DataFrames and Datasets. Thanks for explaining it more precisely. Appreciated.
@tdkboxster5 жыл бұрын
What an amazing talk! Crisp and Clear! truly impressed.
@aliwaheed9063 жыл бұрын
Amazing talk, I left off Spark to move in to ML when there was only RDD, I came back and see DataFrame in Spark and I am totally confused, your video helped a lot, Thank you
@mjrajeshmj4 жыл бұрын
Excellent talk. Thanks Jules Damji.
@chiranjibghorai69506 жыл бұрын
Such a pleasure to hear him talk!
@rahultiwari28605 жыл бұрын
Thanks for in-depth explaining RDD DF And DS...
@abhiganta5 жыл бұрын
This is best and clear talk on 3 APIs
@ctriz766 жыл бұрын
this is a brilliant and fluid explanation
@harshtiku32403 жыл бұрын
An excellent talk by a clear master.
@sayandbhattacharya110010 ай бұрын
I had a nice learning time thanks for the talk!
@puja96894 жыл бұрын
Amazing presentation. Very intuitive..Thanks Boss!
@TheTambourinist2 жыл бұрын
Thanks for the video. Very understandable!
@anibaldk5 жыл бұрын
Only 300 likes for such an informative, crystal clear talk??
@shemantkr4 жыл бұрын
it was very insightful, such talks really helps developer why/how one should use structure API
@shannithssachin2 жыл бұрын
Great Talk
@BasemKhalaf-uj7cc5 ай бұрын
Thank you!
@AllForLove35 жыл бұрын
Amazing talk! very well explained indeed.
@Blobonat4 жыл бұрын
Very good talk!
@vipultyagi13693 жыл бұрын
brilliant talk!
@lbasavaraj6 жыл бұрын
What a brilliant talk!! Thanks
@goodyoyo02144 жыл бұрын
Amazing Talk
@jijotitus17554 жыл бұрын
Amazing Talk. Thank you!
@soufianebenkhaldoun77655 жыл бұрын
Very well explained !! Thank's
@varundosapati71485 жыл бұрын
I was trying out the example you mentioned @10:46 and as i am getting compile time error, I had to rewrite the final statement as below. parsedRdd.filter( content => content._2 == "en").map(filteredContent => filteredContent._3).reduce(_+_).take(100).foreach(reducedContent => printf(s"$reducedContent._1: $reducedContent._2")) I would really appreciate if you can review above statement
@pauliewalnuts67344 жыл бұрын
so good!!! thanks for this
@tableauvizwithvineet1484 жыл бұрын
Nice and informative video
@Chris_zacas5 жыл бұрын
This was amazing! Pretty well explained! Thanks!
@Dyslexic_Neuron5 жыл бұрын
excellent explanation!! :D
@nareshgb16 жыл бұрын
I am wondering how the "type safe" feature combines with the "unstructured data" that is the nature of data in the systems that spark would be used in.