adoroszlai commented on a change in pull request #105: HDDS-2370.Support HddsDatanodeService run as DataNode Plugin URL: https://github.com/apache/hadoop-ozone/pull/105#discussion_r340559787
########## File path: hadoop-ozone/dist/src/main/compose/ozone-hdfs/docker-compose.yaml ########## @@ -33,7 +33,7 @@ services: - ../..:/opt/ozone command: ["hdfs","datanode"] environment: - HADOOP_CLASSPATH: /opt/ozone/share/hadoop/ozoneplugin/*.jar + HADOOP_CLASSPATH: /opt/ozone/share/hadoop/ozone/lib/*.jar Review comment: Sorry I missed this earlier: this points to non-existent jars. ```suggestion HADOOP_CLASSPATH: /opt/ozone/share/ozone/lib/*.jar ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org