You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/07 10:15:32 UTC

[GitHub] [hadoop] adoroszlai opened a new pull request #1606: HDDS-2262. SLEEP_SECONDS: command not found

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org