What are the DDL and DML of Shark (Spark SQL)?
Posted on In QACurrently, I wanna take Shark’s (Spark SQL) DDL and DML as an reference to design/implement SQLE’s DDL and DML. However, I cannot find its DDL and DML. I can only find several SQLs in Shark paper[1].
[1] shark paper – http://tab.d-thinker.org/showthread.php?tid=2585
Shark’s language is Hive QL. HQL’s DDL and DML can be found at
Hive Data Manipulation Language
An good overview can be found at Hive and Shark SQL and Rich Analytics at Scale by Amir H. Payberah.