GitHub user gvramana opened a pull request:

    https://github.com/apache/spark/pull/6009

    [SPARK-7484][SQL]Support jdbc connection properties

    Few jdbc drivers like SybaseIQ support passing username and password only 
through connection properties. So the same needs to be supported for 
    SQLContext.jdbc, dataframe.createJDBCTable and dataframe.insertIntoJDBC.
    Added as default arguments or overrided function to support backward 
compatability.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gvramana/spark add_jdbc_conn_properties

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/6009.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #6009
    
----
commit 0c221b10b5a249ac095c070cb68bcfb2fcbc85c9
Author: Venkata Ramana Gollamudi <[email protected]>
Date:   2015-05-08T12:44:52Z

    Support jdbc connection properties

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to