How to log in Apache Spark, a functional approach
Logging in Apache Spark comes very easy since Spark offers access to a log object out of the box. Only some configuration setups need to be done. In a previous post we have looked at how to do this while showing some problems that may arise…