driver out of memory spark | spark memory management | Lec-18

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 42

  • @akhiladevangamath1277
    @akhiladevangamath1277 5 месяцев назад +10

    That smile on your face when driver OOM error came😂, shows how much you enjoy teaching us🤗

  • @abhijitganguly4836
    @abhijitganguly4836 День назад

    awesome tutorials brother! Really really simplified things! Absolutely brilliant!

  • @priyankasethi2922
    @priyankasethi2922 5 месяцев назад +1

    I have recently joined MNC, and I must say this is so accurate content. thank you so much for sharing your knowledge and experience

  • @coding_BeastMode_ON
    @coding_BeastMode_ON Год назад

    Bhai itne easy or detailed way me koi ni samjhata hai. Great work !!

  • @harshranglani9950
    @harshranglani9950 12 дней назад

    Bhai aapne pdhaya to bht badiya, thanks a lot for that but ye practical or theory ki alg alg playlist kyu bnayi h smjh nhi aata kb konsi dekhna h.

  • @Matrix_Mayhem
    @Matrix_Mayhem 9 месяцев назад

    What do we mean by container here? Does it has any other name which we studied in earlier videos?

  • @kunalk3830
    @kunalk3830 Год назад

    ekdum mast hai bhai ye wala video...keep going

  • @mallangivinaykumar9500
    @mallangivinaykumar9500 10 месяцев назад +1

    Can you please make videos in English language. It will be easy to understand .

  • @engineerbaaniya4846
    @engineerbaaniya4846 Год назад

    Awesome most asked interview question this channel should get more subscribers and views

    • @kunalk3830
      @kunalk3830 Год назад

      sab reels dekhne me vyast hai bhai

  • @yashwantdhole7645
    @yashwantdhole7645 11 месяцев назад

    What are objects here due to which driver overhead oom error occurs? Can you please explain?

  • @raviyadav-dt1tb
    @raviyadav-dt1tb 9 месяцев назад

    How would we know that which file is small when we do broadcast Join, please tell me

  • @sammail96
    @sammail96 9 месяцев назад

    Hi Sir, I have came across some conflicting information regarding show() method. Kindly confirm the below information: The show method does not bring all the data from a single partition to the driver, but rather collects a sample of rows from each partition and display them.

    • @akhiladevangamath1277
      @akhiladevangamath1277 5 месяцев назад

      As of my understanding, show method brings all the data from a single partition of single executor to the driver, but displays a sample of rows from that partition.

  • @anviscreations1265
    @anviscreations1265 Год назад

    Awesome content please continue the series

  • @ajaypatil1881
    @ajaypatil1881 11 месяцев назад

    great video bhaiya

  • @tanushreenagar3116
    @tanushreenagar3116 4 месяца назад

    perfect video sir

  • @praveenkumarrai101
    @praveenkumarrai101 Год назад

    hats off bro loving your channel

  • @arnabghosh106
    @arnabghosh106 4 месяца назад

    My driver is stopping while writing a dataframe. I didn't use any action rather than write. We can mot increase cluster configuration. How to resolve the issue? Any suggestion?

    • @manish_kumar_1
      @manish_kumar_1  4 месяца назад

      This information is not sufficient to provide some suggestion

  • @08rajdeepsonawane94
    @08rajdeepsonawane94 Год назад

    Thanks sir for your great video ❤

  • @rekhasingh4945
    @rekhasingh4945 Год назад

    Please make the series continue

  • @ashutoshkumarsingh3337
    @ashutoshkumarsingh3337 Год назад

    ok so garbage collection comes under overhead or jvm heap memory?

  • @Tech_world-bq3mw
    @Tech_world-bq3mw 3 месяца назад

    5:16 literally first guy in my life who is happy to get error.😆

    • @manish_kumar_1
      @manish_kumar_1  3 месяца назад +1

      It's not first time when I was happy with error. Jab bhi hamara code Bina error ke galat output deta hai then I want it to give me error so that I know exactly where to fix this 😀

  • @ajr1791ze
    @ajr1791ze Год назад

    Hi Manish, Any good resource to lean Scala ?

  • @DpIndia
    @DpIndia Год назад

    nice video

  • @akumar2575.
    @akumar2575. 5 месяцев назад

    day 6 done 👍

  • @vishaljoshi1752
    @vishaljoshi1752 Год назад

    Hi Manish, driver programme will run on master node or worker node as you have written Application Master (worker node)?

    • @amazhobner
      @amazhobner 10 месяцев назад

      Application Master/Driver is Driver node not worker node.
      Master Node is where your resource manager is, though DB does give option to have RM and AM/D to be on the same machine now.

  • @rh334
    @rh334 Год назад +1

    Let's say we read a csv file of 10.1 GB stored in datalake and have to do some filtering of data, how many tasks will run?
    is there a possibility of, out of memory error in the above scenario?

    • @manish_kumar_1
      @manish_kumar_1  Год назад +2

      10100 mb/128mb = 79 partition. So total 79 task will be created and since you are doing filtering which doesn't require any dependency from other partition which means it is a narrow dependency transformation. Every partition can do it's own filtering. As long as you have more than 500mb of executor size you will not face any oom. But make sure that you are not calling a collect function otherwise you may face driver oom.

    • @rajnarayanshriwas4653
      @rajnarayanshriwas4653 6 месяцев назад

      why 500 mb?
      @@manish_kumar_1

  • @PavanKumar-vi7hd
    @PavanKumar-vi7hd 7 месяцев назад

    Hi Manish
    could you please upload same videos in english

  • @prajwaljamunkar
    @prajwaljamunkar Год назад

    Hi Manish , when you will arranged live chat ....

  • @ajaywade9418
    @ajaywade9418 9 месяцев назад

    i saw few videos they mention max(0.07*memory, 384mb)

  • @tnmyk_
    @tnmyk_ 8 месяцев назад

    Mastt video!
    Description me S22 ultra bilkul nahi lena hai aise kyu likha hai 😂

  • @rekhasingh4945
    @rekhasingh4945 Год назад

    👍

  • @venkataramana-yh3th
    @venkataramana-yh3th Год назад

    Bro, please make vedio in English

  • @udittiwari8420
    @udittiwari8420 8 месяцев назад

    i think this is Lec-15 but by mistake it is written lec-18 sir