[jira] [Updated] (MAPREDUCE-5836) Fix typo in RandomTextWriter

2014-04-15 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA updated MAPREDUCE-5836:
-

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

 Fix typo in RandomTextWriter
 

 Key: MAPREDUCE-5836
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5836
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 2.4.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
Priority: Trivial
  Labels: newbie
 Attachments: MAPREDUCE-5836.patch


 In RandomTextWriter.java, there is a typo.
 {code}
   /**
* A random list of 100 words from /usr/share/dict/words
*/
   private static String[] words = {
diurnalness, Homoiousian,
 {code}
 The list actually contains 1000 words.



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


[jira] [Updated] (MAPREDUCE-5836) Fix typo in RandomTextWriter

2014-04-15 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA updated MAPREDUCE-5836:
-

Attachment: MAPREDUCE-5836.patch

Attaching a patch.

 Fix typo in RandomTextWriter
 

 Key: MAPREDUCE-5836
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5836
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 2.4.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
Priority: Trivial
  Labels: newbie
 Attachments: MAPREDUCE-5836.patch


 In RandomTextWriter.java, there is a typo.
 {code}
   /**
* A random list of 100 words from /usr/share/dict/words
*/
   private static String[] words = {
diurnalness, Homoiousian,
 {code}
 The list actually contains 1000 words.



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


[jira] [Updated] (MAPREDUCE-5836) Fix typo in RandomTextWriter

2014-04-15 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA updated MAPREDUCE-5836:
-

Attachment: MAPREDUCE-5836.2.patch

 Fix typo in RandomTextWriter
 

 Key: MAPREDUCE-5836
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5836
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 2.4.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
Priority: Trivial
  Labels: newbie
 Attachments: MAPREDUCE-5836.2.patch, MAPREDUCE-5836.patch


 In RandomTextWriter.java, there is a typo.
 {code}
   /**
* A random list of 100 words from /usr/share/dict/words
*/
   private static String[] words = {
diurnalness, Homoiousian,
 {code}
 The list actually contains 1000 words.



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


[jira] [Updated] (MAPREDUCE-5836) Fix typo in RandomTextWriter

2014-04-15 Thread Jonathan Eagles (JIRA)

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

Jonathan Eagles updated MAPREDUCE-5836:
---

   Resolution: Fixed
Fix Version/s: 2.5.0
   3.0.0
   Status: Resolved  (was: Patch Available)

 Fix typo in RandomTextWriter
 

 Key: MAPREDUCE-5836
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5836
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 2.4.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
Priority: Trivial
  Labels: newbie
 Fix For: 3.0.0, 2.5.0

 Attachments: MAPREDUCE-5836.2.patch, MAPREDUCE-5836.patch


 In RandomTextWriter.java, there is a typo.
 {code}
   /**
* A random list of 100 words from /usr/share/dict/words
*/
   private static String[] words = {
diurnalness, Homoiousian,
 {code}
 The list actually contains 1000 words.



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