liuxunorg 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_r261924220
########## 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: Done. ---------------------------------------------------------------- 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