Can Hive be used as an OLTP system like MySQL?

Hive does not support insert and update functions at a row-level, which makes it unsuitable for OLTP systems. Note: OLTP is an online transaction-processing system that involves INSERT, UPDATE and DELETE operations.