Alternatives to Apache Hive logo

Alternatives to Apache Hive

HBase, Apache Spark, Presto, Hadoop, and Apache Impala are the most popular alternatives and competitors to Apache Hive.
475
470
+ 1
0

What is Apache Hive and what are its top alternatives?

Apache Hive is a data warehouse infrastructure built on top of Hadoop for providing data summarization, query, and analysis. It allows SQL-like queries to quickly process large datasets stored in Hadoop's HDFS. Key features include SQL-like query language (HiveQL), schema on read, data partitioning, and indexing. However, it has limitations in terms of latency due to the reliance on MapReduce, lack of real-time processing capabilities, and issues with performance optimization for complex queries.

  1. Apache Impala: Apache Impala is an open-source, massively parallel processing SQL query engine for data stored in Hadoop. Key features include fast query performance, support for interactive querying, and integration with popular BI tools. Pros include low-latency SQL queries, while cons include limited support for complex queries.
  2. Presto: Presto is a distributed SQL query engine designed for interactive analytic queries against data sources of all sizes. Key features include scalability, ANSI SQL support, and extensibility. Pros include high performance and compatibility with multiple data sources, while cons include complexity in setting up and maintaining.
  3. Apache Drill: Apache Drill is a distributed SQL query engine for Hadoop, NoSQL, and cloud storage. Key features include schema-free JSON document support, performance optimizations, and support for ANSI SQL. Pros include flexibility in schema design, while cons include limited support for complex queries.
  4. Hawk: Hawk is an open-source SQL query engine built for querying data lakes with a focus on performance and usability. Key features include SQL compatibility, low latency, and advanced optimizer for complex queries. Pros include high performance and ease of use, while cons include limited community support.
  5. Pinot: Pinot is a real-time distributed OLAP datastore built to provide low-latency analytics for event-driven applications. Key features include horizontal scalability, real-time indexing, and support for complex aggregations. Pros include real-time analytics capabilities, while cons include limited support for ad-hoc queries.
  6. ClickHouse: ClickHouse is an open-source column-oriented database management system built for speed and efficiency. Key features include real-time data processing, SQL support, and scalability. Pros include high performance and low resource consumption, while cons include limited support for complex data models.
  7. Greenplum Database: Greenplum Database is an open-source massively parallel processing data platform built for analytics and data warehousing. Key features include SQL support, scalability, and performance optimizations. Pros include high performance and advanced analytics capabilities, while cons include complexity in setup and maintenance.
  8. CrateDB: CrateDB is an open-source distributed SQL database designed for handling IoT and time-series data. Key features include scaling horizontally, SQL support, and data replication. Pros include scalability and ease of use, while cons include limited support for complex queries.
  9. Snowflake: Snowflake is a cloud-based data warehousing platform that offers scalable and secure data storage and analytics. Key features include elasticity, support for multiple data sources, and security features. Pros include ease of use and scalability, while cons include costs associated with cloud usage.
  10. Redshift: Amazon Redshift is a fully managed data warehouse service built for analytics and reporting. Key features include scalability, SQL support, and integration with AWS services. Pros include seamless integration with other AWS services, while cons include limited support for complex queries and high costs for large datasets.

Top Alternatives to Apache Hive

  • HBase
    HBase

    Apache HBase is an open-source, distributed, versioned, column-oriented store modeled after Google' Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of Apache Hadoop. ...

  • Apache Spark
    Apache Spark

    Spark is a fast and general processing engine compatible with Hadoop data. It can run in Hadoop clusters through YARN or Spark's standalone mode, and it can process data in HDFS, HBase, Cassandra, Hive, and any Hadoop InputFormat. It is designed to perform both batch processing (similar to MapReduce) and new workloads like streaming, interactive queries, and machine learning. ...

  • Presto
    Presto

    Distributed SQL Query Engine for Big Data

  • Hadoop
    Hadoop

    The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. ...

  • Apache Impala
    Apache Impala

    Impala is a modern, open source, MPP SQL query engine for Apache Hadoop. Impala is shipped by Cloudera, MapR, and Amazon. With Impala, you can query data, whether stored in HDFS or Apache HBase – including SELECT, JOIN, and aggregate functions – in real time. ...

  • Pig
    Pig

    Pig is a dataflow programming environment for processing very large files. Pig's language is called Pig Latin. A Pig Latin program consists of a directed acyclic graph where each node represents an operation that transforms data. Operations are of two flavors: (1) relational-algebra style operations such as join, filter, project; (2) functional-programming style operators such as map, reduce. ...

  • Snowflake
    Snowflake

    Snowflake eliminates the administration and management demands of traditional data warehouses and big data platforms. Snowflake is a true data warehouse as a service running on Amazon Web Services (AWS)—no infrastructure to manage and no knobs to turn. ...

  • AWS Glue
    AWS Glue

    A fully managed extract, transform, and load (ETL) service that makes it easy for customers to prepare and load their data for analytics. ...

Apache Hive alternatives & related posts

HBase logo

HBase

453
492
15
The Hadoop database, a distributed, scalable, big data store
453
492
+ 1
15
PROS OF HBASE
  • 9
    Performance
  • 5
    OLTP
  • 1
    Fast Point Queries
CONS OF HBASE
    Be the first to leave a con

    related HBase posts

    I am researching different querying solutions to handle ~1 trillion records of data (in the realm of a petabyte). The data is mostly textual. I have identified a few options: Milvus, HBase, RocksDB, and Elasticsearch. I was wondering if there is a good way to compare the performance of these options (or if anyone has already done something like this). I want to be able to compare the speed of ingesting and querying textual data from these tools. Does anyone have information on this or know where I can find some? Thanks in advance!

    See more

    Hi, I'm building a machine learning pipelines to store image bytes and image vectors in the backend.

    So, when users query for the random access image data (key), we return the image bytes and perform machine learning model operations on it.

    I'm currently considering going with Amazon S3 (in the future, maybe add Redis caching layer) as the backend system to store the information (s3 buckets with sharded prefixes).

    As the latency of S3 is 100-200ms (get/put) and it has a high throughput of 3500 puts/sec and 5500 gets/sec for a given bucker/prefix. In the future I need to reduce the latency, I can add Redis cache.

    Also, s3 costs are way fewer than HBase (on Amazon EC2 instances with 3x replication factor)

    I have not personally used HBase before, so can someone help me if I'm making the right choice here? I'm not aware of Hbase latencies and I have learned that the MOB feature on Hbase has to be turned on if we have store image bytes on of the column families as the avg image bytes are 240Kb.

    See more
    Apache Spark logo

    Apache Spark

    2.9K
    3.5K
    140
    Fast and general engine for large-scale data processing
    2.9K
    3.5K
    + 1
    140
    PROS OF APACHE SPARK
    • 61
      Open-source
    • 48
      Fast and Flexible
    • 8
      One platform for every big data problem
    • 8
      Great for distributed SQL like applications
    • 6
      Easy to install and to use
    • 3
      Works well for most Datascience usecases
    • 2
      Interactive Query
    • 2
      Machine learning libratimery, Streaming in real
    • 2
      In memory Computation
    CONS OF APACHE SPARK
    • 4
      Speed

    related Apache Spark posts

    Eric Colson
    Chief Algorithms Officer at Stitch Fix · | 21 upvotes · 6.1M views

    The algorithms and data infrastructure at Stitch Fix is housed in #AWS. Data acquisition is split between events flowing through Kafka, and periodic snapshots of PostgreSQL DBs. We store data in an Amazon S3 based data warehouse. Apache Spark on Yarn is our tool of choice for data movement and #ETL. Because our storage layer (s3) is decoupled from our processing layer, we are able to scale our compute environment very elastically. We have several semi-permanent, autoscaling Yarn clusters running to serve our data processing needs. While the bulk of our compute infrastructure is dedicated to algorithmic processing, we also implemented Presto for adhoc queries and dashboards.

    Beyond data movement and ETL, most #ML centric jobs (e.g. model training and execution) run in a similarly elastic environment as containers running Python and R code on Amazon EC2 Container Service clusters. The execution of batch jobs on top of ECS is managed by Flotilla, a service we built in house and open sourced (see https://github.com/stitchfix/flotilla-os).

    At Stitch Fix, algorithmic integrations are pervasive across the business. We have dozens of data products actively integrated systems. That requires serving layer that is robust, agile, flexible, and allows for self-service. Models produced on Flotilla are packaged for deployment in production using Khan, another framework we've developed internally. Khan provides our data scientists the ability to quickly productionize those models they've developed with open source frameworks in Python 3 (e.g. PyTorch, sklearn), by automatically packaging them as Docker containers and deploying to Amazon ECS. This provides our data scientist a one-click method of getting from their algorithms to production. We then integrate those deployments into a service mesh, which allows us to A/B test various implementations in our product.

    For more info:

    #DataScience #DataStack #Data

    See more
    Conor Myhrvold
    Tech Brand Mgr, Office of CTO at Uber · | 7 upvotes · 2.9M views

    Why we built Marmaray, an open source generic data ingestion and dispersal framework and library for Apache Hadoop :

    Built and designed by our Hadoop Platform team, Marmaray is a plug-in-based framework built on top of the Hadoop ecosystem. Users can add support to ingest data from any source and disperse to any sink leveraging the use of Apache Spark . The name, Marmaray, comes from a tunnel in Turkey connecting Europe and Asia. Similarly, we envisioned Marmaray within Uber as a pipeline connecting data from any source to any sink depending on customer preference:

    https://eng.uber.com/marmaray-hadoop-ingestion-open-source/

    (Direct GitHub repo: https://github.com/uber/marmaray Kafka Kafka Manager )

    See more
    Presto logo

    Presto

    393
    1K
    66
    Distributed SQL Query Engine for Big Data
    393
    1K
    + 1
    66
    PROS OF PRESTO
    • 18
      Works directly on files in s3 (no ETL)
    • 13
      Open-source
    • 12
      Join multiple databases
    • 10
      Scalable
    • 7
      Gets ready in minutes
    • 6
      MPP
    CONS OF PRESTO
      Be the first to leave a con

      related Presto posts

      Ashish Singh
      Tech Lead, Big Data Platform at Pinterest · | 38 upvotes · 2.9M views

      To provide employees with the critical need of interactive querying, we’ve worked with Presto, an open-source distributed SQL query engine, over the years. Operating Presto at Pinterest’s scale has involved resolving quite a few challenges like, supporting deeply nested and huge thrift schemas, slow/ bad worker detection and remediation, auto-scaling cluster, graceful cluster shutdown and impersonation support for ldap authenticator.

      Our infrastructure is built on top of Amazon EC2 and we leverage Amazon S3 for storing our data. This separates compute and storage layers, and allows multiple compute clusters to share the S3 data.

      We have hundreds of petabytes of data and tens of thousands of Apache Hive tables. Our Presto clusters are comprised of a fleet of 450 r4.8xl EC2 instances. Presto clusters together have over 100 TBs of memory and 14K vcpu cores. Within Pinterest, we have close to more than 1,000 monthly active users (out of total 1,600+ Pinterest employees) using Presto, who run about 400K queries on these clusters per month.

      Each query submitted to Presto cluster is logged to a Kafka topic via Singer. Singer is a logging agent built at Pinterest and we talked about it in a previous post. Each query is logged when it is submitted and when it finishes. When a Presto cluster crashes, we will have query submitted events without corresponding query finished events. These events enable us to capture the effect of cluster crashes over time.

      Each Presto cluster at Pinterest has workers on a mix of dedicated AWS EC2 instances and Kubernetes pods. Kubernetes platform provides us with the capability to add and remove workers from a Presto cluster very quickly. The best-case latency on bringing up a new worker on Kubernetes is less than a minute. However, when the Kubernetes cluster itself is out of resources and needs to scale up, it can take up to ten minutes. Some other advantages of deploying on Kubernetes platform is that our Presto deployment becomes agnostic of cloud vendor, instance types, OS, etc.

      #BigData #AWS #DataScience #DataEngineering

      See more
      Eric Colson
      Chief Algorithms Officer at Stitch Fix · | 21 upvotes · 6.1M views

      The algorithms and data infrastructure at Stitch Fix is housed in #AWS. Data acquisition is split between events flowing through Kafka, and periodic snapshots of PostgreSQL DBs. We store data in an Amazon S3 based data warehouse. Apache Spark on Yarn is our tool of choice for data movement and #ETL. Because our storage layer (s3) is decoupled from our processing layer, we are able to scale our compute environment very elastically. We have several semi-permanent, autoscaling Yarn clusters running to serve our data processing needs. While the bulk of our compute infrastructure is dedicated to algorithmic processing, we also implemented Presto for adhoc queries and dashboards.

      Beyond data movement and ETL, most #ML centric jobs (e.g. model training and execution) run in a similarly elastic environment as containers running Python and R code on Amazon EC2 Container Service clusters. The execution of batch jobs on top of ECS is managed by Flotilla, a service we built in house and open sourced (see https://github.com/stitchfix/flotilla-os).

      At Stitch Fix, algorithmic integrations are pervasive across the business. We have dozens of data products actively integrated systems. That requires serving layer that is robust, agile, flexible, and allows for self-service. Models produced on Flotilla are packaged for deployment in production using Khan, another framework we've developed internally. Khan provides our data scientists the ability to quickly productionize those models they've developed with open source frameworks in Python 3 (e.g. PyTorch, sklearn), by automatically packaging them as Docker containers and deploying to Amazon ECS. This provides our data scientist a one-click method of getting from their algorithms to production. We then integrate those deployments into a service mesh, which allows us to A/B test various implementations in our product.

      For more info:

      #DataScience #DataStack #Data

      See more
      Hadoop logo

      Hadoop

      2.5K
      2.3K
      56
      Open-source software for reliable, scalable, distributed computing
      2.5K
      2.3K
      + 1
      56
      PROS OF HADOOP
      • 39
        Great ecosystem
      • 11
        One stack to rule them all
      • 4
        Great load balancer
      • 1
        Amazon aws
      • 1
        Java syntax
      CONS OF HADOOP
        Be the first to leave a con

        related Hadoop posts

        Shared insights
        on
        KafkaKafkaHadoopHadoop
        at

        The early data ingestion pipeline at Pinterest used Kafka as the central message transporter, with the app servers writing messages directly to Kafka, which then uploaded log files to S3.

        For databases, a custom Hadoop streamer pulled database data and wrote it to S3.

        Challenges cited for this infrastructure included high operational overhead, as well as potential data loss occurring when Kafka broker outages led to an overflow of in-memory message buffering.

        See more
        Conor Myhrvold
        Tech Brand Mgr, Office of CTO at Uber · | 7 upvotes · 2.9M views

        Why we built Marmaray, an open source generic data ingestion and dispersal framework and library for Apache Hadoop :

        Built and designed by our Hadoop Platform team, Marmaray is a plug-in-based framework built on top of the Hadoop ecosystem. Users can add support to ingest data from any source and disperse to any sink leveraging the use of Apache Spark . The name, Marmaray, comes from a tunnel in Turkey connecting Europe and Asia. Similarly, we envisioned Marmaray within Uber as a pipeline connecting data from any source to any sink depending on customer preference:

        https://eng.uber.com/marmaray-hadoop-ingestion-open-source/

        (Direct GitHub repo: https://github.com/uber/marmaray Kafka Kafka Manager )

        See more
        Apache Impala logo

        Apache Impala

        145
        300
        18
        Real-time Query for Hadoop
        145
        300
        + 1
        18
        PROS OF APACHE IMPALA
        • 11
          Super fast
        • 1
          Massively Parallel Processing
        • 1
          Load Balancing
        • 1
          Replication
        • 1
          Scalability
        • 1
          Distributed
        • 1
          High Performance
        • 1
          Open Sourse
        CONS OF APACHE IMPALA
          Be the first to leave a con

          related Apache Impala posts

          I have been working on a Java application to demonstrate the latency for the select/insert/update operations on KUDU storage using Apache Kudu API - Java based client. I have a few queries about using Apache Kudu API

          1. Do we have JDBC wrapper to use Apache Kudu API for getting connection to Kudu masters with connection pool mechanism and all DB operations?

          2. Does Apache KuduAPI supports order by, group by, and aggregate functions? if yes, how to implement these functions using Kudu APIs.

          3. How can we add kudu predicates to Kudu update operation? if yes, how?

          4. Does Apache Kudu API supports batch insertion (execute the Kudu Insert for multiple rows at one go instead of row by row)? (like Kudusession.apply(List);)

          5. Does Apache Kudu API support join on tables?

          6. which tool is preferred over others (Apache Impala /Kudu API) for read and update/insert DB operations?

          See more
          Pig logo

          Pig

          59
          111
          5
          Platform for analyzing large data sets
          59
          111
          + 1
          5
          PROS OF PIG
          • 2
            Finer-grained control on parallelization
          • 1
            Proven at Petabyte scale
          • 1
            Open-source
          • 1
            Join optimizations for highly skewed data
          CONS OF PIG
            Be the first to leave a con

            related Pig posts

            Snowflake logo

            Snowflake

            1.1K
            1.2K
            27
            The data warehouse built for the cloud
            1.1K
            1.2K
            + 1
            27
            PROS OF SNOWFLAKE
            • 7
              Public and Private Data Sharing
            • 4
              Multicloud
            • 4
              Good Performance
            • 4
              User Friendly
            • 3
              Great Documentation
            • 2
              Serverless
            • 1
              Economical
            • 1
              Usage based billing
            • 1
              Innovative
            CONS OF SNOWFLAKE
              Be the first to leave a con

              related Snowflake posts

              I'm wondering if any Cloud Firestore users might be open to sharing some input and challenges encountered when trying to create a low-cost, low-latency data pipeline to their Analytics warehouse (e.g. Google BigQuery, Snowflake, etc...)

              I'm working with a platform by the name of Estuary.dev, an ETL/ELT and we are conducting some research on the pain points here to see if there are drawbacks of the Firestore->BQ extension and/or if users are seeking easy ways for getting nosql->fine-grained tabular data

              Please feel free to drop some knowledge/wish list stuff on me for a better pipeline here!

              See more
              Shared insights
              on
              Google BigQueryGoogle BigQuerySnowflakeSnowflake

              I use Google BigQuery because it makes is super easy to query and store data for analytics workloads. If you're using GCP, you're likely using BigQuery. However, running data viz tools directly connected to BigQuery will run pretty slow. They recently announced BI Engine which will hopefully compete well against big players like Snowflake when it comes to concurrency.

              What's nice too is that it has SQL-based ML tools, and it has great GIS support!

              See more
              AWS Glue logo

              AWS Glue

              448
              806
              9
              Fully managed extract, transform, and load (ETL) service
              448
              806
              + 1
              9
              PROS OF AWS GLUE
              • 9
                Managed Hive Metastore
              CONS OF AWS GLUE
                Be the first to leave a con

                related AWS Glue posts

                Will Dataflow be the right replacement for AWS Glue? Are there any unforeseen exceptions like certain proprietary transformations not supported in Google Cloud Dataflow, connectors ecosystem, Data Quality & Date cleansing not supported in DataFlow. etc?

                Also, how about Google Cloud Data Fusion as a replacement? In terms of No Code/Low code .. (Since basic use cases in Glue support UI, in that case, CDF may be the right choice ).

                What would be the best choice?

                See more
                Pardha Saradhi
                Technical Lead at Incred Financial Solutions · | 6 upvotes · 101.3K views

                Hi,

                We are currently storing the data in Amazon S3 using Apache Parquet format. We are using Presto to query the data from S3 and catalog it using AWS Glue catalog. We have Metabase sitting on top of Presto, where our reports are present. Currently, Presto is becoming too costly for us, and we are looking for alternatives for it but want to use the remaining setup (S3, Metabase) as much as possible. Please suggest alternative approaches.

                See more