adoroszlai opened a new pull request #1606: HDDS-2262. SLEEP_SECONDS: command not found URL: https://github.com/apache/hadoop/pull/1606 ## What changes were proposed in this pull request? Fix typo in `entrypoint.sh` to avoid the following message: ``` datanode_1 | /opt/hadoop/bin/docker/entrypoint.sh: line 66: SLEEP_SECONDS: command not found datanode_1 | Sleeping for seconds ``` https://issues.apache.org/jira/browse/HDDS-2262 ## How was this patch tested? ``` $ cd hadoop-ozone/dist/target/ozone-0.5.0-SNAPSHOT/compose/ozonesecure-mr $ docker-compose up -d $ docker-compose logs datanode | grep -i sleep datanode_1 | Sleeping for 5 seconds datanode_1 | Sleeping for 5 seconds ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
