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

Amareshwari Sriramadasu commented on MAPREDUCE-1307:
----------------------------------------------------

I looked at the console output for TestJobRetire. The timeout is because of 
HADOOP-6528.
Corresponding console log:
{noformat}
     [exec]     [junit] 2010-02-17 19:43:41,099 ERROR mapred.TaskTracker 
(TaskTracker.java:offerService(1430)) - Caught exception: java.io.IOException: 
Jetty problem. Jetty didn't bind to a valid port
     [exec]     [junit]         at 
org.apache.hadoop.mapred.TaskTracker.checkJettyPort(TaskTracker.java:1246)
     [exec]     [junit]         at 
org.apache.hadoop.mapred.TaskTracker.offerService(TaskTracker.java:1408)
     [exec]     [junit]         at 
org.apache.hadoop.mapred.TaskTracker.run(TaskTracker.java:2226)
     [exec]     [junit]         at 
org.apache.hadoop.mapred.MiniMRCluster$TaskTrackerRunner.run(MiniMRCluster.java:228)
     [exec]     [junit]         at java.lang.Thread.run(Thread.java:619)
     [exec]     [junit] 
     [exec]     [junit] 2010-02-17 19:43:41,100 INFO  util.AsyncDiskService 
(AsyncDiskService.java:shutdown(107)) - Shutting down all AsyncDiskService 
threads...
     [exec]     [junit] 2010-02-17 19:43:41,100 INFO  util.AsyncDiskService 
(AsyncDiskService.java:awaitTermination(136)) - All AsyncDiskService threads 
are terminated.
     [exec]     [junit] 2010-02-17 19:43:41,100 INFO  mapred.TaskTracker 
(TaskTracker.java:run(792)) - Shutting down: Map-events fetcher for all reduce 
tasks on tracker_host0.foo.com:localhost/127.0.0.1:38229
{noformat}

> Introduce the concept of Job Permissions
> ----------------------------------------
>
>                 Key: MAPREDUCE-1307
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1307
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: security
>            Reporter: Devaraj Das
>            Assignee: Vinod K V
>             Fix For: 0.22.0
>
>         Attachments: 1307-early-1.patch, MAPREDUCE-1307-20100210.txt, 
> MAPREDUCE-1307-20100211.txt, MAPREDUCE-1307-20100215.txt, 
> MAPREDUCE-1307-20100217.txt
>
>
> It would be good to define the notion of job permissions analogous to file 
> permissions. Then the JobTracker can restrict who can "read" (e.g. look at 
> the job page) or "modify" (e.g. kill) jobs.

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

Reply via email to