Try: db = sqlContext.load(source="jdbc", url="jdbc:postgresql://localhost/xx", dbtables="mstr.d_customer")
On Wed, Mar 25, 2015 at 2:19 PM, elliott cordo <elliottco...@gmail.com> wrote: > if i run the following: > > db = sqlContext.load("jdbc", url="jdbc:postgresql://localhost/xx", > dbtables="mstr.d_customer") > > i get the error: > > py4j.protocol.Py4JJavaError: An error occurred while calling o28.load. > > : java.io.FileNotFoundException: File file:/Users/elliottcordo/jdbc does > not exist > > Seems to think i'm trying to load a file called jdbc? i'm setting the > postgres driver in the SPARK_CLASSPATH as well (that doesn't seem to be the > problem).. >