How to do logging with Spark in local mode? -
is possible logging on path - provided input argument - in apache spark while working in local mode?
val conf = new sparkconf(). setappname("sparkprogrammingguide"). setmaster(master). set("spark.eventlog.enabled", "true"). set("spark.eventlog.dir", "file:///home/user") val sc = new sparkcontext(conf)
Comments
Post a Comment