Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (32.1k points)

Can anyone tell whether Hive is SQL or NoSQL?

1 Answer

0 votes
by (119k points)

Apache Hive offers a read-only SQL dialect, so in that sense, it exposes the non-standard SQL-ish interface of a relational database but an OLAP type, not an OLTP type. It supports multiple sources of data, typically distributed systems in the big data space. It is designed for batched long-running analytical queries that can spawn a map-reduce job.

Also, watch this video on Hive to understand more:

Related questions

Browse Categories

...