Re: R docker container support

2019-01-28 Thread Jeff Zhang
There's one jira about support k8s on zeppelin, maybe this is what you need. https://jira.apache.org/jira/browse/ZEPPELIN-3840 于2019年1月29日周二 下午12:00写道: > Hi > > Currently, we have zeppelin and python containers running separately, so > we can scale them individually. For example, user can

Re: R docker container support

2019-01-28 Thread tecgie88
Hi Currently, we have zeppelin and python containers running separately, so we can scale them individually. For example, user can specify how much computer resources (cpu and memory) to assign to the python container depending on the python script compute requirement. We want to do the same

Re: R docker container support

2019-01-28 Thread Jeff Zhang
Zeppelin has R interpreter which you can use to evaluate r script. Could you let us know why this R interpreter can not meet your requirement ? 于2019年1月29日周二 上午3:16写道: > Hi > > In zeppelin 0.8, there is a support for python container. I want to know > if there is a plan to support R container?

R docker container support

2019-01-28 Thread tecgie88
Hi In zeppelin 0.8, there is a support for python container. I want to know if there is a plan to support R container? If not, any suggestion on 3rd library that behaves like py4j? We are evaluating how to have a R interpreter to send R script to a R container for execution and get the result