Apache Spark Deep Learning Cookbook
上QQ阅读APP看书,第一时间看更新

There's more...

For development purposes, while we are building an application on smaller datasets, we can just use master("local").  If we were to deploy on a production environment, we would want to specify master("local[*]") to ensure we are using the maximum cores available and get optimal performance.