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

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -