Apache Spark howto import data from a jdbc database using python
2016-10-27 | #apache #database #jdbc #stark
Using Apache spark 2.0 and python I’ll show how to import a table from a relational database (using its jdbc driver) into a python dataframe and save it in a parquet file.