[jira] Commented: (MAPREDUCE-905) Add Eclipse launch tasks for MapReduce

2009-08-22 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12746475#action_12746475
 ] 

Hadoop QA commented on MAPREDUCE-905:
-

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12417341/MAPREDUCE-905.patch
  against trunk revision 806764.

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 4 new or modified tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

-1 core tests.  The patch failed core unit tests.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/506/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/506/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/506/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/506/console

This message is automatically generated.

 Add Eclipse launch tasks for MapReduce
 --

 Key: MAPREDUCE-905
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-905
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
 Environment: Eclipse 3.5
Reporter: Philip Zeyliger
Priority: Minor
 Attachments: MAPREDUCE-905.patch


 This is a revival of HADOOP-5911, but only for the MR project.
 Eclipse has a notion of run configuration, which encapsulates what's needed 
 to run or debug an application. I use this quite a bit to start various 
 Hadoop daemons in debug mode, with breakpoints set, to inspect state and what 
 not.
 This is simply configuration, so no tests are provided.  After running ant 
 eclipse-files and refreshing your project, you should see entries in the 
 Run pulldown.  There's a template for testing a specific test, and also 
 templates to run all the tests, the job tracker, and a task tracker.  It's 
 likely that some parameters need to be further tweaked to have the same 
 behavior as ant test, but for most tests, this works.

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



[jira] Commented: (MAPREDUCE-824) Support a hierarchy of queues in the capacity scheduler

2009-08-22 Thread rahul k singh (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12746484#action_12746484
 ] 

rahul k singh commented on MAPREDUCE-824:
-

The comment regarding algorithm for distribution of unconfigured capacity , is 
not implemented as , current implementation is more efficient.
Will be adding 1 more patch with test for max capacity.

 Support a hierarchy of queues in the capacity scheduler
 ---

 Key: MAPREDUCE-824
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-824
 Project: Hadoop Map/Reduce
  Issue Type: New Feature
  Components: contrib/capacity-sched
Reporter: Hemanth Yamijala
 Attachments: HADOOP-824-1.patch, HADOOP-824-2.patch, 
 HADOOP-824-3.patch, HADOOP-824-4.patch


 Currently in Capacity Scheduler, cluster capacity is divided among the queues 
 based on the queue capacity. These queues typically represent an organization 
 and the capacity of the queue represents the capacity the organization is 
 entitled to. Most organizations are large and need to divide their capacity 
 among sub-organizations they have. Or they may want to divide the capacity 
 based on a category or type of jobs they run. This JIRA covers the 
 requirements and other details to provide the above feature.

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



[jira] Updated: (MAPREDUCE-824) Support a hierarchy of queues in the capacity scheduler

2009-08-22 Thread rahul k singh (JIRA)

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

rahul k singh updated MAPREDUCE-824:


Attachment: HADOOP-824-5.patch

Attaching the new file with testMaxCapacity testcase

 Support a hierarchy of queues in the capacity scheduler
 ---

 Key: MAPREDUCE-824
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-824
 Project: Hadoop Map/Reduce
  Issue Type: New Feature
  Components: contrib/capacity-sched
Reporter: Hemanth Yamijala
 Attachments: HADOOP-824-1.patch, HADOOP-824-2.patch, 
 HADOOP-824-3.patch, HADOOP-824-4.patch, HADOOP-824-5.patch


 Currently in Capacity Scheduler, cluster capacity is divided among the queues 
 based on the queue capacity. These queues typically represent an organization 
 and the capacity of the queue represents the capacity the organization is 
 entitled to. Most organizations are large and need to divide their capacity 
 among sub-organizations they have. Or they may want to divide the capacity 
 based on a category or type of jobs they run. This JIRA covers the 
 requirements and other details to provide the above feature.

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



[jira] Commented: (MAPREDUCE-807) Stray user files in mapred.system.dir with permissions other than 777 can prevent the jobtracker from starting up.

2009-08-22 Thread Amar Kamat (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12746570#action_12746570
 ] 

Amar Kamat commented on MAPREDUCE-807:
--

All ant tests passed except TestRecoveryManager  and TestReduceFetch failed.


 Stray user files in mapred.system.dir with permissions other than 777 can 
 prevent the jobtracker from starting up.
 --

 Key: MAPREDUCE-807
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-807
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobtracker
Reporter: Amar Kamat
Assignee: Amar Kamat
Priority: Blocker
 Attachments: MAPRED-807-v1.1.patch, MAPRED-807-v1.2.patch, 
 MAPRED-807-v1.3.patch, MAPRED-807-v1.4.patch, MAPRED-807-v1.6.patch


 With restart disabled, the jobtracker does a _rm -rf_ of the 
 mapred.system.dir. If the mapred.system.dir contains user files with 
 permissions other than 777 then the jobtracker gets stuck in a loop trying to 
 delete the mapred.system.dir (and each time failing with 
 AccessControlException).

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