Hive background blur
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
Ask Questions about Hive
What Hive is best for?
How does Hive compare to Asana?
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 0
Hive 1
Hive 2
Hive 3
Hive 4
Hive Screenshots
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 24, 2024
Hive Logo
59 Hive Reviews
4.2 out of 5
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.

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.

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.)
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

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

Enterprise (> 1000 emp.)
Apr 21, 2021
 Source
Overall Rating:
5.0
AG
Verified Reviewer
Founder
Share
"A complete dataware house tool"
What do you like best about Hive?

Schema on any format HDFS files. Easy to download the data. A complete tool similar to database tool like toad.

What do you dislike about Hive?

Performance,sometime it is very difficult to run queries. Gui can be improved with more user friendly options

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

Data processing for regulatory reporting ...maintain lineage

Enterprise (> 1000 emp.)
Aug 25, 2019
 Source
Overall Rating:
5.0
AG
Verified Reviewer
Founder
Share
"Great for complex data structures like arrays of strucs "
What do you like best about Hive?

I was a top fan of Impala for a while until I reached a series of limitations that were impossible to overcome. I work a lot with arrays and just the fact of being able to use array_contains in impala made me switch to Hive. Also, we are moving fast on the direction of self made Macross for hive that let us do complex queries without lateral view explodes

What do you dislike about Hive?

Session creation takes a while and speed is quite slow when comparing to Impala

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

Complex data analysis with tables that have several billion rows by partition

Enterprise (> 1000 emp.)
May 06, 2019
 Source
Overall Rating:
5.0
AG
Verified Reviewer
Founder
Share
"Great map reduce SQL like engine"
What do you like best about Hive?

It is highly flexible in configurations. So many options to load data from- directly from linux file system or hdfs. You can create external and managed tables. One fun feature is that you can shoot bash commands from hive as well

What do you dislike about Hive?

It cannot be used for streaming data. Error logging can be improved so that error tracking and resolution can be more efficient.

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

It is used to transform and process Big Data datasets in batches. It can handle TBs of data. Push predicate feature has greatly improved the performance of the queries and the developer doesn't need to think about it anymore

Enterprise (> 1000 emp.)
Oct 10, 2017
 Source
Overall Rating:
5.0
AG
Verified Reviewer
Founder
Share
"Hive review for its use in big data applications"
What do you like best about Hive?

Hive is great for handling logs in big data projects. We are using the same in our project and it is great for using joins and grouping which is very difficult and tricky in map reduce. It has a lot of udf packages and it is very easy to add new udfs. We were also using bucketing and clustering to optimize the query. Concept of external tables and the way we can manipulate data even when table is deleted from hive is really amazing. Lot of connectors available in the market for different softwares.

What do you dislike about Hive?

The thing which I dislike is latency and the way it saves data. While inserting data I have to wait a lot of few records. Compiler execution plan is very immature as it does not do proper query optimization. Though the community is working fast for overcoming quickly but I think it will take time for hive to be

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

We are using hive mainly for saving our logs. it helps us to keep track of what records are inserted, which records have failed and what are relationship between them. we are using tableau for analyzing data .

Mid Market (51-1000 emp.)
Jul 14, 2015
 Source
Overall Rating:
5.0
AG
Verified Reviewer
Founder
Share
"Great experience!"
What do you like best about Hive?

The progression of features, speed, etc brings me the strategic confidence I need in the SQL in hadoop space.

What do you dislike about Hive?

At this point, everything is on pint & theories it is great in hive 1.2

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

Deriving value from masses of unstructured & structured data.

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.