[jira] [Updated] (MAPREDUCE-5972) Fix typo 'programatically' in job.xml (and a few other places)

2014-09-08 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated MAPREDUCE-5972:

Release Note: Fix a typo. If a configuration is set through program, the 
source of the configuration is set to 'programmatically' instead of 
'programatically' now.  (was: Fix a typo. If a configuration is set through 
program, the source of the configuration is set to 'programmatically' instead 
of 'programatically'.)

> Fix typo 'programatically' in job.xml (and a few other places)
> --
>
> Key: MAPREDUCE-5972
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5972
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 2.2.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Trivial
>  Labels: newbie
> Fix For: 3.0.0
>
> Attachments: MAPREDUCE-5972.patch
>
>
> In job.xml, there's a typo 'programatically' as the below if a property is 
> set through program.
> {code}
> 
>   mapreduce.job.map.class
>   org.apache.hadoop.examples.WordCount$TokenizerMapper
>   programatically
> 
> {code}
> should be 'programmatically'.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5972) Fix typo 'programatically' in job.xml (and a few other places)

2014-09-08 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated MAPREDUCE-5972:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

+1. Committed to trunk!

Thanks!

> Fix typo 'programatically' in job.xml (and a few other places)
> --
>
> Key: MAPREDUCE-5972
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5972
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 2.2.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Trivial
>  Labels: newbie
> Fix For: 3.0.0
>
> Attachments: MAPREDUCE-5972.patch
>
>
> In job.xml, there's a typo 'programatically' as the below if a property is 
> set through program.
> {code}
> 
>   mapreduce.job.map.class
>   org.apache.hadoop.examples.WordCount$TokenizerMapper
>   programatically
> 
> {code}
> should be 'programmatically'.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5972) Fix typo 'programatically' in job.xml (and a few other places)

2014-09-08 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated MAPREDUCE-5972:

Fix Version/s: 3.0.0

> Fix typo 'programatically' in job.xml (and a few other places)
> --
>
> Key: MAPREDUCE-5972
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5972
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 2.2.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Trivial
>  Labels: newbie
> Fix For: 3.0.0
>
> Attachments: MAPREDUCE-5972.patch
>
>
> In job.xml, there's a typo 'programatically' as the below if a property is 
> set through program.
> {code}
> 
>   mapreduce.job.map.class
>   org.apache.hadoop.examples.WordCount$TokenizerMapper
>   programatically
> 
> {code}
> should be 'programmatically'.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5972) Fix typo 'programatically' in job.xml (and a few other places)

2014-09-08 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated MAPREDUCE-5972:

Summary: Fix typo 'programatically' in job.xml (and a few other places)  
(was: Fix typo 'programatically' in job.xml)

> Fix typo 'programatically' in job.xml (and a few other places)
> --
>
> Key: MAPREDUCE-5972
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5972
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 2.2.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Trivial
>  Labels: newbie
> Attachments: MAPREDUCE-5972.patch
>
>
> In job.xml, there's a typo 'programatically' as the below if a property is 
> set through program.
> {code}
> 
>   mapreduce.job.map.class
>   org.apache.hadoop.examples.WordCount$TokenizerMapper
>   programatically
> 
> {code}
> should be 'programmatically'.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5972) Fix typo 'programatically' in job.xml

2014-08-18 Thread Akira AJISAKA (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira AJISAKA updated MAPREDUCE-5972:
-

Target Version/s: 3.0.0  (was: 2.6.0)
Release Note: Fix a typo. If a configuration is set through program, 
the source of the configuration is set to 'programmatically' instead of 
'programatically'.
Hadoop Flags: Incompatible change

> Fix typo 'programatically' in job.xml
> -
>
> Key: MAPREDUCE-5972
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5972
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 2.2.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Trivial
>  Labels: newbie
> Attachments: MAPREDUCE-5972.patch
>
>
> In job.xml, there's a typo 'programatically' as the below if a property is 
> set through program.
> {code}
> 
>   mapreduce.job.map.class
>   org.apache.hadoop.examples.WordCount$TokenizerMapper
>   programatically
> 
> {code}
> should be 'programmatically'.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (MAPREDUCE-5972) Fix typo 'programatically' in job.xml

2014-07-16 Thread Akira AJISAKA (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira AJISAKA updated MAPREDUCE-5972:
-

Attachment: MAPREDUCE-5972.patch

> Fix typo 'programatically' in job.xml
> -
>
> Key: MAPREDUCE-5972
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5972
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 2.2.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Trivial
>  Labels: newbie
> Attachments: MAPREDUCE-5972.patch
>
>
> In job.xml, there's a typo 'programatically' as the below if a property is 
> set through program.
> {code}
> 
>   mapreduce.job.map.class
>   org.apache.hadoop.examples.WordCount$TokenizerMapper
>   programatically
> 
> {code}
> should be 'programmatically'.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (MAPREDUCE-5972) Fix typo 'programatically' in job.xml

2014-07-16 Thread Akira AJISAKA (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira AJISAKA updated MAPREDUCE-5972:
-

Target Version/s: 2.6.0
  Status: Patch Available  (was: Open)

> Fix typo 'programatically' in job.xml
> -
>
> Key: MAPREDUCE-5972
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5972
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 2.2.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Trivial
>  Labels: newbie
> Attachments: MAPREDUCE-5972.patch
>
>
> In job.xml, there's a typo 'programatically' as the below if a property is 
> set through program.
> {code}
> 
>   mapreduce.job.map.class
>   org.apache.hadoop.examples.WordCount$TokenizerMapper
>   programatically
> 
> {code}
> should be 'programmatically'.



--
This message was sent by Atlassian JIRA
(v6.2#6252)