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 )

$29.00/month
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: September 13, 2025
Hive Logo
59 Hive Reviews
4.2 out of 5
Enterprise (> 1000 emp.)
Jul 08, 2015
 Source
Overall Rating:
5.0
JZ
Jiahong Z.
Senior Software Engineer
Share
"Makes it easy to query large datasets"
What do you like best about Hive?

The SQL-like syntax makes it easy to use

What do you dislike about Hive?

Its reliance on mapreduce makes it sometimes very slow even for a simple task

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

Run specific queries on hadoop files

Mid Market (51-1000 emp.)
Jul 08, 2015
 Source
Overall Rating:
5.0
AG
Verified Reviewer
Founder
Share
"Used as a way for Data Scientists to easily query HDFS data"
What do you like best about Hive?

The ability to view HDFS data in a relational format and easily query it through HiveQL

What do you dislike about Hive?

The fact that it uses MapReduce whether you query a pre existing table or a perform a complex query. Tez helps with this issue. Also the inability to delete/update data is a real issue and forces other services to be used eg HBase.

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

The ability to use Hive on HUE is perfect. We are building a platform for data scientists (prefer GUI to shell) to perform analysis so removing the need for command line is excellent.

Mid Market (51-1000 emp.)
Apr 22, 2015
 Source
Overall Rating:
5.0
AG
Verified Reviewer
Founder
Share
"Use it most of the time working with big data"
What do you like best about Hive?

It is very simple to use because you fill like you use simple SQL language for querying data. When I just started I didn't have any experience with Hive and in like one week I was able to query big data and do some analysis. In a month I was able to administrate data and create my own databases with the useful data. . .

What do you dislike about Hive?

Not so many implemented functions in the Hive. There are very useful Window functions but it's not enough. . . It's not that simple to modify data inside a table. . .

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

Analyze every day and every hour or even every minute user experience, user behavior in application or web client , etc . . .

Mid Market (51-1000 emp.)
Apr 13, 2015
 Source
Overall Rating:
5.0
PX
Pengcheng X.
Member Of Technical Staff
Share
"Hive is easy to scale."
What do you like best about Hive?

Hive is one of the Apache projects. it is a data warehouse software which facilitates querying and managing large datasets residing in distributed storage. It provides a way to enable easy data extract/transform/load (ETL) Some of the nice features include (1) a simple SQL-like query language, called HiveQL, that enables users familiar with SQL to query the data. But it is a bit different from SQL standard. For example, HiveQL can also be extended with custom scalar functions (UDF's), aggregations (UDAF's), and table functions (UDTF's). (2) You can define your own read or written data format called Hive SerDe. (3) Hive can be run on Hadoop and HDFS. It has very good scalability. Personally speaking, 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?

Too large code base. It is hard to maintain and support. And, there are too many configurations. If you take a look at the HiveConf.java, you will be confused with so many configurations there. It is easy to get lost when you configure them. And, if you configure some of them in a wrong way, you may suffer from bad query performance.

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

We are developing Hive. Hive is part of our product

Mid Market (51-1000 emp.)
Apr 02, 2015
 Source
Overall Rating:
5.0
AG
Verified Reviewer
Founder
Share
"Hive Review"
What do you like best about Hive?

Apache Hive is a tool built on top of Hadoop for analyzing large, unstructured data sets. Most BI and SQL developer tools can connect to Hive as easily as to any other database.

What do you dislike about Hive?

Unable to cancel a running query. Query tuning is difficult compared to RDBMS

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

We had a requiement to scan a large dataset for our predection algorithm. Initially we used RDBMS but the performace was very slow and user where not happy with it. We replaced RDBMS with the Hive and we are able to see a drastic improvment in the performance.

Enterprise (> 1000 emp.)
Oct 15, 2014
 Source
Overall Rating:
5.0
AG
Verified Reviewer
Founder
Share
"best for batch processing"
What do you like best about Hive?

hiveql is more like SQL and really easy to learn

What do you dislike about Hive?

doesnt work good if you want a low latency queries

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

performance for 1TB of data

Enterprise (> 1000 emp.)
May 14, 2014
 Source
Overall Rating:
5.0
AG
Verified Reviewer
Founder
Share
"A Great Way to Put Structure on Your Unstructured Data"
What do you like best about Hive?

If you know SQL you will be able to get Hive really quickly. Lots of the same functionality but not exactly SQL. Easy to create tables and start writing queries allowing you to dive deeper into your data.

What do you dislike about Hive?

As with all Hadoop tools lots of knobs to tweak. Takes a good bit of time optimize and finely tune your Hive install.

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

Putting structure on unstructured. Once we chose hive to accomplish the aforementioned task we were able to bring our data to our data scientists quickly. An easier degree of acceptance to the Big Data idea.

Mid Market (51-1000 emp.)
Jul 25, 2023
 Source
Overall Rating:
4.5
RP
Ruth P.
Senior Allocator
Share
"Robust app intended to reflect how you work day to day"
What do you like best about Hive?

Its exhilarating how well it seamlessly connects work, through its group messaging that spurs collaboration, its flexible project layouts, customer insights and reviews that help in strategy.

What do you dislike about Hive?

One thing to note is that its heavy on consumption and it requires enough ram to slow some integrated apps down. That's an issue that needs solving.

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

Its been using data analysis of the workflows to expose how work is actually being done, what's needed to optimize operations, how to schedule, allocate and much more. Its been a great help at getting everyone performing and moving as per timelines and objectives.

Mid Market (51-1000 emp.)
Jul 05, 2023
 Source
Overall Rating:
4.5
AF
Anna F.
Associate Marketing Manager
Share
"Have reviews is a fantastic platform"
What do you like best about Hive?

Hive offer tool's for project planning, including the ability for track project and timeline, create and assign tasks and manage resources.

What do you dislike about Hive?

I have no dislike towards hive since is the one I'm using

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

It allows users to analyse large amount structure and semi structure data

Mid Market (51-1000 emp.)
Aug 23, 2022
 Source
Overall Rating:
4.5
YK
Yash K.
Data Scientist
Share
"Hive - For all the big data needs"
What do you like best about Hive?

Hive is a very valuable tool as it provides wrappers for data analysis and querying on Big data for organizations with huge amounts of data to be processed. It is built on top of Hadoop and makes SQL query building and storing quite convenient!

What do you dislike about Hive?

The biggest disadvantage of using Hive is that it does not provide or offer real-time queries and especially for row level updates as the latency is quite high in Hive.

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

Hive solves the problem of big data processing and analysis for me and my company. We are able to process and analyze huge amounts of data with the help of capabilities provided by Hive. It also allows parallel processing which makes it quite fast to use.