Re: Ingesting data in parallel across workers in Data Frame

2017-01-20 Thread Peyman Mohajerian
The next section in the same document has a solution. On Fri, Jan 20, 2017 at 9:03 PM, Abhishek Gupta wrote: > I am trying to load data from the database into DataFrame using JDBC > driver.I want to get data into partitions the following document has the > nice

Ingesting data in parallel across workers in Data Frame

2017-01-20 Thread Abhishek Gupta
I am trying to load data from the database into DataFrame using JDBC driver.I want to get data into partitions the following document has the nice explanation how to achieve so. https://docs.databricks.com/spark/latest/data-sources/sql-databases.html