Hi, I would like to ask if spark-sql tables cached by Tachyon is a feature to be migrated from shark.

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";|



Reply via email to