liuxunorg commented on issue #3442: [ZEPPELIN-4283] Choose which server to run the interpreter process URL: https://github.com/apache/zeppelin/pull/3442#issuecomment-530660031 In two cases: 1. Zeppelin cluster + intp on localhsot mode: There are 2 problems. + One is that the memory usage obtained by JAVA is very inaccurate. In our production environment, the intp allocation skew was very serious. + The second problem, after the intp starts, the user can sometimes closes him, so there is no strict and fair scheduling. Our production environment is used, and the quantity distribution is the most ideal state. 2. Zeppelin cluster + intp on docker(or yarn, k8s) mode: Scheduling according to the number of intp is an ideal mode.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services