Radeity commented on code in PR #252:
URL:
https://github.com/apache/incubator-hugegraph-computer/pull/252#discussion_r1215442463
##########
computer-core/src/main/java/org/apache/hugegraph/computer/core/bsp/BspBase.java:
##########
@@ -42,6 +44,22 @@ public BspBase(Config config) {
this.config = config;
this.jobId = config.get(ComputerOptions.JOB_ID);
+ String inputSourceType = config.get(ComputerOptions.INPUT_SOURCE_TYPE);
Review Comment:
Hi, @javeme , thanks for your comment, do you mean let user themselves to
define and manage different `JOB_NAMESPACE` for different hugegraph servers?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]