0 votes
in Big Data | Hadoop by

What is HiveQL?

  • SQL + Mapreduce = HiveQL.

Difference:

  • MySQL is used for online operations that require reads and writes. Hive uses "schema on read" method for querying data.

  • MySQL is found on RDBMS. HiveQL is a mixture of OOPs and RDBMS.

  • MySQL considers the relationship between two tables and HiveQL is concerned with the relationship between two objects.

Related questions

0 votes
asked Apr 6, 2020 in Big Data | Hadoop by GeorgeBell
0 votes
asked Apr 3, 2020 in Big Data | Hadoop by Tate
...