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/04 01:40:49 UTC

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3314: [ZEPPELIN-4019] Interpreter process get note from server

zjffdu commented on a change in pull request #3314: [ZEPPELIN-4019] Interpreter process get note from server
URL: https://github.com/apache/zeppelin/pull/3314#discussion_r261902388
 
 

 ##########
 File path: zeppelin-interpreter/src/main/thrift/RemoteInterpreterEventService.thrift
 ##########
 @@ -107,4 +114,6 @@ service RemoteInterpreterEventService {
   list<string> getAllResources(1: string intpGroupId);
   binary getResource(1: string resourceIdJson);
   binary invokeMethod(1: string intpGroupId, 2: string invokeMethodJson);
+
+  list<ParagraphInfo> getParagraphList(1: string authenticationInfo, 2: string noteId);
 
 Review comment:
   I think just user should be enough. 

----------------------------------------------------------------
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