Re: DataFrame filter referencing error

2015-05-02 Thread Francesco Bigarella
ate jdbc conn to mysql using > a simple standalone programme, not in spark. > On 1 May 2015 07:47, "Burak Yavuz" wrote: > >> Is "new" a reserved word for MySQL? >> >> On Thu, Apr 30, 2015 at 2:41 PM, Francesco Bigarella < >> francesco.bigare..

Re: DataFrame filter referencing error

2015-04-30 Thread Francesco Bigarella
15 at 3:03 PM ayan guha wrote: > Looks like you DF is based on a MySQL DB using jdbc, and error is thrown > from mySQL. Can you see what SQL is finally getting fired in MySQL? Spark > is pushing down the predicate to mysql so its not a spark problem perse > > On Wed, Apr 29, 2

DataFrame filter referencing error

2015-04-29 Thread Francesco Bigarella
Hi all, I was testing the DataFrame filter functionality and I found what I think is a strange behaviour. My dataframe testDF, obtained loading aMySQL table via jdbc, has the following schema: root | -- id: long (nullable = false) | -- title: string (nullable = true) | -- value: string (nullabl