DSP-19969 allow spark executor log to separate file#30
Conversation
|
I'm not sure I understand this, the Jira is about a directory which is being created, but this pr is to add a command which changes the local executor Directory for logging? Is it that the default "LoggingOptions" env variable is creating the wrong directory? Shouldn't we just change it then? |
|
Looking at the original Log dir should be set to the first arg, checking our dse start script we just pass through args |
|
Spark job server by default sets executor logging to |
|
@RussellSpitzer I replied your comment |
|
So now the default behavior is logging to SPARK_WORK/app/executor? |
|
default doesn't change. -s option changes the executor log to separate spark log instead of default spark job server. |
edb11ec to
e32afb9
Compare
e32afb9 to
88f7b0f
Compare
No description provided.