Pochatkin commented on code in PR #4389: URL: https://github.com/apache/ozone/pull/4389#discussion_r1144470526
########## hadoop-ozone/ozone-manager/pom.xml: ########## @@ -69,6 +69,12 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> <artifactId>ozone-interface-storage</artifactId> </dependency> + <dependency> + <groupId>org.apache.ozone</groupId> + <artifactId>ozone-s3-secret-store</artifactId> + <scope>compile</scope> + </dependency> Review Comment: Ok, but how OzoneManger will initialize S3 secret store without dependency on it? You suggest to start using class loader for this interface implementations? -- 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]
