Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
Since a Spark DataFrame is immutable, you cannot update or delete records from a physical table (e.g., a Hive table) directly using Spark DataFrame/SQL API. However …