AWS Fargate vs Apache Spark comparison

Cancel
You must select at least 2 products to compare!
Apache Logo
3,093 views|2,345 comparisons
89% willing to recommend
Amazon Web Services (AWS) Logo
6,755 views|4,089 comparisons
100% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between Apache Spark and AWS Fargate based on real PeerSpot user reviews.

Find out in this report how the two Compute Service solutions compare in terms of features, pricing, service and support, easy of deployment, and ROI.
To learn more, read our detailed AWS Fargate vs. Apache Spark Report (Updated: March 2024).
767,847 professionals have used our research since 2012.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pros
"One of Apache Spark's most valuable features is that it supports in-memory processing, the execution of jobs compared to traditional tools is very fast.""The product is useful for analytics.""ETL and streaming capabilities.""AI libraries are the most valuable. They provide extensibility and usability. Spark has a lot of connectors, which is a very important and useful feature for AI. You need to connect a lot of points for AI, and you have to get data from those systems. Connectors are very wide in Spark. With a Spark cluster, you can get fast results, especially for AI.""We use it for ETL purposes as well as for implementing the full transformation pipelines.""With Spark, we parallelize our operations, efficiently accessing both historical and real-time data.""With Hadoop-related technologies, we can distribute the workload with multiple commodity hardware.""The solution is scalable."

More Apache Spark Pros →

"The most valuable feature of AWS Fargate is its ease of use.""AWS Fargate has many valuable services. It does the job with minimal trouble. It's very observable. You can see what's going on and you have logs. You have everything. You can troubleshoot it. It's affordable and it's flexible.""If you create your deployment with a good set of rules for how to scale in, you can just set it and forget it.""Fargate itself is a stable product. We are quite satisfied with its performance.""I like their containerization service. You can use Docker or something similar and deploy quickly without the know-how related to, for example, Kubernetes. If you use AKS or Kubernetes, then you have to have the know-how. But for Fargate, you don't need to have the know-how there. You just deploy the container or the image, and then you have the container, and you can use it as AWS takes care of the rest. This makes it easier for those getting started or if you don't have a strong DevOps team inside your organization.""We appreciate the simple use of containers within this solution, it makes managing the containers quick and easy."

More AWS Fargate Pros →

Cons
"The initial setup was not easy.""It requires overcoming a significant learning curve due to its robust and feature-rich nature.""The logging for the observability platform could be better.""Technical expertise from an engineer is required to deploy and run high-tech tools, like Informatica, on Apache Spark, making it an area where improvements are required to make the process easier for users.""Spark could be improved by adding support for other open-source storage layers than Delta Lake.""At the initial stage, the product provides no container logs to check the activity.""Apache Spark's GUI and scalability could be improved.""When you are working with large, complex tasks, the garbage collection process is slow and affects performance."

More Apache Spark Cons →

"We faced challenges in vertically scaling our workload.""The main area for improvement is the cost, which could be lowered to be more competitive with other major cloud providers.""We would like to see some improvement in the process documents that are provided with this product, particularly for auto-scaling and other configuration tools that are a bit complicated.""I would like to see the older dashboard instead of the newer version. I don't like the new dashboard.""I heard from my team that it's not easy to predict the cost. That is the only issue we have with AWS Fargate, but I think that's acceptable. AWS Fargate isn't user-friendly. Anything related to Software as a Service or microservice architecture is not easy to implement. You're required to have DevOps from your side to implement the solution. AWS Fargate is just a temporary solution for us. When we grow to a certain level, we may use AKS for better control.""AWS Fargate could improve the privileged mode containers. We had some problems and they were not able to run."

More AWS Fargate Cons →

Pricing and Cost Advice
  • "Since we are using the Apache Spark version, not the data bricks version, it is an Apache license version, the support and resolution of the bug are actually late or delayed. The Apache license is free."
  • "Apache Spark is open-source. You have to pay only when you use any bundled product, such as Cloudera."
  • "We are using the free version of the solution."
  • "Apache Spark is not too cheap. You have to pay for hardware and Cloudera licenses. Of course, there is a solution with open source without Cloudera."
  • "Apache Spark is an expensive solution."
  • "Spark is an open-source solution, so there are no licensing costs."
  • "On the cloud model can be expensive as it requires substantial resources for implementation, covering on-premises hardware, memory, and licensing."
  • "It is an open-source solution, it is free of charge."
  • More Apache Spark Pricing and Cost Advice →

  • "I rate the price of AWS Fargate a four out of five."
  • "We would advise that this solution has a slightly-higher price point than others on the market. There is a free plan available for start-ups, but the free and lower range licensing models do not provide the full functionality."
  • More AWS Fargate Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Compute Service solutions are best for your needs.
    767,847 professionals have used our research since 2012.
    Questions from the Community
    Top Answer:We use Spark to process data from different data sources.
    Top Answer:In data analysis, you need to take real-time data from different data sources. You need to process this in a subsecond, and do the transformation in a subsecond
    Top Answer:Fargate itself is a stable product. We are quite satisfied with its performance.
    Top Answer:We have encountered some issues recently. For example, AWS released a new feature called a better quarter, which greatly helped us. Before that, we faced challenges in vertically scaling our workload… more »
    Top Answer:On a scale from one to ten, I would rate it around eight. I would recommend using the product based on the specific workloads they are dealing with. For instance, if they have strict sub-second… more »
    Ranking
    5th
    out of 16 in Compute Service
    Views
    3,093
    Comparisons
    2,345
    Reviews
    25
    Average Words per Review
    432
    Rating
    8.7
    6th
    out of 16 in Compute Service
    Views
    6,755
    Comparisons
    4,089
    Reviews
    5
    Average Words per Review
    395
    Rating
    8.2
    Comparisons
    Spring Boot logo
    Compared 31% of the time.
    AWS Batch logo
    Compared 10% of the time.
    Spark SQL logo
    Compared 10% of the time.
    SAP HANA logo
    Compared 8% of the time.
    Amazon EC2 logo
    Compared 2% of the time.
    Amazon EC2 logo
    Compared 25% of the time.
    AWS Lambda logo
    Compared 9% of the time.
    AWS Batch logo
    Compared 7% of the time.
    Apache NiFi logo
    Compared 4% of the time.
    Learn More
    Overview

    Spark provides programmers with an application programming interface centered on a data structure called the resilient distributed dataset (RDD), a read-only multiset of data items distributed over a cluster of machines, that is maintained in a fault-tolerant way. It was developed in response to limitations in the MapReduce cluster computing paradigm, which forces a particular linear dataflowstructure on distributed programs: MapReduce programs read input data from disk, map a function across the data, reduce the results of the map, and store reduction results on disk. Spark's RDDs function as a working set for distributed programs that offers a (deliberately) restricted form of distributed shared memory

    A new compute engine that enables you to use containers as a fundamental compute primitive without having to manage the underlying instances. With Fargate, you don’t need to provision, configure, or scale virtual machines in your clusters to run containers. Fargate can be used with Amazon ECS today, with plans to support Amazon Elastic Container Service for Kubernetes (Amazon EKS) in the future.

    Fargate has flexible configuration options so you can closely match your application needs and granular, per-second billing.

    Sample Customers
    NASA JPL, UC Berkeley AMPLab, Amazon, eBay, Yahoo!, UC Santa Cruz, TripAdvisor, Taboola, Agile Lab, Art.com, Baidu, Alibaba Taobao, EURECOM, Hitachi Solutions
    Expedia, Intuit, Royal Dutch Shell, Brooks Brothers
    Top Industries
    REVIEWERS
    Computer Software Company30%
    Financial Services Firm15%
    University9%
    Marketing Services Firm6%
    VISITORS READING REVIEWS
    Financial Services Firm25%
    Computer Software Company13%
    Manufacturing Company7%
    Comms Service Provider6%
    VISITORS READING REVIEWS
    Financial Services Firm25%
    Computer Software Company15%
    Manufacturing Company5%
    Government5%
    Company Size
    REVIEWERS
    Small Business40%
    Midsize Enterprise19%
    Large Enterprise40%
    VISITORS READING REVIEWS
    Small Business17%
    Midsize Enterprise12%
    Large Enterprise71%
    REVIEWERS
    Small Business38%
    Midsize Enterprise13%
    Large Enterprise50%
    VISITORS READING REVIEWS
    Small Business18%
    Midsize Enterprise12%
    Large Enterprise70%
    Buyer's Guide
    AWS Fargate vs. Apache Spark
    March 2024
    Find out what your peers are saying about AWS Fargate vs. Apache Spark and other solutions. Updated: March 2024.
    767,847 professionals have used our research since 2012.

    Apache Spark is ranked 5th in Compute Service with 60 reviews while AWS Fargate is ranked 6th in Compute Service with 6 reviews. Apache Spark is rated 8.4, while AWS Fargate is rated 8.6. The top reviewer of Apache Spark writes "Reliable, able to expand, and handle large amounts of data well". On the other hand, the top reviewer of AWS Fargate writes "Efficiently auto-scales and good performance". Apache Spark is most compared with Spring Boot, AWS Batch, Spark SQL, SAP HANA and Amazon EC2, whereas AWS Fargate is most compared with Amazon EC2 Auto Scaling, Amazon EC2, AWS Lambda, AWS Batch and Apache NiFi. See our AWS Fargate vs. Apache Spark report.

    See our list of best Compute Service vendors.

    We monitor all Compute Service reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.