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.
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 E-Commerce Platforms 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: March 20, 2026
Hive Project Management Software logo
59 Hive Reviews
4.2 out of 5
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