SbloodyS commented on a change in pull request #7906:
URL: https://github.com/apache/dolphinscheduler/pull/7906#discussion_r780868480
##########
File path:
dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/resources/docker/basic/docker-compose.yaml
##########
@@ -32,6 +32,27 @@ services:
interval: 5s
timeout: 60s
retries: 120
+# command:
+# - /bin/bash
+# - -c
+# - 'sed -i "s|resource.storage.type=.*|resource.storage.type=hdfs|g"
/opt/dolphinscheduler/standalone-server/conf/common.properties'
+ hdfs:
+ image: mdouchement/hdfs:latest
+ hostname: hdfs
+ ports:
+ - "22022:22"
Review comment:
In docker compose, those with port numbers less than 60 need to be
enclosed in quotation marks.Otherwise, it will cause an exception.
--
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]