Likelihood to Recommend Software work execution is on a large scale, it is good to use for new projects or organizational changes, data lineage mapping has always been dubious but this one has had good results. You can store and synchronize data from different departments, the storage process can be manual but it is best automated.
Read full review For running application tests it's well suited. H2 [Database Engine] can replace the real-world database solution for them easily and removes the requirement to set up a a separate database instance just for running unit tests. For using in actual production application one needs to consider scale. H2 is suitable if application runs in single instance and database is located in same machine as a file where that application runs. This means the application shouldn't have a large user base. However it's easy to switch to an actual
MySQL instance if the need arises, it's most likely only a configuration change and doesn't require new code.
Read full review Pros Apache Hive allows use to write expressive solutions to complex problems thanks to its SQL-like syntax. Relatively easy to set up and start using. Very little ramp-up to start using the actual product, documentation is very thorough, there is an active community, and the code base is constantly being improved. Read full review Can run as an in-memory database. Simple and quick to get started with, and is light weight (only 2MB). SQL compliant so it compatible with most relational databases. Read full review Cons Some queries, particularly complex joins, are still quite slow and can take hours Previous jobs and queries are not stored sometimes Switching to Impala can sometimes be time-consuming (i.e. the system hangs, or is slow to respond). Sometimes, directories and tables don't load properly which causes confusion Read full review There's a warning in official FAQ "Is it Reliable?"-section which makes it seem like H2 is not yet a mature product. If raw SQL queries are used there maybe be differences between MySQL & H2. ORM library should be used. Support seems to be community-based only. Read full review Likelihood to Renew Since I do not know the second data warehouse solution that integrate with HDFS as well as Hive.
Read full review Usability Hive is a very good big data analysis and ad-hoc query platform, which supports scaling also. The BI processes can be easily integrated with Hadoop via the Hive. It can deal with a much larger data set that traditional RDBMS can not. It is a "must-have" component of the big data domain.
Read full review Support Rating Apache Hive is a FOSS project and its open source. We need not definitely comment on anything about the support of open source and its developer community. But, it has got tremendous developer support, awesome documentation. I would justify the fact that much support can be gathered from the community backup.
Read full review Alternatives Considered Besides Hive, I have used
Google BigQuery , which is costly but have very high computation speed. Amazon Redshift is the another product, I used in my recent organisation. Both Redshift and BigQuery are managed solution whereas Hive needs to be managed
Read full review While both can run as an in-memory database, H2 Database Engine was just so much easier for us to use since we primarily use the Java stack and H2 Database Engine is also built with Java.
Read full review Return on Investment Apache hive is secured and scalable solution that helps in increasing the overall organization productivity. Apache hive can handle and process large amount of data in a sufficient time manner. It simplifies writing SQL queries, hence helping the organization as most companies use SQL for all query jobs. Read full review Doesn't take time from developers, once it's configs are set up for testing it works in everyone's development environments Easy to integrate in application, no need to setup separate database software, no maintenance No need to deal with infrastructure related issues/costs - database runs in same machine as the application that uses it. Read full review ScreenShots