Re: lower&upperBound not working/spark 1/3

2015-03-23 Thread Marek Wiewiorka
5 at 8:39 AM, Marek Wiewiorka < > marek.wiewio...@gmail.com> wrote: > >> Hi All - I try to use the new SQLContext API for populating DataFrame from >> jdbc data source. >> like this: >> >> val jdbcDF = sqlContext.jdbc(url = >> "jdbc:

lower&upperBound not working/spark 1/3

2015-03-22 Thread Marek Wiewiorka
Hi All - I try to use the new SQLContext API for populating DataFrame from jdbc data source. like this: val jdbcDF = sqlContext.jdbc(url = "jdbc:postgresql://localhost:5430/dbname?user=user&password=111", table = "se_staging.exp_table3" ,columnName="cs_id",lowerBound=1 ,upperBound = 1, numPart