Top 50 PySpark Interview Questions & Answers 2025 | PySpark Interview Questions | MindMajix

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

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

  • @punpompur
    @punpompur 2 месяца назад

    In this video you referred to serializers such cPickle and Marshall (10:18), as well as RDD serializer (15:23). I was reading Spark's documentation and under the tuning guide it mentions only 2 types of serializers, Java serializer and Kyro serializer, so I am confused about what serializers are present in Spark?

  • @nanithoughts1747
    @nanithoughts1747 11 месяцев назад +1

    Thanks brother❤

  • @punpompur
    @punpompur 2 месяца назад +2

    1:47 so you mentioned that pyspark is based on the python programming language but it was built with the scala language? I am confused. Does it use 2 languages?

    • @Mindmajix
      @Mindmajix  2 месяца назад

      Hi. PySpark is based on the Python programming language, but it is built using Scala. PySpark uses two languages but in different ways:
      1. Python for writing applications and interacting with the Spark framework.
      2. Scala for implementing the components of PySpark.

    • @punpompur
      @punpompur 2 месяца назад

      ​@@MindmajixThanks for the explanation. At 7:33, in the diagram is it supposed to be sparkcontent or sparkcontext?

    • @MegaSodom
      @MegaSodom 16 дней назад

      Apache Spark (underlying technology) is made in Scala. PySpark has been released in order to support the collaboration of Apache Spark and Python, it actually is a Python API for Spark. You can think of it as a wrapper around the original library.
      TLDR: Pyspark is not (made) in Scala, it's just a Python API on top of original Spark library

  • @durgad4763
    @durgad4763 7 месяцев назад

    Very useful ❤❤❤❤

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

    very helpful
    thanks...

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

    Thankyou very much 😊

  • @HabakkukSalome-g4h
    @HabakkukSalome-g4h 2 месяца назад

    Thompson Harbor