[jira] [Updated] (MAPREDUCE-3375) Memory Emulation system tests.

2011-11-14 Thread Vinay Kumar Thota (Updated) (JIRA)

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

Vinay Kumar Thota updated MAPREDUCE-3375:
-

Attachment: MAPREDUCE-3375.v5.patch

Amar, incorporated your comments.

> Memory Emulation system tests.
> --
>
> Key: MAPREDUCE-3375
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3375
> Project: Hadoop Map/Reduce
>  Issue Type: Task
>Reporter: Vinay Kumar Thota
>Assignee: Vinay Kumar Thota
> Attachments: MAPREDUCE-3375.v1.patch, MAPREDUCE-3375.v2.patch, 
> MAPREDUCE-3375.v3.patch, MAPREDUCE-3375.v4.patch, MAPREDUCE-3375.v5.patch
>
>
> 1. Test the Gridmix memory emulation feature for gridmix jobs with default 
> progress interval, different input data, submission policies and user 
> resolver modes . Verify the maps phase of total heap usage of gridmix jobs 
> with corresponding the original job in the trace.
> 2. Test the Gridmix memory emulation feature for gridmix jobs with custom 
> progress interval, different input data, submission policies and user 
> resolver modes . Verify the maps phase of total heap usage of gridmix jobs 
> with corresponding the original job in the trace.
> 3. Test the Gridmix memory emulation feature for gridmix jobs with default 
> progress interval, different input data, submission policies and user 
> resolver modes. Verify the maps and reduces phase of total heap usage metric 
> of gridmix jobs with corresponding the original job in the trace.
> 4. Disable Gridmix memory emulation option and verify the jobs whether it 
> emulates the heap memory or not.
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3375) Memory Emulation system tests.

2011-11-14 Thread Vinay Kumar Thota (Updated) (JIRA)

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

Vinay Kumar Thota updated MAPREDUCE-3375:
-

Attachment: MAPREDUCE-3375.v4.patch

Uploading another new patch by addressing some more offline comments from Amar.

> Memory Emulation system tests.
> --
>
> Key: MAPREDUCE-3375
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3375
> Project: Hadoop Map/Reduce
>  Issue Type: Task
>Reporter: Vinay Kumar Thota
>Assignee: Vinay Kumar Thota
> Attachments: MAPREDUCE-3375.v1.patch, MAPREDUCE-3375.v2.patch, 
> MAPREDUCE-3375.v3.patch, MAPREDUCE-3375.v4.patch
>
>
> 1. Test the Gridmix memory emulation feature for gridmix jobs with default 
> progress interval, different input data, submission policies and user 
> resolver modes . Verify the maps phase of total heap usage of gridmix jobs 
> with corresponding the original job in the trace.
> 2. Test the Gridmix memory emulation feature for gridmix jobs with custom 
> progress interval, different input data, submission policies and user 
> resolver modes . Verify the maps phase of total heap usage of gridmix jobs 
> with corresponding the original job in the trace.
> 3. Test the Gridmix memory emulation feature for gridmix jobs with default 
> progress interval, different input data, submission policies and user 
> resolver modes. Verify the maps and reduces phase of total heap usage metric 
> of gridmix jobs with corresponding the original job in the trace.
> 4. Disable Gridmix memory emulation option and verify the jobs whether it 
> emulates the heap memory or not.
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3375) Memory Emulation system tests.

2011-11-14 Thread Vinay Kumar Thota (Updated) (JIRA)

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

Vinay Kumar Thota updated MAPREDUCE-3375:
-

Attachment: MAPREDUCE-3375.v3.patch

Added one more scenario for total heap ratio.

> Memory Emulation system tests.
> --
>
> Key: MAPREDUCE-3375
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3375
> Project: Hadoop Map/Reduce
>  Issue Type: Task
>Reporter: Vinay Kumar Thota
>Assignee: Vinay Kumar Thota
> Attachments: MAPREDUCE-3375.v1.patch, MAPREDUCE-3375.v2.patch, 
> MAPREDUCE-3375.v3.patch
>
>
> 1. Test the Gridmix memory emulation feature for gridmix jobs with default 
> progress interval, different input data, submission policies and user 
> resolver modes . Verify the maps phase of total heap usage of gridmix jobs 
> with corresponding the original job in the trace.
> 2. Test the Gridmix memory emulation feature for gridmix jobs with custom 
> progress interval, different input data, submission policies and user 
> resolver modes . Verify the maps phase of total heap usage of gridmix jobs 
> with corresponding the original job in the trace.
> 3. Test the Gridmix memory emulation feature for gridmix jobs with default 
> progress interval, different input data, submission policies and user 
> resolver modes. Verify the maps and reduces phase of total heap usage metric 
> of gridmix jobs with corresponding the original job in the trace.
> 4. Disable Gridmix memory emulation option and verify the jobs whether it 
> emulates the heap memory or not.
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3375) Memory Emulation system tests.

2011-11-13 Thread Vinay Kumar Thota (Updated) (JIRA)

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

Vinay Kumar Thota updated MAPREDUCE-3375:
-

Attachment: MAPREDUCE-3375.v2.patch

Addressed Amar's offline comments.

> Memory Emulation system tests.
> --
>
> Key: MAPREDUCE-3375
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3375
> Project: Hadoop Map/Reduce
>  Issue Type: Task
>Reporter: Vinay Kumar Thota
>Assignee: Vinay Kumar Thota
> Attachments: MAPREDUCE-3375.v1.patch, MAPREDUCE-3375.v2.patch
>
>
> 1. Test the Gridmix memory emulation feature for gridmix jobs with default 
> progress interval, different input data, submission policies and user 
> resolver modes . Verify the maps phase of total heap usage of gridmix jobs 
> with corresponding the original job in the trace.
> 2. Test the Gridmix memory emulation feature for gridmix jobs with custom 
> progress interval, different input data, submission policies and user 
> resolver modes . Verify the maps phase of total heap usage of gridmix jobs 
> with corresponding the original job in the trace.
> 3. Test the Gridmix memory emulation feature for gridmix jobs with default 
> progress interval, different input data, submission policies and user 
> resolver modes. Verify the maps and reduces phase of total heap usage metric 
> of gridmix jobs with corresponding the original job in the trace.
> 4. Disable Gridmix memory emulation option and verify the jobs whether it 
> emulates the heap memory or not.
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3375) Memory Emulation system tests.

2011-11-10 Thread Vinay Kumar Thota (Updated) (JIRA)

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

Vinay Kumar Thota updated MAPREDUCE-3375:
-

Attachment: MAPREDUCE-3375.v1.patch

Memory emulation system tests initial patch. Please review it and let me know 
your comments.

> Memory Emulation system tests.
> --
>
> Key: MAPREDUCE-3375
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3375
> Project: Hadoop Map/Reduce
>  Issue Type: Task
>Reporter: Vinay Kumar Thota
>Assignee: Vinay Kumar Thota
> Attachments: MAPREDUCE-3375.v1.patch
>
>
> 1. Test the Gridmix memory emulation feature for gridmix jobs with default 
> progress interval, different input data, submission policies and user 
> resolver modes . Verify the maps phase of total heap usage of gridmix jobs 
> with corresponding the original job in the trace.
> 2. Test the Gridmix memory emulation feature for gridmix jobs with custom 
> progress interval, different input data, submission policies and user 
> resolver modes . Verify the maps phase of total heap usage of gridmix jobs 
> with corresponding the original job in the trace.
> 3. Test the Gridmix memory emulation feature for gridmix jobs with default 
> progress interval, different input data, submission policies and user 
> resolver modes. Verify the maps and reduces phase of total heap usage metric 
> of gridmix jobs with corresponding the original job in the trace.
> 4. Disable Gridmix memory emulation option and verify the jobs whether it 
> emulates the heap memory or not.
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira