Wide Transformations on Key Value Pair RDDs | Pyspark tutorials - 7

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 14

  • @chandra1975
    @chandra1975 7 місяців тому +1

    Rajan, you did excellent job. Thank you for sharing your knowledge. Appreciate your great work and time.

  • @vam8775
    @vam8775 4 місяці тому +1

    Very helpful playlist, this course covers well all introductory pyspark topics in a very intuitive way.. for me the speed was okay,,,. as i have very good grip on python.

  • @ashabhumza3394
    @ashabhumza3394 Рік тому

    Great explanation, 👏

  • @amolgawali5810
    @amolgawali5810 4 роки тому +2

    Very well explained 👍

    • @RanjanSharma
      @RanjanSharma  4 роки тому

      Glad it was helpful! Keep Exploring :)

  • @agyaatkavi
    @agyaatkavi Рік тому

    Thanks :)

  • @chandramohankamaraj4782
    @chandramohankamaraj4782 2 роки тому

    Say I have a huge list of numbers in RDD(say myRDD). And I wrote the following code to compute average: def myAvg(x, y): return (x+y)/2.0; avg = myrdd.reduce(myAvg); Please help me for this Interview question...

  • @bnrinbox
    @bnrinbox Рік тому

    Hi Ranjan,
    Gradually the volume decreases. Second if you could explain the video time less than 10 min is better.

  • @bijankumarsahu3042
    @bijankumarsahu3042 3 роки тому

    Hello Ranjan,
    Thanks for creating wonderful video.
    I have issue with PySpark in command line interface , could you please help me with that,.
    I have followed your installation video step by step but no luck.
    Please help me.
    Thanks in Advance.

  • @shafickrahman88
    @shafickrahman88 3 роки тому +1

    Thanks for your efforts and time the tutorial is great, but it seems you have rushed it.

    • @RanjanSharma
      @RanjanSharma  3 роки тому

      Sorry for that. Buddy keep exploring and sharing with your friends :)

  • @akshaynitin5589
    @akshaynitin5589 5 місяців тому

    top : first it will do desc, then it will give top 2 or 3.