shark sql - Does Spark support insert overwrite static partitions? -
I have seen in the current Spark Sql manual that putting in a dynamic partition is not supported:
Major Hive FEATURES
Spark SQL does not currently support putting in tables using dynamic partitions.
However, what is insert / overwriting in static sections?
"post-text" itemprop = "text">
Spark SQL currently does not support versioning as SPARC 1.1 to insert in the table using dynamic partitions.
Static is supported, you must write data in the hive table location.
Comments
Post a Comment