You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/03/26 06:54:01 UTC

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3343: [ZEPPELIN-4063] Don't include noteId for constructing Interpreter GroupId when under isolated per user mode

zjffdu commented on a change in pull request #3343: [ZEPPELIN-4063] Don't include noteId for constructing Interpreter GroupId when under isolated per user mode
URL: https://github.com/apache/zeppelin/pull/3343#discussion_r268961492
 
 

 ##########
 File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/InterpreterOption.java
 ##########
 @@ -149,7 +149,7 @@ public boolean perNoteIsolated() {
     return ISOLATED.equals(perNote);
   }
 
-  public boolean isProcess() {
+  public boolean isSolated() {
 
 Review comment:
   Correct, it's a typo, I have fixed it

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services