jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

Can we check spark exeuctor's log on jupyter? #502

Open leafjungle opened 5 years ago

leafjungle commented 5 years ago

for spark applications, we can only see the printed logs on driver. And I think it is possible to display the executor's log on jupyter since the executor and driver run on the same machine.