Hadoop-Related Software

TrustRadius Top Rated for 2023

Top Rated Products

(1-2 of 2)

1
Azure Data Lake Storage

Azure Data Lake Storage Gen2 is a highly scalable and cost-effective data lake solution for big data analytics. It combines the power of a high-performance file system with massive scale and economy to help you speed your time to insight. Data Lake Storage Gen2 extends Azure Blob…

2
Apache Hive

Apache Hive is database/data warehouse software that supports data querying and analysis of large datasets stored in the Hadoop distributed file system (HDFS) and other compatible systems, and is distributed under an open source license.

All Products

(1-25 of 41)

1
Apache Hadoop

Hadoop is an open source software from Apache, supporting distributed processing and data storage. Hadoop is popular for its scalability, reliability, and functionality available across commoditized hardware.

2
Apache Hive

Apache Hive is database/data warehouse software that supports data querying and analysis of large datasets stored in the Hadoop distributed file system (HDFS) and other compatible systems, and is distributed under an open source license.

4
Amazon EMR (Elastic MapReduce)

Amazon EMR is a cloud-native big data platform for processing vast amounts of data quickly, at scale. Using open source tools such as Apache Spark, Apache Hive, Apache HBase, Apache Flink, Apache Hudi (Incubating), and Presto, coupled with the scalability of Amazon EC2 and scalable…

5
Azure Data Lake Storage

Azure Data Lake Storage Gen2 is a highly scalable and cost-effective data lake solution for big data analytics. It combines the power of a high-performance file system with massive scale and economy to help you speed your time to insight. Data Lake Storage Gen2 extends Azure Blob…

6
IBM Analytics Engine

IBM BigInsights is an analytics and data visualization tool leveraging hadoop.

7
Hortonworks Data Platform

Hortonworks Data Platform (HDP) is an open source framework for distributed storage and processing of large, multi-source data sets. HDP modernizes IT infrastructure and keeps data secure—in the cloud or on-premises—while helping to drive new revenue streams, improve customer experience,…

8
Apache Pig

Apache Pig is a programming tool for creating MapReduce programs used in Hadoop.

9
Azure HDInsight

HDInsight is an implementation of the Apache Hadoop technology stack on the Microsoft Azure cloud platform: It is based on the Hortonworks Hadoop distribution. Microsoft Azure HDInsight includes implementations of Apache Spark, HBase, Storm, Pig, Hive, Sqoop, Oozie, Ambari, etc.…

10
HPE Ezmeral Data Fabric (MapR)

HPE Ezmeral Data Fabric (formerly MapR, acquired by HPE in 2019) is a software-defined datastore and file system that simplifies data management and analytics by unifying data across core, edge, and multicloud sources into a single platform. Just as a loom weaves multiple threads…

11
Cloudera Data Science Workbench

Cloudera Data Science Workbench enables secure self-service data science for the enterprise. It is a collaborative environment where developers can work with a variety of libraries and frameworks.

12
IBM Db2 Big SQL

IBM offers Db2 Big SQL, an enterprise grade hybrid ANSI-compliant SQL on Hadoop engine, delivering massively parallel processing (MPP) and advanced data query. Big SQL offers a single database connection or query for disparate sources such as HDFS, RDMS, NoSQL databases, object stores…

13
Cloudera Manager

Cloudera Manager is a management application for Apache Hadoop and the enterprise data hub, from Cloudera. Its automated wizards let users quickly deploy a cluster, no matter what the scale or the deployment environment, complete with intelligent, system-based default settings.

14
Kognitio

WX2 is the data and analytics focused data warehouse appliance solution from UK company Kognitio.

15
Presto

Presto is an open source SQL query engine designed to run queries on data stored in Hadoop or in traditional databases. Teradata supported development of Presto followed the acquisition of Hadapt and Revelytix.

16
Apache Flume

Apache Flume is a product enabling the flow of logs and other data into a Hadoop environment.

17
Alluxio

Alluxio (formerly Tachyon) is an open source virtual distributed storage system.

18
Hydrograph

Bitwise offers Hydrograph, a data integration tool with provides ETL functionality on Hadoop and Spark.

19
SAP Vora

SAP Vora is a computing engine designed to provide better accessibility to Hadoop data from SAP HANA. SAP Vora manages unstructured Hadoop data by building structured data hierarchies and making the data queryable through an SQL interface.

20
Apache Sqoop

Apache Sqoop is a tool for use with Hadoop, used to transfer data between Apache Hadoop and other, structured data stores.

21
Oracle Big Data Cloud Service

The Oracle Big Data Cloud Services features managed and secure platform cloud service for Apache Hadoop and Apache Spark delivered as an elastic, integrated platform. It provides support for streaming, batch, and interactive analysis.

22
Starburst Enterprise

Starburst Enterprise is a fully supported, production-tested and enterprise-grade distribution of open source Trino (formerly Presto® SQL). It aims to improve performance and security while making it easy to deploy, connect, and manage a Trino environment. Through connecting to any…

23
Tanzu Data Services (Greenplum, GemFire, RabbitMQ, Tanzu SQL)

Tanzu Data Services is a family of data-driven solutions built to store, process, and query critical data resources in real-time and at massive scale, both on-premises and in the multi-cloud world.

24
Cloudera Distribution Hadoop (CDH)

CDH is Cloudera’s 100% open source platform distribution, including Apache Hadoop and built specifically to meet enterprise demands. CDH delivers everything needed for enterprise use right out of the box. By integrating Hadoop with more than a dozen other critical open source projects,…

25
Apache Drill

Apache Drill is a schema-free query engine for use with NoSQL or Hadoop data or file storage systems and databases.

Learn More About Hadoop-Related Software

What is Hadoop Software?

Hadoop is a very unusual kind of open-source data store from the Apache Foundation. However, an entire ecosystem of products has evolved around the Hadoop data store, to the point where it has become its own technology category.

The central idea of Hadoop is that data is spread across many commodity, inexpensive servers, although there are several commercial distributions of Hadoop from Cloudera and Hortonworks who wrap services around the technology.

Unlike a traditional database, Hadoop can handle huge volumes of both structured and unstructured data including log files, streaming data, images, audio and video files. All of this data can be put into the Hadoop cluster and accessed, modified and processed in place, eliminating the need to duplicate and structure data in a traditional warehouse.

Once this huge volume of structured and unstructured data has been stored, how do you extract any value from it? Since Hadoop is not a structured database, structured query languages like SQL do not work. But Hadoop has its own data processing and query framework called MapReduce. Developers can use MapReduce to write programs that can retrieve whatever data is needed. However, MapReduce has several constraints affecting performance and a newer product like Apache Spark provides an alternative distributed computing framework, which is significantly more efficient. Similarly, products like Hive and Cloudera Impala provide a SQL-like query language, which is much easier for data analysts to learn and use.

Related Categories