spark git commit: [SPARK-7484][SQL]Support jdbc connection properties

2015-05-12 Thread rxin
Repository: spark Updated Branches: refs/heads/master 23b9863e2 -> 41d1c [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, data

spark git commit: [SPARK-7484][SQL]Support jdbc connection properties

2015-05-12 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 98ccd934f -> 32819fcb7 [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,