[
https://issues.apache.org/jira/browse/MAPREDUCE-6769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15439526#comment-15439526
]
ASF GitHub Bot commented on MAPREDUCE-6769:
-------------------------------------------
GitHub user chu11 opened a pull request:
https://github.com/apache/hadoop/pull/123
MAPREDUCE-6769. Fix forgotten name conversion from "slave" to "worker" in
mapred script,
most notably fixing environment variable name change and function name
change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chu11/hadoop MAPREDUCE-6769
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hadoop/pull/123.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #123
----
commit 2bdf1a0e3e993a1bd7b1dd94e4d4fd42b6d26907
Author: Albert Chu <[email protected]>
Date: 2016-08-26T18:19:09Z
Fix forgotten name conversion from "slave" to "worker" in mapred script,
most notably fixing environment variable name change and function name
change.
----
> Fix forgotten conversion from "slave" to "worker" in mapred script
> ------------------------------------------------------------------
>
> Key: MAPREDUCE-6769
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6769
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: scripts
> Affects Versions: 3.0.0-alpha2
> Reporter: Albert Chu
> Priority: Minor
>
> In HADOOP-13209 (commit 23c3ff85a9e73d8f0755e14f12cc7c89b72acddd), "slaves"
> was replaced with "workers" including the function name change from
> hadoop_common_slave_mode_execute to hadoop_common_worker_mode_execute and
> environment variable name change from HADOOP_SLAVE_MODE to HADOOP_WORKER_MODE.
> It appears this change was forgotten in hadoop-mapred-project/bin/mapred.
> Github pull request with fix to be sent shortly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]