Hands-On Deep Learning with Apache Spark
上QQ阅读APP看书,第一时间看更新

Training data ingestion from a database with Spark

Sometimes data has been previously ingested and stored into a database by some other application, so you would need to connect to a database in order to use it for training or testing purposes. This section describes how to get data from a relational database and a NoSQL database. In both cases, Spark would be used.