I am hoping someone can help me with this issue.
Within spark-shell where if I attempt something like below:
var sqlContext = new org.apache.spark.sql.hive.HiveContext(sc)
var query = "select * from myDB.table limit 10; drop table if exists"
var queryDF = sqlContext.sql(query)
I recieve an error:
"org.apache.spark.sql.AnlysisException: missing EOF at ';'....
I can execute simple simple single line queries just fine....but multi-command queries always result in this error.
Has anyone ran into and solved this problem ?
Thanks in advanced!!!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…