What exactly is Apache Spark? | Big Data Tools

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

ความคิดเห็น • 38

  • @nullQueries
    @nullQueries  3 ปีที่แล้ว +2

    What's your opinion of spark? Think it's the future of data?
    Realtime data: th-cam.com/video/wEueOJ4OSlg/w-d-xo.html
    Big Data Pipelines: th-cam.com/video/hKv70zftW-Y/w-d-xo.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 หลายเดือนก่อน +2

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

  • @jamestom3168
    @jamestom3168 2 ปีที่แล้ว +18

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

  • @timoyang7438
    @timoyang7438 2 หลายเดือนก่อน

    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

  • @coding3438
    @coding3438 3 ปีที่แล้ว +4

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

  • @challengerssb
    @challengerssb 2 ปีที่แล้ว +6

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

  • @mohammedal-weez6754
    @mohammedal-weez6754 ปีที่แล้ว

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

  • @neb1578
    @neb1578 2 ปีที่แล้ว +4

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

  • @WhosShamouz
    @WhosShamouz 3 ปีที่แล้ว +6

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

    • @nullQueries
      @nullQueries  3 ปีที่แล้ว +4

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

  • @paragchaudhari4087
    @paragchaudhari4087 2 ปีที่แล้ว +1

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

  • @MrThuyphuc
    @MrThuyphuc 2 ปีที่แล้ว +1

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

  • @TR4008
    @TR4008 2 ปีที่แล้ว +3

    Thank you for this video .
    Excellent content.

  • @KaiserX2024
    @KaiserX2024 3 หลายเดือนก่อน

    Danke Ihnen Frau Navarro! das Video hat sehr geholfen!

  • @cg8770
    @cg8770 ปีที่แล้ว

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

  • @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 หลายเดือนก่อน

    Useful. Thank you.

  • @bryan.canelas
    @bryan.canelas ปีที่แล้ว

    Great video! thanks

  • @arthd5683
    @arthd5683 ปีที่แล้ว

    Excellent content!

  • @sued12345
    @sued12345 2 ปีที่แล้ว +2

    Good video as usual

  • @edwardvonrueden4663
    @edwardvonrueden4663 ปีที่แล้ว

    Tremendously amazing💖

  • @ADAMSIVES
    @ADAMSIVES 2 ปีที่แล้ว

    Excellent vid! I learnt a lot

  • @youssefelmrabet7033
    @youssefelmrabet7033 2 ปีที่แล้ว

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

  • @ranjeetkumar2051
    @ranjeetkumar2051 2 ปีที่แล้ว

    thank you sir for making this video

  • @AndiBreshanaj
    @AndiBreshanaj 2 ปีที่แล้ว

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

  • @tehb1726
    @tehb1726 2 ปีที่แล้ว

    Great video, thank you!

  • @neildutoit5177
    @neildutoit5177 2 ปีที่แล้ว +22

    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 ปีที่แล้ว +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 2 หลายเดือนก่อน

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

  • @SamDawson-gv4rm
    @SamDawson-gv4rm ปีที่แล้ว

    OOO Best people

  • @brothermalcolm
    @brothermalcolm 2 ปีที่แล้ว

    rdd