[jira] Commented: (MAPREDUCE-1893) Multiple reducers for Slive

2010-07-01 Thread Ravi Phulari (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884436#action_12884436
 ] 

Ravi Phulari commented on MAPREDUCE-1893:
-

I have verified , it works. Sorry for the delay Konstantin. 

> Multiple reducers for Slive
> ---
>
> Key: MAPREDUCE-1893
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1893
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: benchmarks, test
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: SliveMultiR.patch, SliveMultiR.patch, SliveMultiR.patch
>
>
> Slive currently uses single reducer. It could use multiple ones.

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



[jira] Resolved: (MAPREDUCE-1846) Add option to run Slive tests in test jar driver.

2010-06-30 Thread Ravi Phulari (JIRA)

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

Ravi Phulari resolved MAPREDUCE-1846.
-

Release Note: This will be fixed along with MAPRED-1893.
  Resolution: Fixed

> Add option to run Slive tests in test jar driver. 
> --
>
> Key: MAPREDUCE-1846
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1846
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.22.0
>Reporter: Ravi Phulari
>Assignee: Ravi Phulari
> Fix For: 0.22.0
>
>
> Currently there is no way to run Slive tests through test jar. It is required 
> to add option to run slive tests from test jar driver.

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



[jira] Commented: (MAPREDUCE-1846) Add option to run Slive tests in test jar driver.

2010-06-30 Thread Ravi Phulari (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884017#action_12884017
 ] 

Ravi Phulari commented on MAPREDUCE-1846:
-

Slive was introduced in  HDFS-708.

> Add option to run Slive tests in test jar driver. 
> --
>
> Key: MAPREDUCE-1846
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1846
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.22.0
>Reporter: Ravi Phulari
>Assignee: Ravi Phulari
> Fix For: 0.22.0
>
>
> Currently there is no way to run Slive tests through test jar. It is required 
> to add option to run slive tests from test jar driver.

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



[jira] Commented: (MAPREDUCE-1893) Multiple reducers for Slive

2010-06-29 Thread Ravi Phulari (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883749#action_12883749
 ] 

Ravi Phulari commented on MAPREDUCE-1893:
-

Sorry, I missed one thing earlier . 
One correction is needed in MapredTestDriver.java 
We need to make SliveTest visible through TestDriver which can be done by 
adding "SliveTest" as first parameter to pgd.addClass()

{noformat}
pgd.addClass(SliveTest.class.getSimpleName(), SliveTest.class, 
  "HDFS Stress Test and Live Data Verification.");
{noformat}

Should be like - 
{noformat}
pgd.addClass("SliveTest",SliveTest.class.getSimpleName(), SliveTest.class, 
  "HDFS Stress Test and Live Data Verification.");
{noformat}

> Multiple reducers for Slive
> ---
>
> Key: MAPREDUCE-1893
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1893
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: benchmarks, test
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: SliveMultiR.patch, SliveMultiR.patch, SliveMultiR.patch
>
>
> Slive currently uses single reducer. It could use multiple ones.

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



[jira] Commented: (MAPREDUCE-1893) Multiple reducers for Slive

2010-06-29 Thread Ravi Phulari (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883724#action_12883724
 ] 

Ravi Phulari commented on MAPREDUCE-1893:
-

Thanks for adding Slive to Driver Konstantin. 
Patch looks good to me.


> Multiple reducers for Slive
> ---
>
> Key: MAPREDUCE-1893
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1893
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: benchmarks, test
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: SliveMultiR.patch, SliveMultiR.patch, SliveMultiR.patch
>
>
> Slive currently uses single reducer. It could use multiple ones.

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



[jira] Created: (MAPREDUCE-1846) Add option to run Slive tests in test jar driver.

2010-06-07 Thread Ravi Phulari (JIRA)
Add option to run Slive tests in test jar driver. 
--

 Key: MAPREDUCE-1846
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1846
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Affects Versions: 0.22.0
Reporter: Ravi Phulari
Assignee: Ravi Phulari
 Fix For: 0.22.0


Currently there is no way to run Slive tests through test jar. It is required 
to add option to run slive tests from test jar driver.

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



[jira] Resolved: (MAPREDUCE-879) TestTaskTrackerLocalization fails on MAC OS

2010-04-26 Thread Ravi Phulari (JIRA)

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

Ravi Phulari resolved MAPREDUCE-879.


Resolution: Not A Problem

> TestTaskTrackerLocalization fails on MAC OS
> ---
>
> Key: MAPREDUCE-879
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-879
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.21.0
> Environment: Mac OS X 10.5.7
>Reporter: Devaraj Das
>Assignee: Sreekanth Ramakrishnan
>Priority: Blocker
> Fix For: 0.21.0
>
> Attachments: mapreduce-879-1.patch, 
> TEST-org.apache.hadoop.mapred.TestTaskTrackerLocalization.txt
>
>
> TestTaskTrackerLocalization failed on an 'ant test' run.

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



[jira] Reopened: (MAPREDUCE-879) TestTaskTrackerLocalization fails on MAC OS

2010-04-26 Thread Ravi Phulari (JIRA)

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

Ravi Phulari reopened MAPREDUCE-879:



I see this test failing on Hadoop 20.s , We need to backport this patch to 0.20 
branch.


> TestTaskTrackerLocalization fails on MAC OS
> ---
>
> Key: MAPREDUCE-879
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-879
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.21.0
> Environment: Mac OS X 10.5.7
>Reporter: Devaraj Das
>Assignee: Sreekanth Ramakrishnan
>Priority: Blocker
> Fix For: 0.21.0
>
> Attachments: mapreduce-879-1.patch, 
> TEST-org.apache.hadoop.mapred.TestTaskTrackerLocalization.txt
>
>
> TestTaskTrackerLocalization failed on an 'ant test' run.

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



[jira] Updated: (MAPREDUCE-1557) MapReduce teragen example should print correct error message for invalid inputs. Currently throws ArrayIndexOutOfBoundsException .

2010-03-03 Thread Ravi Phulari (JIRA)

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

Ravi Phulari updated MAPREDUCE-1557:


Affects Version/s: 0.20.1
   0.20.2
Fix Version/s: 0.20.3

> MapReduce teragen  example should print correct error message for invalid 
> inputs. Currently throws ArrayIndexOutOfBoundsException .
> ---
>
> Key: MAPREDUCE-1557
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1557
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.20.1, 0.20.2
>Reporter: Ravi Phulari
>Assignee: Ravi Phulari
>Priority: Trivial
> Fix For: 0.20.3
>
> Attachments: MAPREDUCE-1557.patch
>
>
> MapReduce teragen  example should print correct error message for invalid 
> inputs. 
> Currently for invalid  CLI arguments stack trace is thrown with  
> ArrayIndexOutOfBoundsException. 

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



[jira] Commented: (MAPREDUCE-1557) MapReduce teragen example should print correct error message for invalid inputs. Currently throws ArrayIndexOutOfBoundsException .

2010-03-03 Thread Ravi Phulari (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840856#action_12840856
 ] 

Ravi Phulari commented on MAPREDUCE-1557:
-

No Unit test included because there are no unit tests included for Examples. 
Wondering if need unit tests for examples.

> MapReduce teragen  example should print correct error message for invalid 
> inputs. Currently throws ArrayIndexOutOfBoundsException .
> ---
>
> Key: MAPREDUCE-1557
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1557
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.20.1, 0.20.2
>Reporter: Ravi Phulari
>Assignee: Ravi Phulari
>Priority: Trivial
> Fix For: 0.20.3
>
> Attachments: MAPREDUCE-1557.patch
>
>
> MapReduce teragen  example should print correct error message for invalid 
> inputs. 
> Currently for invalid  CLI arguments stack trace is thrown with  
> ArrayIndexOutOfBoundsException. 

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



[jira] Updated: (MAPREDUCE-1557) MapReduce teragen example should print correct error message for invalid inputs. Currently throws ArrayIndexOutOfBoundsException .

2010-03-03 Thread Ravi Phulari (JIRA)

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

Ravi Phulari updated MAPREDUCE-1557:


Attachment: MAPREDUCE-1557.patch

Attaching patch for 0.20

> MapReduce teragen  example should print correct error message for invalid 
> inputs. Currently throws ArrayIndexOutOfBoundsException .
> ---
>
> Key: MAPREDUCE-1557
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1557
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Reporter: Ravi Phulari
>Assignee: Ravi Phulari
>Priority: Trivial
> Attachments: MAPREDUCE-1557.patch
>
>
> MapReduce teragen  example should print correct error message for invalid 
> inputs. 
> Currently for invalid  CLI arguments stack trace is thrown with  
> ArrayIndexOutOfBoundsException. 

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



[jira] Created: (MAPREDUCE-1557) MapReduce teragen example should print correct error message for invalid inputs. Currently throws ArrayIndexOutOfBoundsException .

2010-03-03 Thread Ravi Phulari (JIRA)
MapReduce teragen  example should print correct error message for invalid 
inputs. Currently throws ArrayIndexOutOfBoundsException .
---

 Key: MAPREDUCE-1557
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1557
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Ravi Phulari
Assignee: Ravi Phulari
Priority: Trivial


MapReduce teragen  example should print correct error message for invalid 
inputs. 
Currently for invalid  CLI arguments stack trace is thrown with  
ArrayIndexOutOfBoundsException. 

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