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

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -