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)..

Reply via email to