Elek, Marton created HDDS-1425: ---------------------------------- Summary: Ozone compose files are not compatible with the latest docker-compose Key: HDDS-1425 URL: https://issues.apache.org/jira/browse/HDDS-1425 Project: Hadoop Distributed Data Store Issue Type: Bug Reporter: Elek, Marton Assignee: Elek, Marton
I upgraded my docker-compose to the latest available one (1.24.0) But after the upgrade I can't start the docker-compose based cluster any more: {code} ./test.sh ------------------------------------------------- Executing test(s): [basic] Cluster type: ozone Compose file: /home/elek/projects/hadoop-review/hadoop-ozone/dist/target/ozone-0.4.0-SNAPSHOT/smoketest/../compose/ozone/docker-compose.yaml Output dir: /home/elek/projects/hadoop-review/hadoop-ozone/dist/target/ozone-0.4.0-SNAPSHOT/smoketest/result Command to rerun: ./test.sh --keep --env ozone basic ------------------------------------------------- ERROR: In file /home/elek/projects/hadoop-review/hadoop-ozone/dist/target/ozone-0.4.0-SNAPSHOT/compose/ozone/docker-config: environment variable name 'LOG4J2.PROPERTIES_appender.rolling.file {code} It turned out that the line of LOG4J2.PROPERTIES_appender.rolling.file contains an unnecessary space which is not accepted by the latest docker-compose any more. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org