how to change spark.r.backendConnectionTimeout value?

余生长醉 提交于 2019-12-11 18:51:36

问题


When I use R in Zeppelin it works but when I leave the Zeppelin running one day, next day I get this error for R only:

sparkR backend is dead, please try to increase spark.r.backendConnectionTimeout

I see from the Spark configuration that default value is set to 6000 seconds. Does anybody know how to change this value and what value would be useful to keep Zeppelin running all the time? I can use other interpreters (Python, Jdbc, etc.) without having this problem.


回答1:


If you use zeppelin 0.8, then you can set it in interpreter setting page.



来源:https://stackoverflow.com/questions/52651329/how-to-change-spark-r-backendconnectiontimeout-value

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!