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


##########
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:
   can separate the add-role commit separated 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