Hive background blur-sm
Hive 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.
Findstack offers objective and comprehensive comparisons to help you find the best software. We may earn a referral fee when you visit a vendor through our links. Learn more

Hive Reviews & Product Details

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 Logo
Crevio
Sponsored
5.0

( 1 )

Free plan available
Crevio is a platform for creators to sell digital products, services, courses and access to other 3rd-... 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
Agile Methodologies Support
Budget Management
Calendar Integration
Client Portal
Collaboration Tools
Customizable Dashboards
Dependency Tracking
Document Management
File Sharing
Gantt Charts
Integration with Third-Party Apps
Issue Tracking
Kanban Boards
Milestone Tracking
Mobile Access
Notifications and Alerts
Portfolio Management
Progress Tracking
Project Planning
Project Templates
Real-Time Updates
Reporting and Analytics
Resource Management
Risk Management
Role-Based Access Control
Sprints Management
Task Management
Team Communication
Time Tracking
Workflow Automation
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: November 13, 2025
Hive 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.