Now i know about RDDs, DataFrames and Datasets. Thanks for explaining it more precisely. Appreciated.
@daviduzumaki Жыл бұрын
this guy is such a good speaker
@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
@tdkboxster5 жыл бұрын
What an amazing talk! Crisp and Clear! truly impressed.
@chiranjibghorai69506 жыл бұрын
Such a pleasure to hear him talk!
@ctriz766 жыл бұрын
this is a brilliant and fluid explanation
@abhiganta5 жыл бұрын
This is best and clear talk on 3 APIs
@rahultiwari28605 жыл бұрын
Thanks for in-depth explaining RDD DF And DS...
@harshtiku32403 жыл бұрын
An excellent talk by a clear master.
@sayandbhattacharya1100 Жыл бұрын
I had a nice learning time thanks for the talk!
@puja96894 жыл бұрын
Amazing presentation. Very intuitive..Thanks Boss!
@anibaldk5 жыл бұрын
Only 300 likes for such an informative, crystal clear talk??
@AllForLove35 жыл бұрын
Amazing talk! very well explained indeed.
@lbasavaraj6 жыл бұрын
What a brilliant talk!! Thanks
@Blobonat4 жыл бұрын
Very good talk!
@shannithssachin2 жыл бұрын
Great Talk
@TheTambourinist2 жыл бұрын
Thanks for the video. Very understandable!
@BasemKhalaf-uj7cc6 ай бұрын
Thank you!
@vipultyagi13693 жыл бұрын
brilliant talk!
@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
@jijotitus17554 жыл бұрын
Amazing Talk. Thank you!
@soufianebenkhaldoun77656 жыл бұрын
Very well explained !! Thank's
@goodyoyo02144 жыл бұрын
Amazing Talk
@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.
@pauliewalnuts67345 жыл бұрын
so good!!! thanks for this
@tableauvizwithvineet1484 жыл бұрын
Nice and informative video
@shemantkr4 жыл бұрын
it was very insightful, such talks really helps developer why/how one should use structure API