liuxunorg commented on a change in pull request #3412: ZEPPELIN-3065
URL: https://github.com/apache/zeppelin/pull/3412#discussion_r307380960
 
 

 ##########
 File path: 
zeppelin-server/src/main/java/org/apache/zeppelin/service/NotebookService.java
 ##########
 @@ -322,7 +319,8 @@ public boolean runParagraph(String noteId,
 
     try {
       notebook.saveNote(note, context.getAutheInfo());
-      boolean result = note.run(p.getId(), blocking);
+//      boolean result = note.run(p.getId(), blocking);
+      boolean result = note.run(p.getId(), blocking, 
context.getAutheInfo().getUser());//fix for ZEPPELIN-3065 -- shoaib.rehman
 
 Review comment:
   @srehmann , Please delete `//      boolean result = note.run(p.getId(), 
blocking);`

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to