[jira] Updated: (MAPREDUCE-1209) Move common specific part of the test TestReflectionUtils out of mapred into common

2009-12-14 Thread Tom White (JIRA)

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

Tom White updated MAPREDUCE-1209:
-

  Resolution: Fixed
Hadoop Flags: [Reviewed]
  Status: Resolved  (was: Patch Available)

I've just committed this. Thanks Todd!


> Move common specific part of the test TestReflectionUtils out of mapred into 
> common
> ---
>
> Key: MAPREDUCE-1209
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1209
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.21.0, 0.22.0
>Reporter: Vinod K V
>Assignee: Todd Lipcon
>Priority: Blocker
> Fix For: 0.21.0, 0.22.0
>
> Attachments: mapreduce-1209.txt, mapreduce-1209.txt
>
>
> As commented by Tom here 
> (https://issues.apache.org/jira/browse/HADOOP-6230?focusedCommentId=12751058&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12751058),
>  TestReflectionUtils has a single test testSetConf() to test backward 
> compatibility of ReflectionUtils for JobConfigurable objects. 
> TestReflectionUtils can be spilt into two tests - one on common and one in 
> mapred - this single test may reside in mapred till the mapred package is 
> removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1209) Move common specific part of the test TestReflectionUtils out of mapred into common

2009-12-07 Thread Todd Lipcon (JIRA)

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

Todd Lipcon updated MAPREDUCE-1209:
---

Status: Patch Available  (was: Open)

> Move common specific part of the test TestReflectionUtils out of mapred into 
> common
> ---
>
> Key: MAPREDUCE-1209
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1209
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.21.0, 0.22.0
>Reporter: Vinod K V
>Assignee: Todd Lipcon
>Priority: Blocker
> Fix For: 0.21.0, 0.22.0
>
> Attachments: mapreduce-1209.txt, mapreduce-1209.txt
>
>
> As commented by Tom here 
> (https://issues.apache.org/jira/browse/HADOOP-6230?focusedCommentId=12751058&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12751058),
>  TestReflectionUtils has a single test testSetConf() to test backward 
> compatibility of ReflectionUtils for JobConfigurable objects. 
> TestReflectionUtils can be spilt into two tests - one on common and one in 
> mapred - this single test may reside in mapred till the mapred package is 
> removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1209) Move common specific part of the test TestReflectionUtils out of mapred into common

2009-12-07 Thread Todd Lipcon (JIRA)

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

Todd Lipcon updated MAPREDUCE-1209:
---

Attachment: mapreduce-1209.txt

New patch with JUnit 4 annotation style per Konstantin's request on HADOOP-6413.

> Move common specific part of the test TestReflectionUtils out of mapred into 
> common
> ---
>
> Key: MAPREDUCE-1209
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1209
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.21.0, 0.22.0
>Reporter: Vinod K V
>Assignee: Todd Lipcon
>Priority: Blocker
> Fix For: 0.21.0, 0.22.0
>
> Attachments: mapreduce-1209.txt, mapreduce-1209.txt
>
>
> As commented by Tom here 
> (https://issues.apache.org/jira/browse/HADOOP-6230?focusedCommentId=12751058&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12751058),
>  TestReflectionUtils has a single test testSetConf() to test backward 
> compatibility of ReflectionUtils for JobConfigurable objects. 
> TestReflectionUtils can be spilt into two tests - one on common and one in 
> mapred - this single test may reside in mapred till the mapred package is 
> removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1209) Move common specific part of the test TestReflectionUtils out of mapred into common

2009-12-07 Thread Todd Lipcon (JIRA)

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

Todd Lipcon updated MAPREDUCE-1209:
---

Status: Open  (was: Patch Available)

> Move common specific part of the test TestReflectionUtils out of mapred into 
> common
> ---
>
> Key: MAPREDUCE-1209
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1209
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.21.0, 0.22.0
>Reporter: Vinod K V
>Assignee: Todd Lipcon
>Priority: Blocker
> Fix For: 0.21.0, 0.22.0
>
> Attachments: mapreduce-1209.txt
>
>
> As commented by Tom here 
> (https://issues.apache.org/jira/browse/HADOOP-6230?focusedCommentId=12751058&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12751058),
>  TestReflectionUtils has a single test testSetConf() to test backward 
> compatibility of ReflectionUtils for JobConfigurable objects. 
> TestReflectionUtils can be spilt into two tests - one on common and one in 
> mapred - this single test may reside in mapred till the mapred package is 
> removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1209) Move common specific part of the test TestReflectionUtils out of mapred into common

2009-12-04 Thread Todd Lipcon (JIRA)

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

Todd Lipcon updated MAPREDUCE-1209:
---

Fix Version/s: 0.22.0
Affects Version/s: 0.22.0
   0.21.0
   Status: Patch Available  (was: Open)

> Move common specific part of the test TestReflectionUtils out of mapred into 
> common
> ---
>
> Key: MAPREDUCE-1209
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1209
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.21.0, 0.22.0
>Reporter: Vinod K V
>Assignee: Todd Lipcon
>Priority: Blocker
> Fix For: 0.21.0, 0.22.0
>
> Attachments: mapreduce-1209.txt
>
>
> As commented by Tom here 
> (https://issues.apache.org/jira/browse/HADOOP-6230?focusedCommentId=12751058&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12751058),
>  TestReflectionUtils has a single test testSetConf() to test backward 
> compatibility of ReflectionUtils for JobConfigurable objects. 
> TestReflectionUtils can be spilt into two tests - one on common and one in 
> mapred - this single test may reside in mapred till the mapred package is 
> removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1209) Move common specific part of the test TestReflectionUtils out of mapred into common

2009-12-04 Thread Todd Lipcon (JIRA)

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

Todd Lipcon updated MAPREDUCE-1209:
---

Attachment: mapreduce-1209.txt

Patch to remove the common stuff from this test. Also fixed line endings to 
unix while I was at it.

> Move common specific part of the test TestReflectionUtils out of mapred into 
> common
> ---
>
> Key: MAPREDUCE-1209
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1209
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.21.0, 0.22.0
>Reporter: Vinod K V
>Assignee: Todd Lipcon
>Priority: Blocker
> Fix For: 0.21.0, 0.22.0
>
> Attachments: mapreduce-1209.txt
>
>
> As commented by Tom here 
> (https://issues.apache.org/jira/browse/HADOOP-6230?focusedCommentId=12751058&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12751058),
>  TestReflectionUtils has a single test testSetConf() to test backward 
> compatibility of ReflectionUtils for JobConfigurable objects. 
> TestReflectionUtils can be spilt into two tests - one on common and one in 
> mapred - this single test may reside in mapred till the mapred package is 
> removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1209) Move common specific part of the test TestReflectionUtils out of mapred into common

2009-11-10 Thread Vinod K V (JIRA)

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

Vinod K V updated MAPREDUCE-1209:
-

Priority: Blocker  (was: Major)

> Move common specific part of the test TestReflectionUtils out of mapred into 
> common
> ---
>
> Key: MAPREDUCE-1209
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1209
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: test
>Reporter: Vinod K V
>Priority: Blocker
> Fix For: 0.21.0
>
>
> As commented by Tom here 
> (https://issues.apache.org/jira/browse/HADOOP-6230?focusedCommentId=12751058&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12751058),
>  TestReflectionUtils has a single test testSetConf() to test backward 
> compatibility of ReflectionUtils for JobConfigurable objects. 
> TestReflectionUtils can be spilt into two tests - one on common and one in 
> mapred - this single test may reside in mapred till the mapred package is 
> removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1209) Move common specific part of the test TestReflectionUtils out of mapred into common

2009-11-10 Thread Vinod K V (JIRA)

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

Vinod K V updated MAPREDUCE-1209:
-

Issue Type: Sub-task  (was: Bug)
Parent: MAPREDUCE-231

> Move common specific part of the test TestReflectionUtils out of mapred into 
> common
> ---
>
> Key: MAPREDUCE-1209
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1209
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: test
>Reporter: Vinod K V
> Fix For: 0.21.0
>
>
> As commented by Tom here 
> (https://issues.apache.org/jira/browse/HADOOP-6230?focusedCommentId=12751058&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12751058),
>  TestReflectionUtils has a single test testSetConf() to test backward 
> compatibility of ReflectionUtils for JobConfigurable objects. 
> TestReflectionUtils can be spilt into two tests - one on common and one in 
> mapred - this single test may reside in mapred till the mapred package is 
> removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.