You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/07/31 12:01:20 UTC

[GitHub] [hadoop-ozone] adoroszlai opened a new pull request #1281: HDDS-4052. Remove master/slave terminology from Ozone

adoroszlai opened a new pull request #1281:
URL: https://github.com/apache/hadoop-ozone/pull/1281


   ## What changes were proposed in this pull request?
   
   Replace "slave" with "worker", which is already established terminology, but there were a few leftover occurrences.
   
   https://issues.apache.org/jira/browse/HDDS-4052
   
   ## How was this patch tested?
   
   The only remaining occurrences are deprecation warnings:
   
   ```
   $ rg --ignore-case --no-ignore slave
   hadoop-ozone/dist/src/shell/hdds/hadoop-config.sh
   122:hadoop_deprecate_envvar HADOOP_SLAVES HADOOP_WORKERS
   123:hadoop_deprecate_envvar HADOOP_SLAVE_NAMES HADOOP_WORKER_NAMES
   124:hadoop_deprecate_envvar HADOOP_SLAVE_SLEEP HADOOP_WORKER_SLEEP
   
   hadoop-ozone/dist/src/shell/hdds/hadoop-functions.sh
   1016:    elif [[ -f "${HADOOP_CONF_DIR}/slaves" ]]; then
   1017:      hadoop_error "WARNING: 'slaves' file has been deprecated. Please use 'workers' file instead."
   1018:      worker_file=${HADOOP_CONF_DIR}/slaves
   ```


----------------------------------------------------------------
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



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


[GitHub] [hadoop-ozone] cxorm commented on pull request #1281: HDDS-4052. Remove master/slave terminology from Ozone

Posted by GitBox <gi...@apache.org>.
cxorm commented on pull request #1281:
URL: https://github.com/apache/hadoop-ozone/pull/1281#issuecomment-667110465


   Thank you for the contribution.
   Agree the changes IMHO, +1
   


----------------------------------------------------------------
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



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


[GitHub] [hadoop-ozone] adoroszlai commented on pull request #1281: HDDS-4052. Remove master/slave terminology from Ozone

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on pull request #1281:
URL: https://github.com/apache/hadoop-ozone/pull/1281#issuecomment-667520897


   Thanks @cxorm and @vivekratnavel for the review.


----------------------------------------------------------------
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



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


[GitHub] [hadoop-ozone] vivekratnavel commented on pull request #1281: HDDS-4052. Remove master/slave terminology from Ozone

Posted by GitBox <gi...@apache.org>.
vivekratnavel commented on pull request #1281:
URL: https://github.com/apache/hadoop-ozone/pull/1281#issuecomment-667301949


   @adoroszlai Thanks for working on this!


----------------------------------------------------------------
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



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


[GitHub] [hadoop-ozone] vivekratnavel merged pull request #1281: HDDS-4052. Remove master/slave terminology from Ozone

Posted by GitBox <gi...@apache.org>.
vivekratnavel merged pull request #1281:
URL: https://github.com/apache/hadoop-ozone/pull/1281


   


----------------------------------------------------------------
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



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