FYI: I've created SPARK-2560
<https://issues.apache.org/jira/browse/SPARK-2560> to track creating SQL
reference docs for Spark SQL.


On Mon, Jul 14, 2014 at 2:06 PM, Michael Armbrust <mich...@databricks.com>
wrote:

> You can find the parser here:
> https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/SqlParser.scala
>
> In general the hive parser provided by HQL is much more complete at the
> moment.  Long term we will likely stop using parser combinators and either
> write a more complete parser, or adopt one from an existing project.
>
>
> On Mon, Jul 14, 2014 at 12:25 AM, Martin Gammelsæter <
> martingammelsae...@gmail.com> wrote:
>
>> I am very interested in the original question as well, is there any
>> list (even if it is simply in the code) of all supported syntax for
>> Spark SQL?
>>
>> On Mon, Jul 14, 2014 at 6:41 AM, Nicholas Chammas
>> <nicholas.cham...@gmail.com> wrote:
>> >> Are you sure the code running on the cluster has been updated?
>> >
>> > I launched the cluster using spark-ec2 from the 1.0.1 release, so I’m
>> > assuming that’s taken care of, at least in theory.
>> >
>> > I just spun down the clusters I had up, but I will revisit this
>> tomorrow and
>> > provide the information you requested.
>> >
>> > Nick
>>
>>
>>
>> --
>> Mvh.
>> Martin Gammelsæter
>> 92209139
>>
>
>

Reply via email to