Hive background blur-sm
Hive Project Management Software logo
Hive
Collaborative Workspace Revolutionized
4.2

( 59 )

Why Findstack is free?
Findstack is free for users because vendors pay us when they receive web traffic and sales opportunities. Findstack directories list all vendors — not just those that pay us so that you can make the best-informed purchase decision possible.
Advertising disclosure: Findstack offers objective, editorially independent comparisons to help you find the best software. Some links on this page are affiliate links — we may earn a commission when you visit a vendor through our links, at no additional cost to you. Affiliate relationships never influence our ratings, rankings, or reviews. Disclosure policy | Methodology

Hive Reviews: 4.2/5 — Solid Choice

Hive Overview
What is Hive?

Hive is an all-in-one project management tool developed to “help teams move faster” regardless of how they work. Features are created based on users’ requests and are updated weekly, making Hive the world’s first democratic software platform. It’s best known for its capabilities in project management, time management, team collaboration, automation, and an array of integrations with third-party software. Hive is free to use for solo users and with premium versions available to teams and enterprises.

Company Hive Technology, Inc.
Year founded 2015
Company size 11-50 employees
Headquarters New York, NY, United States
Social Media
Hive Categories on Findstack
Crevio E-Commerce Platforms logo
Crevio
Sponsored
5.0
(1)
Free plan available
Crevio is an AI-powered platform that runs your business while you sleep. Describe what you want to se... Learn more about Crevio
Ask Questions about Hive
What Hive is best for?
How does Hive compare to monday.com?
What are the pros and cons of Hive?
Hive Product Details
Capabilities
API
Segment
Small Business
Mid Market
Enterprise
Deployment Cloud / SaaS / Web-Based, Mobile Android, Mobile iPad, Mobile iPhone
Support 24/7 (Live rep), Chat, Email/Help Desk, FAQs/Forum, Knowledge Base, Phone Support
Training Documentation
Languages English
Hive Features
Action plan / roadmap generation
Agile Methodologies Support
AI agents / automation of tasks
Budget Management
Calendar Integration
Client Portal
Collaboration / team roles / delegation
Collaboration Tools
Customizable Dashboards
Custom templates / reusable plan templates
Dependency Tracking
Document Management
Hive Media
Hive video thumbnail
Hive 0
Hive 1
Hive 2
Hive 3
Hive 4
Hive Screenshots
Hive screenshot 1
Hive screenshot 2
Hive screenshot 3
Hive screenshot 4
Hive screenshot 5
Disclaimer
Our research is curated from diverse authoritative sources and meant to offer general advice. We don’t guarantee that our suggestions will work best for each use-case, so consider your unique needs when choosing products and services. Feel free to share your feedback.
Last updated: September 04, 2026
Hive Project Management Software logo
59 Hive Reviews
4.2 out of 5
Enterprise (> 1000 emp.)
Jul 31, 2018
 Source
Overall Rating:
4.0
AG
Verified Reviewer
Founder
Share
"Hive gives you flexibility to query data in hadoop"
What do you like best about Hive?

Leverage sql skills to perform operations on data stored in hadoop.

What do you dislike about Hive?

Works on map reduce algorithm, so the retrieval of data is a little slow.

What problems is Hive solving and how is that benefiting you?

Allowed business users to query data using sql skills.

Mid Market (51-1000 emp.)
Jan 10, 2018
 Source
Overall Rating:
4.0
AG
Verified Reviewer
Founder
Share
"Hive is useful but can be quirky"
What do you like best about Hive?

The best thing about HIVE is that anyone that is familiar with SQL can take advantage of HIVE's ability to run map reduce jobs. Newer version of HIVE is getting better at supporting windowing functions and fleshing out any inconsistencies. So far the documentation is good enough for getting me through my tasks and there is still on-going support for this product, which is a pretty good sign to me.

What do you dislike about Hive?

Older versions of HIVE sucks. There are lots of limitations that will force you to write HiveQL queries that are not straight forward and, even potentially, inefficient. For example, no support for window functions and no equality comparisons on joins can make your life very difficult so you will need to fall back to using some whacky full joins or self joins to accomplish the same task.

What problems is Hive solving and how is that benefiting you?

We are using HIVE as a data warehouse. One of the benefits of HIVE is that it can break your SQL queries into a series of map reduce jobs, so its supposed to speed up your queries if given enough compute nodes.

Mid Market (51-1000 emp.)
Jan 04, 2018
 Source
Overall Rating:
4.0
AG
Verified Reviewer
Founder
Share
"HIve Review - Data Science Perspective"
What do you like best about Hive?

Hive is the best out there for answering ad-hoc queries in parallel paradigm. It works very well with Hadoop Echo system (mainly integrates perfectly with HDFS). - Easy to use as it implements most of SQL functions.

What do you dislike about Hive?

- Needs more optimization for complex queries (like caching, auto-partitioning,etc ...) to speed up the latency of the queries. - Tuning the hive parameters is really challenging for the users. The default settings don't work with the large queries. - Hive is perfect if 90-95% of the queries are read-only. It is not suitable for applications with heavily updates

What problems is Hive solving and how is that benefiting you?

Get quick insights from big data in case of the customers' data don't fit on one machine. It helps a lot for data preparation (i.e. creating temporary tables), that can be consumed by other machine learning solutions like Spark to build machine learning models that add more business values.

Enterprise (> 1000 emp.)
Nov 27, 2017
 Source
Overall Rating:
4.0
AG
Verified Reviewer
Founder
Share
"TheHive"
What do you like best about Hive?

For all its processing power, Pig requires programmers to learn something on top of SQL. It requires learning and mastering something new. Hive statements are remarkably similar to SQL and despite the limitations of Hive Query Language (HQL) in terms of the commands that it understands, it is still very useful. Hive provides an excellent open source implementation of MapReduce. It works well when it comes to processing data stored in a distributed manner, unlike SQL which requires strict adherence to schemas while storing data.

What do you dislike about Hive?

Despite the working differences, once you enter the Hive world from SQL, similarity in language ensures smooth transition but it is important to note the differences in constructs and syntax, else you’re in for frustrating times.

What problems is Hive solving and how is that benefiting you?

data extracting, processing and analysis. It's fast.

Enterprise (> 1000 emp.)
Jun 27, 2017
 Source
Overall Rating:
4.0
DS
Dhharvi S.
System Engineer
Share
"Big Data with SQL"
What do you like best about Hive?

Hive provides an ease to the user who wants to store bulk data, in a tabular manner. It works on the same queries like SQL, making it easy for using the traditional database system. Because of this reason, people need not have to study some new language and can still adapt to the Big Data Culture. Also it has features like partition, and bucketing, helping in segregation of data. Data can directly be loaded into hive, by HDFS, using the CSV files of the same format, or from Hbase by making a pointer to the Hbase table, providing a link within Hadoop.

What do you dislike about Hive?

For small amount of data also, it runs map reduce job, which consumes some time, and thus is not efficient for the same. We do not have a concept of primary key in Hive, so we can have redundant entries. Also till the older version, update and delete were not possible, and now also in the new version, if we want to use the update and delete commands, the performance of the tool gets degraded.

What problems is Hive solving and how is that benefiting you?

We are using Hive for storing logs, of data, being generated, in our business. Further we will be using these logs for reconciliation purpose, helping in keeping a track of data.

Mid Market (51-1000 emp.)
Nov 28, 2016
 Source
Overall Rating:
4.0
AG
Verified Reviewer
Founder
Share
"Excellent Batch Query Tool"
What do you like best about Hive?

Stable product; Easy to use; Multiple computation engines - Tez, MR; Almost all SQL capabilities;

What do you dislike about Hive?

Delete support is still not there even though they are nearly there.

What problems is Hive solving and how is that benefiting you?

Primary Querying engine for Data Analytics

Mid Market (51-1000 emp.)
Oct 25, 2016
 Source
Overall Rating:
4.0
AG
Verified Reviewer
Founder
Share
"Fast Queries for BI use cases"
What do you like best about Hive?

Provides quick results based on a hadoop database, easy to use interface with simple set up steps

What do you dislike about Hive?

Some quirks with HiveQL may require referencing the documentation, but there is a lot of similarity with other SQL based languages.

What problems is Hive solving and how is that benefiting you?

Data analytics, making vast amounts of data available for general BI uses

Mid Market (51-1000 emp.)
Jul 15, 2015
 Source
Overall Rating:
4.0
PS
Pavlo S.
Senior Software Engeneer
Share
"Hive as the base for BI tools to get data from Hadoop"
What do you like best about Hive?

The Hive is intended to simplify your experience with Hadoop and allows developers and business analyst apply their SQL knowledge to query data, build reports, build etl etc.

What do you dislike about Hive?

As the open source software it has common issues with support. Also Hive doesn't support many features that traditional SQL has.

What problems is Hive solving and how is that benefiting you?

The main purpouse of using Hive is to building reports and do analysis of data that is stored in the Hadoop file system. As for now it is the only one framework that can be used by all most popular BI tools to read the data from the HDFS.

Small Business (50 or fewer emp.)
Jul 09, 2015
 Source
Overall Rating:
4.0
AA
Anubhav A.
Big Data Engineer
Share
"Great distributed storage for hadoop"
What do you like best about Hive?

Ease of use as well as ability to scale. It has proven its reliability. They have continued to add more features and increased its speed at the same time.

What do you dislike about Hive?

Speed is still slower compared to newer distributed warehouses. Also, it still uses mapreduce behind the scene which is very slow in the present days.

What problems is Hive solving and how is that benefiting you?

Storing large amount of data that could not fit in to any relational database system. Being able to derive valuable insight into our data by running mapreduce jobs on data stored in Hive.

Enterprise (> 1000 emp.)
Jul 09, 2015
 Source
Overall Rating:
4.0
AM
Ankit M.
Software Developer
Share
"Active Hive user since last 2 years"
What do you like best about Hive?

The best part about hive is that it easy to master because of its SQL like interfacing. Also very handy tool for ETL and DW functions.

What do you dislike about Hive?

Not too good with setting up optimization parameters. Need to remember a lot of console settings. Index doesnt turn out to be very useful. CRUD functions have many pre-requisites like the table must be bucketed, etc.

What problems is Hive solving and how is that benefiting you?

we are trying to create a standard ETL pipelining tool that would support standard BI/Reporting utilities.

Enterprise (> 1000 emp.)
Jul 08, 2015
 Source
Overall Rating:
4.0
AG
Verified Reviewer
Founder
Share
"SQL-like syntax makes it easy to use."
What do you like best about Hive?

The best part is being able to use a familiar syntax.

What do you dislike about Hive?

Doesn't support all MYSQL use-cases (understandably).

What problems is Hive solving and how is that benefiting you?

Ad-hoc queries on ETL'd production data.

Mid Market (51-1000 emp.)
Jul 08, 2015
 Source
Overall Rating:
4.0
SC
Sanjeev C.
Director Of Engineering, Analytics
Share
"Hive is a great tool to have in a hadoop ecosystem, works great in generating parquet files"
What do you like best about Hive?

To be able to run map reduce jobs using json parsing and generate dynamic partitions in parquet file format.

What do you dislike about Hive?

It is slow compared to Spark/Impala for most operations. Also, it throws Out of Memory if multiple partitions are updated containing many parquet files.

What problems is Hive solving and how is that benefiting you?

Events are gathered in HDFS by flume and needs to be processed into parquet files for fast querying. The input data contains variable attributes in the json payload as each customer could define custom attributes. It is part of the ETL pipeline, where hive jobs read json data and generates parquet files that would be queried using impala/spark. Using views, each customer queries only the relevant data.

Small Business (50 or fewer emp.)
Jul 08, 2015
 Source
Overall Rating:
4.0
AG
Verified Reviewer
Founder
Share
"Hive - Scalable Query Language for Hadoop"
What do you like best about Hive?

performing SQL-like queries, Partitioning Tables, De-normalizing data, Compress map/reduce output are best benefits

What do you dislike about Hive?

For some cases you cannot do complicated operations using Hive e.g. when output of one job acts as input to the other job (SequenceFileFormat file) or writing query on an image file, Hive is not useful.

What problems is Hive solving and how is that benefiting you?

Hive helps in resolving big data problems

Enterprise (> 1000 emp.)
Apr 29, 2015
 Source
Overall Rating:
4.0
AG
Verified Reviewer
Founder
Share
"Query Language for Hadoop"
What do you like best about Hive?

Hadoop does not have native query language, but Hive is a great addition to use on top of hadoop. I could point to a data stored in hadoop to a specific table and could use normal queries like I usually do in SQL. We can join and do aggregations etc. Makes life pretty simple.

What do you dislike about Hive?

It can be very slow as it runs on map reduce jobs underneath. Data cannot be updated but we will have to do a rewrite.

What problems is Hive solving and how is that benefiting you?

For people who are used to write SQL queries would have a very good time using Hive on top of hadoop for files stored in HDFS.

Enterprise (> 1000 emp.)
Apr 07, 2015
 Source
Overall Rating:
4.0
PS
Puneet S.
Software Engineer Ii
Share
"Hive Review"
What do you like best about Hive?

-> Easy to configure/create a table for Big data or Streaming data -> Fast and easy to Query. Business/non-technical folks can use HUE for more interactive Querying on Hive tables -> HUE can have saved results and old queries along with exporting results in Excell.CSV

What do you dislike about Hive?

-> Joining and parsing multiple tables with huge sizes still remain a challenge. -> Some of SQL operations doesn't work in hive like non equality joins,

What problems is Hive solving and how is that benefiting you?

Dumping Site activity Big Data streaming data as well as data logs in Hive

Small Business (50 or fewer emp.)
Jul 28, 2023
 Source
Overall Rating:
3.5
NG
Nishu G.
Test Engineer
Share
"Data warehouse"
What do you like best about Hive?

Open source framework allows to read and write and manage tha data like sql , HQl which makes it easy to use.

What do you dislike about Hive?

The latency in Apache hive is very high.

What problems is Hive solving and how is that benefiting you?

It provides SQL like query language called HQl with schema on read and transparently convert queries to map reduce.

Enterprise (> 1000 emp.)
Feb 16, 2023
 Source
Overall Rating:
3.5
BA
Balaji A.
Data Engineering Analyst
Share
"About Apache Hive"
What do you like best about Hive?

I like the most in Apache Hive supports partitioning and bucketing for fast data retrieval. We can create custom UDF as per the requirements to perform data cleansing and filtering. It supports HQL similar to SQL which gives easy for the people who comes from SQL background.

What do you dislike about Hive?

Doesn't support OLTP and also doesn't support delete or update actions.

What problems is Hive solving and how is that benefiting you?

We have created a semantic layer in Hive that helps us to process the terabytes of data and generate the reports faster. it also helped us fault tolerance and high availability of the data

Small Business (50 or fewer emp.)
Nov 10, 2022
 Source
Overall Rating:
3.5
Cherukumalli S. avatar
Cherukumalli S.
Administration
Share
"It works fine but needs improvements"
What do you like best about Hive?

Flexible and easy to understand loved it

What do you dislike about Hive?

Not compatible with multiple platforms hence mostly plotform depend

What problems is Hive solving and how is that benefiting you?

Works best with ETL related works or tasks

Enterprise (> 1000 emp.)
Aug 22, 2022
 Source
Overall Rating:
3.5
Aditya K. avatar
Aditya K.
Lead Software Engineer
Share
"Hive review"
What do you like best about Hive?

It is easy to run query in hive as hive uses hql which is very similar to sql. Hive has hivemetastore service to save the metadata and hiveserver2 to serve the client requests so the segregation here helps in proper resource distribution. Hive is also fault tolerant which makes it ideal to run ETL long running batches

What do you dislike about Hive?

Hive has a problem of cold start and since it used mapreduce algorithm at the backend, it is way slower than spark which made us move to spark from hive as the job completion time after switching to spark got reduced by 70-80%

What problems is Hive solving and how is that benefiting you?

Informatica data ingestion Abinitio data ingestion and modifications Data formatting (as it provides option such as csv,parauet etc) Data transformation using hive query Data pipelines

Enterprise (> 1000 emp.)
Jul 03, 2022
 Source
Overall Rating:
3.5
kirankumar k. avatar
Kirankumar K.
Big Data Engineer
Share
"Hive Review for big data"
What do you like best about Hive?

The friendliness of the data warehouse tool for the database developers

What do you dislike about Hive?

Not inclusion of acid properties, it doesn't have the acid properties as in the databases

What problems is Hive solving and how is that benefiting you?

I usually use hive for my big data [data migration problems], the speed at which the query operates, and the option to choose various engines

Enterprise (> 1000 emp.)
Dec 09, 2017
 Source
Overall Rating:
3.5
AG
Verified Reviewer
Founder
Share
"the hive - best in class tool "
What do you like best about Hive?

If you are data analyst and expert in SQL then use Hive. Hive is very easy to work with especially if you are a SQL person. I use both hive and pig at work. I use hive mainly for ad hoc quires and reports. For BI reports Hive is the best since you can reuse all the SQL that you have done for traditional data warehouses. Also with Hive Server2 you get a real JDBC support so you can plug your BI tools to it. Many more SQL features like cubes, rollups, windowing, lag, lead, etc are being added to Hive through Hortonworks Stinger initiative. Hive also produces very compact code, which is always good for reading and debugging.

What do you dislike about Hive?

I would suggest to use hive for large projects, where you want to implement SQL-like data access, schemas, metadata, partitions, server-based deployment, jdbc, etc. Pig is a good language and can be very handy for immediate tasks or small projects. i would recommend PIG for small projects .

What problems is Hive solving and how is that benefiting you?

Hive Hadoop provides the users with strong and powerful statistics functions. Hive Hadoop is like SQL, so for any SQL developer the learning curve for Hive will almost be negligible. Hive Hadoop can be integrated with HBase for querying the data in HBase whereas this is not possible with Pig. In case of Pig, a function named HbaseStorage () will be used for loading the data from HBase. Hive Hadoop has gained popularity as it is supported by Hue. Hive Hadoop has various user groups such as CNET, Facebook, and Digg and so on.

Enterprise (> 1000 emp.)
Apr 22, 2015
 Source
Overall Rating:
3.5
AB
Anusha B.
Teaching Assistant For Big Data Systems
Share
"Its good for Business Analysts and its good for pulling the data for analysis from Hadoop "
What do you like best about Hive?

If you know how to write sql statements you can write hiveql and it doesn't require you to learn anything new,its pretty straightforward

What do you dislike about Hive?

Performance tuning is difficult and becomes hard for complex queries, it still has a few bugs like all the data going to single reducer, which might lead to slow down the query results.

What problems is Hive solving and how is that benefiting you?

For developing reports for business analysts, lot of them know sql statements so its easy to write and pull information for analysis

Mid Market (51-1000 emp.)
Apr 02, 2015
 Source
Overall Rating:
3.5
AG
Abhishek G.
Senior Software Engineer
Share
"Works great for batch-processing large datasets"
What do you like best about Hive?

- Easy to learn - Can query complex data including nested structures. - Flexible (wrt data schema) - With ORC SerDe, I/O can be reduced drastically - by reading only what is required (columnar formats).

What do you dislike about Hive?

- Needs schema to be defined in prior. - Not ANSI SQL compliant. - Not suitable for fast interactive queries, even on moderate size datasets. - Works only with Hadoop (not an independent query-processing tool) - Not enterprise grade w.r.t quality of documentation, error messages, support

What problems is Hive solving and how is that benefiting you?

Exploring ways to store and process semantic datasets

Mid Market (51-1000 emp.)
Mar 29, 2015
 Source
Overall Rating:
3.5
AG
Verified Reviewer
Founder
Share
"Hive makes query on HDFS much easier, but not optimized nor fast enough"
What do you like best about Hive?

Hive can tell us the detailed progress of a query, and can incorporate UDFs in different languages

What do you dislike about Hive?

The query speed is way to slow, and it does not support positional arguments in GROUP BY and ORDER BY

What problems is Hive solving and how is that benefiting you?

We use Hive to run our nightly workflows on HDFS in batch for data aggregation and analysis.

Enterprise (> 1000 emp.)
Jul 08, 2015
 Source
Overall Rating:
3.0
AG
Verified Reviewer
Founder
Share
"Great tool for quick analyses"
What do you like best about Hive?

Hive syntax is almost exactly like sql, so for someone already familiar with sql it takes almost no effort to pick up hive. It can perform a wide variety of analyses over very large sets of data and requires very little tuning if you are willing to wait a while for the results.

What do you dislike about Hive?

Hive can be a bit slow in comparison to other languages like Pig. It also does not have as rich of a scripting language. This is what makes it the second choice language for most data analysis jobs at LinkedIn.

What problems is Hive solving and how is that benefiting you?

We are trying to mine data from massive data sets for a wide variety of purposes (debugging production issues, creating business metrics, models, and forecasts among other things). We have been able to do this very easily using our data warehouse and a combo of hive and Pig.

Small Business (50 or fewer emp.)
Aug 24, 2021
 Source
Overall Rating:
2.5
franco g. avatar
Franco G.
Asistente Jurídico
Share
"Great Experience."
What do you like best about Hive?

Hive its a data warehousing infrastructure built on top of Hadoop to provide data grouping, querying, and analysis.Apache Hive soporta el análisis de grandes conjuntos de datos almacenados bajo HDFS de Hadoop y en sistemas compatibles como el sistema de archivos Amazon.It offers a SQL-based query language called HiveQL5 with schemas to transparently read and convert queries in MapReduce, Apache Tez6, and Spark tasks. All three execution engines can run under YARN. To speed up queries, Hive provides indexes, which include bitmap indexes.

What do you dislike about Hive?

Offers many tools, has great growth potential

What problems is Hive solving and how is that benefiting you?

Possibility of storing metadata in an organized and easily accessible way.

Enterprise (> 1000 emp.)
Jul 17, 2015
 Source
Overall Rating:
2.5
Bharadwaj (Brad) C. avatar
Bharadwaj (Brad) C.
Director Of Engineering/Head Of Reliability Engineering
Share
"One among many to do ETL"
What do you like best about Hive?

Hive syntax is almost like sql, so for someone already familiar with sql it takes almost no effort to pick up hive. But there are other tools that can do the same thing faster these days. Hive initially was really good to have; but more and more projects are now available to do SQL like operations on Big Data (like Drill).

What do you dislike about Hive?

Hive is comparatively slower than its competitors. Its easy to use but that comes with the cost of processing, If you are using it just for batch processing then hive is well and fine. It also does not have as rich of a scripting language.

What problems is Hive solving and how is that benefiting you?

In Retail, the business partners are more comfortable querying their own data instead of relying on Engineers. Hive solves one of that problems. The main purpouse of using Hive is to building reports and do analysis of data that is stored in the Hadoop file system.

Enterprise (> 1000 emp.)
Oct 21, 2019
 Source
Overall Rating:
1.5
Daniela S. avatar
Daniela S.
Digital Project Manager
Share
"slowest database ever, overcomplicates simple sql language, "
What do you like best about Hive?

nothing in particular. helps us with big data and allows all users to have unrestricted bandwidth, but we already ran into issues with that, so now one of the servers has limitations.

What do you dislike about Hive?

. at my company it was fairly troublesome getting access since it's underlying warehouseing is in hadoop, then have to connect through hive

What problems is Hive solving and how is that benefiting you?

data insights with big browser data through mapreduce

Enterprise (> 1000 emp.)
Jul 13, 2015
 Source
Overall Rating:
1.5
SY
Siyu Y.
Staff Software Engineer
Share
"Why I don't like Hive as much (as Pig)"
What do you like best about Hive?

Easy SQL like syntax for very short and simple queries

What do you dislike about Hive?

No alias for relation. No flow controls as well.

What problems is Hive solving and how is that benefiting you?

I build machine learning model for online advertising system. Hive to me is more like a ad-hoc query engine rather than a platform where I can develop complex algorithm on