Github user EronWright commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/703#issuecomment-200943860
  
    @sourav-mazumder @Leemoonsoo There are two good reasons why Zeppelin should 
run each note as a separate Spark app instance.
    1. Dependencies - each note may have different dependencies (expressed as 
%dep, as a spark package, etc.)
    2. Scale - it is reasonable that each note has unique scale requirements; 
one might be memory-intensive, etc.
    
    I don't think a per-user instance would address those concerns.
    
    @Leemoonsoo how hard would it be to achieve that, and how can I help?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to