Hi: When I use spark SQL (1.0.1), I found it not support join between three tables,eg: sql("SELECT * FROM youhao_data left join youhao_age on (youhao_data.rowkey=youhao_age.rowkey) left join youhao_totalKiloMeter on (youhao_age.rowkey=youhao_totalKiloMeter.rowkey)") I take the Exception: Exception in thread "main" java.lang.RuntimeException: [1.90] failure: ``UNION'' expected but `left' found
If the Spark SQL 1.1.0 has support join between three tables? boyingk...@163.com