sanha commented on a change in pull request #45: [NEMO-103] Implement RPC between Client and Driver URL: https://github.com/apache/incubator-nemo/pull/45#discussion_r196278836
########## File path: runtime/driver/src/main/java/edu/snu/nemo/driver/UserApplicationRunner.java ########## @@ -74,8 +71,7 @@ private UserApplicationRunner(@Parameter(JobConf.DAGDirectory.class) final Strin this.pubSubWrapper = pubSubEventHandlerWrapper; } - @Override - public void run() { + public void run(final String dagString) { Review comment: Please add some comment. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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