I recently changed my os from ubuntu to mac.(after 4+ years)
one thing that annoys me a lot is. The spark stdout/stderr now prints on the notebook, rather than staying only inside the console (as on my ubuntu).
I have tried to disable warnings on ipython startup but it didn't work.
~/.ipython/profile_default/startup/disable-warning.py
import warnings
warnings.filterwarnings('ignore')
on the other hand, I am not entirely sure if that is mac problem. Is something went stupidly wrong during my dev env setup?
Thank you!
