Software Alternatives & Reviews

Amazon EMR VS Apache Arrow

Compare Amazon EMR VS Apache Arrow and see what are their differences

Amazon EMR logo Amazon EMR

Amazon Elastic MapReduce is a web service that makes it easy to quickly process vast amounts of data.

Apache Arrow logo Apache Arrow

Apache Arrow is a cross-language development platform for in-memory data.
  • Amazon EMR Landing page
    Landing page //
    2023-04-02
  • Apache Arrow Landing page
    Landing page //
    2021-10-03

Amazon EMR videos

Amazon EMR Masterclass

More videos:

  • Review - Deep Dive into What’s New in Amazon EMR - AWS Online Tech Talks
  • Tutorial - How to use Apache Hive and DynamoDB using Amazon EMR

Apache Arrow videos

Wes McKinney - Apache Arrow: Leveling Up the Data Science Stack

More videos:

  • Review - "Apache Arrow and the Future of Data Frames" with Wes McKinney
  • Review - Apache Arrow Flight: Accelerating Columnar Dataset Transport (Wes McKinney, Ursa Labs)

Category Popularity

0-100% (relative to Amazon EMR and Apache Arrow)
Data Dashboard
100 100%
0% 0
Databases
0 0%
100% 100
Big Data
90 90%
10% 10
NoSQL Databases
0 0%
100% 100

User comments

Share your experience with using Amazon EMR and Apache Arrow. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Apache Arrow should be more popular than Amazon EMR. It has been mentiond 33 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Amazon EMR mentions (10)

  • 5 Best Practices For Data Integration To Boost ROI And Efficiency
    There are different ways to implement parallel dataflows, such as using parallel data processing frameworks like Apache Hadoop, Apache Spark, and Apache Flink, or using cloud-based services like Amazon EMR and Google Cloud Dataflow. It is also possible to use parallel dataflow frameworks to handle big data and distributed computing, like Apache Nifi and Apache Kafka. Source: about 1 year ago
  • What compute service i should use? Advice for a duck-tape kind of guy
    I'm going to guess you want something like EMR. Which can take large data sets segment it across multiple executors and coalesce the data back into a final dataset. Source: almost 2 years ago
  • Processing a large text file containing millions of records.
    This is exactly the kind of workload EMR was made for, you can even run it serverless nowadays. Athena might be a viable option as well. Source: almost 2 years ago
  • How to use Spark and Pandas to prepare big data
    Apache Spark is one of the most actively developed open-source projects in big data. The following code examples require that you have Spark set up and can execute Python code using the PySpark library. The examples also require that you have your data in Amazon S3 (Simple Storage Service). All this is set up on AWS EMR (Elastic MapReduce). - Source: dev.to / over 2 years ago
  • Beginner building a Hadoop cluster
    Check out https://aws.amazon.com/emr/. Source: about 2 years ago
View more

Apache Arrow mentions (33)

  • How moving from Pandas to Polars made me write better code without writing better code
    In comes Polars: a brand new dataframe library, or how the author Ritchie Vink describes it... a query engine with a dataframe frontend. Polars is built on top of the Arrow memory format and is written in Rust, which is a modern performant and memory-safe systems programming language similar to C/C++. - Source: dev.to / 2 months ago
  • Time Series Analysis with Polars
    One is related to the heritage of being built around the NumPy library, which is great for processing numerical data, but becomes an issue as soon as the data is anything else. Pandas 2.0 has started to bring in Arrow, but it's not yet the standard (you have to opt-in and according to the developers it's going to stay that way for the foreseeable future). Also, pandas's Arrow-based features are not yet entirely on... - Source: dev.to / 5 months ago
  • TXR Lisp
    IMO a good first step would be to use the txr FFI to write a library for Apache arrow: https://arrow.apache.org/. - Source: Hacker News / 5 months ago
  • A Polars exploration into Kedro
    Polars is an open-source library for Python, Rust, and NodeJS that provides in-memory dataframes, out-of-core processing capabilities, and more. It is based on the Rust implementation of the Apache Arrow columnar data format (you can read more about Arrow on my earlier blog post “Demystifying Apache Arrow”), and it is optimised to be blazing fast. - Source: dev.to / 12 months ago
  • Demystifying Apache Arrow
    Apache Arrow (Arrow for short) is an open source project that defines itself as "a language-independent columnar memory format" (more on that later). It is part of the Apache Software Foundation, and as such is governed by a community of several stakeholders. It has implementations in several languages (C++ and also Rust, Julia, Go, and even JavaScript) and bindings for Python, R and others that wrap the C++... - Source: dev.to / 12 months ago
View more

What are some alternatives?

When comparing Amazon EMR and Apache Arrow, you can also consider the following products

Google BigQuery - A fully managed data warehouse for large-scale data analytics.

Delta Lake - Application and Data, Data Stores, and Big Data Tools

Google Cloud Dataflow - Google Cloud Dataflow is a fully-managed cloud service and programming model for batch and streaming big data processing.

Redis - Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.

Google Cloud Dataproc - Managed Apache Spark and Apache Hadoop service which is fast, easy to use, and low cost

Apache Parquet - Apache Parquet is a columnar storage format available to any project in the Hadoop ecosystem.