wonook 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_r195987538
##########
File path: client/src/main/java/edu/snu/nemo/client/JobLauncher.java
##########
@@ -72,6 +74,15 @@ private JobLauncher() {
* @throws Exception exception on the way.
*/
public static void main(final String[] args) throws Exception {
+ final DriverRPCServer driverRPCServer = new DriverRPCServer();
Review comment:
Maybe add a little comment explaining that this code registers the actions
for launching the DAG.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services