coderzc commented on code in PR #200:
URL: 
https://github.com/apache/incubator-hugegraph-computer/pull/200#discussion_r1031763735


##########
computer-dist/src/main/java/com/baidu/hugegraph/computer/dist/HugeGraphComputer.java:
##########
@@ -69,7 +70,7 @@ public static void main(String[] args) throws IOException,
         setUncaughtExceptionHandler();
         loadClass();
         registerOptions();
-        ComputerContext context = parseContext(args[0]);
+        ComputerContext context = parseContext(args[0], role);

Review Comment:
   If we don't fix it, the `master` and `worker` will not be able to use the 
same configuration file, It's best to stay in this PR



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

To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to