Re: Python driver in yarn

2019-03-14 Thread Roshan Punnoose
That is great! Thank you! On Thu, Mar 14, 2019 at 9:04 PM Jeff Zhang wrote: > If you use yarn-client mode, the python process is till in the same host > as Zeppelin server. You can run it under yarn-cluster mode, so that python > process would run in yarn container. > > Xun Liu 于2019年3月15日周五 上午

Re: Python driver in yarn

2019-03-14 Thread Jeff Zhang
If you use yarn-client mode, the python process is till in the same host as Zeppelin server. You can run it under yarn-cluster mode, so that python process would run in yarn container. Xun Liu 于2019年3月15日周五 上午8:13写道: > The latest version of zeppelin, PySpark driver run in yarn. > You can use the

Re: Python driver in yarn

2019-03-14 Thread Xun Liu
The latest version of zeppelin, PySpark driver run in yarn. You can use the zeppelin 0.8.1 release version. > 在 2019年3月15日,上午6:42,Roshan Punnoose 写道: > > Hey guys, > > In the latest release does the pyspark driver run in yarn? In 0.7 I know it > ran on the same box as the Zeppelin installation

Python driver in yarn

2019-03-14 Thread Roshan Punnoose
Hey guys, In the latest release does the pyspark driver run in yarn? In 0.7 I know it ran on the same box as the Zeppelin installation.