I imagine from the user perspective it would look like this:
|CREATE TABLE data TBLPROPERTIES("sparksql.cache" = "tachyon") AS SELECT a, b, c from data_on_disk WHERE month="May";|
I imagine from the user perspective it would look like this:
|CREATE TABLE data TBLPROPERTIES("sparksql.cache" = "tachyon") AS SELECT a, b, c from data_on_disk WHERE month="May";|