tanvipenumudy commented on code in PR #5391:
URL: https://github.com/apache/ozone/pull/5391#discussion_r1477705629
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMBlockProtocolServer.java:
##########
@@ -335,6 +336,14 @@ public boolean addSCM(AddSCMRequest request) throws
IOException {
}
}
+ @Override
+ public String getNetworkTopology() {
+ String schemaFile = conf.get(
Review Comment:
> As per discussion, we would be skipping serving the schema file from SCM
to OM as the schema file should be present under OM’s etc/hadoop/ directory
even when OM and SCM are deployed on different nodes. Hence there should be no
need for OM to access SCM’s etc/hadoop directory.
Resolving this discussion as per the above comment, thanks.
--
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]