Not that I know of, they will probably add more with next version since Spark SQL is getting a lot of attention.
Gianluca On 26 Jun 2014, at 00:10, guxiaobo1982 <[email protected]<mailto:[email protected]>> wrote: the api only says this : public JavaSchemaRDD<http://spark.apache.org/docs/latest/api/java/org/apache/spark/sql/api/java/JavaSchemaRDD.html> sql(String sqlQuery) Executes a query expressed in SQL, returning the result as a JavaSchemaRDD but what kind of sqlQuery we can execute, is there any more documentation? Xiaobo Gu ------------------ Original ------------------ From: "Gianluca Privitera";<[email protected]<mailto:[email protected]>>; Date: Jun 26, 2014 To: "[email protected]<mailto:[email protected]>"<[email protected]<mailto:[email protected]>>; Subject: Re: Where Can I find the full documentation for Spark SQL? You can find something in the API, nothing more than that I think for now. Gianluca On 25 Jun 2014, at 23:36, guxiaobo1982 <[email protected]<mailto:[email protected]>> wrote: > Hi, > > I want to know the full list of functions, syntax, features that Spark SQL > supports, is there some documentations. > > > Regards, > > Xiaobo Gu .
