Re: How to access postgresql on Spark SQL

2015-04-14 Thread Michael Armbrust
There is an example here: http://spark.apache.org/docs/latest/sql-programming-guide.html#jdbc-to-other-databases On Mon, Apr 13, 2015 at 6:07 PM, wrote: > Hi all, > > > Who know how to access postgresql on Spark SQL? Do I need add the > postgresql dependency in build.sbt and set

How to access postgresql on Spark SQL

2015-04-13 Thread doovsaid
Hi all, Who know how to access postgresql on Spark SQL? Do I need add the postgresql dependency in build.sbt and set class path for it? Thanks. RegardsYi