What exactly is Apache Spark? | Big Data Tools

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

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

  • @nullQueries
    @nullQueries  3 года назад +4

    What's your opinion of spark? Think it's the future of data?
    Realtime data: ruclips.net/video/wEueOJ4OSlg/видео.html
    Big Data Pipelines: ruclips.net/video/hKv70zftW-Y/видео.html

    • @tamirtsogbayar3912
      @tamirtsogbayar3912 2 года назад

      in real time data streaming, spark is a speed layer ?

    • @bbishopski
      @bbishopski 2 года назад +1

      We couldn't get it to perform. It took days to process a job. After 4 months of trying,vwe rewrote in plain java and it takes about an hour to crunch the data instead of days. Furthermore, instead of 192 CPU with 1.5tb ram, we now use minimal 2gb JVM, saving tens of thousands per month . That's my experience. As with everything else, it depends on the application and the team skills.

  • @alireza2295
    @alireza2295 4 месяца назад +8

    This was the best explanation of Apache Spark architecture that i found on YT. thank you.

  • @jamestom3168
    @jamestom3168 2 года назад +24

    Nicely organised and to the point.
    I wish my whole academics was like this.

  • @challengerssb
    @challengerssb 2 года назад +7

    Excellent video and information. Thank you for explaining this for a broader audience.

  • @neb1578
    @neb1578 3 года назад +4

    Wow! Very insightful, short, informative video. Exactly how I like it

  • @coding3438
    @coding3438 3 года назад +5

    Null queries uploads a video. Time to leave everything as is, and hit like before I watch.

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

    Thanks for the great explanation, I was so overwhelmed with so many concepts given by the IBM course on coursera, suddenly, those concepts make sense

  • @paragchaudhari4087
    @paragchaudhari4087 2 года назад +1

    Nice introduction/presentation, concise, to the point. Thanks!

  • @WhosShamouz
    @WhosShamouz 3 года назад +6

    Which video editing software do you use? The quality is insane!

    • @nullQueries
      @nullQueries  3 года назад +5

      Thanks! I use the adobe products (Illustrator for objects, After Effects for animation, Audition for Audio).

  • @MrThuyphuc
    @MrThuyphuc 2 года назад +1

    Love the content and info delivery! Keep up the great work 👍

  • @mohammedal-weez6754
    @mohammedal-weez6754 Год назад

    That is a book's portion summarized to the point . Many thanks

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

    Thank you so much for this video. The explanation was very easy to understand!

  • @TR4008
    @TR4008 2 года назад +3

    Thank you for this video .
    Excellent content.

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

    Danke Ihnen Frau Navarro! das Video hat sehr geholfen!

  • @AndiBreshanaj
    @AndiBreshanaj 2 года назад

    Very interesting video! It gave Spark capabilities in a nutshell :)
    Thanks

  • @youssefelmrabet7033
    @youssefelmrabet7033 2 года назад

    Thank you so much, it really helps me get the idea behind it.

  • @ADAMSIVES
    @ADAMSIVES 2 года назад

    Excellent vid! I learnt a lot

  • @sued12345
    @sued12345 3 года назад +2

    Good video as usual

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

    Tremendously amazing💖

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

    Excellent content!

  • @bryan.canelas
    @bryan.canelas Год назад

    Great video! thanks

  • @deathseal9844
    @deathseal9844 2 года назад

    This is the video , i am looking for short but depth knowledge of spark. I was wondering whether should i learn this or not.

  • @JuanHernandez-pf6yg
    @JuanHernandez-pf6yg 4 месяца назад

    Useful. Thank you.

  • @tehb1726
    @tehb1726 2 года назад

    Great video, thank you!

  • @ranjeetkumar2051
    @ranjeetkumar2051 2 года назад

    thank you sir for making this video

  • @SamDawson-gv4rm
    @SamDawson-gv4rm Год назад

    OOO Best people

  • @neildutoit5177
    @neildutoit5177 2 года назад +23

    But what is it?!?! Is it a programming language like Python? Is it a type of hardware like a GPU? Is it a database client like MysqlWorkbench? Is it an algorithm like PageRank? Is it a computer program like excel? "Fast general purpose framework for data processing" tells me absolutely nothing. That could be talking about a library like tensorflow, an organisational strategy, a set of design principles, literally anything man.

    • @nullQueries
      @nullQueries  2 года назад +7

      It's a Framework (A fast, general purpose one for data). Like .Net and Ruby on rails are Frameworks. Tensorflow is also an AI and ML Framework, written in C++. But most people know it from the python library that allows python to utilize the tensorflow framework

    • @personalbranddata
      @personalbranddata 2 года назад +13

      It's a Java application written in Scala. The Executors mentioned in the video run a JVM to do the actual work (after it was assigned by the Driver which also runs inside a JVM). So essentially Spark is a distributed Java application.
      In addition you have interfaces in Python (pyspark library) and R (sparkR and sparklyr libraries). The SQL interface mentioned in the video is actually a higher level abstraction built (again in Scala) on top of the Spark Core. The hierarchy of abstractions in Spark is like this. The first three ones are natively written in Scala and constitute what's called Spark: Spark Core -> Spark SQL -> Spark DataFrame (-> access via e.g. pyspark)

    • @Ziggler-e9f
      @Ziggler-e9f 5 месяцев назад

      Its a computing engine,performs computations and provides libraries for parallel processing

  • @brothermalcolm
    @brothermalcolm 2 года назад

    rdd