Member since
02-20-2017
1
Post
0
Kudos Received
0
Solutions
02-21-2017
03:04 AM
1 Kudo
That log4j only affects the service daemons like spark history server and anything you run on the client machines. For executors/drivers that run on YARN machines, the log4j file has to be passed to them using "--files" option during job submit and then referenced via JVM property via JVM arguments "-Dlog4j.configuration" . See here for examples.
... View more