[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-03-23 Thread Boris Shkolnik (JIRA)

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

Boris Shkolnik updated MAPREDUCE-1430:
--

Release Note: mapreduce.job.complete.cancel.delegation.tokens - if false - 
don't cancel delegation token renewal when the job is complete, because it may 
be used by some other job.

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: 1430-BP20-Add.patch, 1430-bp20-bugfix.patch, 
> 1430-dd1.patch, 1430-dd2.patch, 1430-dd3.patch, 1430-dd4-BP20.patch, 
> 1430-dd4.patch, MAPREDUCE-1430-12.patch, MAPREDUCE-1430-13.patch, 
> MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, MAPREDUCE-1430-6.patch, 
> MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-03-03 Thread Devaraj Das (JIRA)

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

Devaraj Das updated MAPREDUCE-1430:
---

Attachment: 1430-bp20-bugfix.patch

A bugfix on top of the earlier Y20 patch. Not for commit.

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: 1430-BP20-Add.patch, 1430-bp20-bugfix.patch, 
> 1430-dd1.patch, 1430-dd2.patch, 1430-dd3.patch, 1430-dd4-BP20.patch, 
> 1430-dd4.patch, MAPREDUCE-1430-12.patch, MAPREDUCE-1430-13.patch, 
> MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, MAPREDUCE-1430-6.patch, 
> MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-23 Thread Boris Shkolnik (JIRA)

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

Boris Shkolnik updated MAPREDUCE-1430:
--

Attachment: 1430-BP20-Add.patch

1430-BP20-Add.patch - for previous hadoop version
Takes care of TestQueueManager
Running tests now.

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: 1430-BP20-Add.patch, 1430-dd1.patch, 1430-dd2.patch, 
> 1430-dd3.patch, 1430-dd4-BP20.patch, 1430-dd4.patch, MAPREDUCE-1430-12.patch, 
> MAPREDUCE-1430-13.patch, MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, 
> MAPREDUCE-1430-6.patch, MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-21 Thread Devaraj Das (JIRA)

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

Devaraj Das updated MAPREDUCE-1430:
---

Resolution: Fixed
Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Boris!

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: 1430-dd1.patch, 1430-dd2.patch, 1430-dd3.patch, 
> 1430-dd4-BP20.patch, 1430-dd4.patch, MAPREDUCE-1430-12.patch, 
> MAPREDUCE-1430-13.patch, MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, 
> MAPREDUCE-1430-6.patch, MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-21 Thread Boris Shkolnik (JIRA)

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

Boris Shkolnik updated MAPREDUCE-1430:
--

Attachment: 1430-dd4-BP20.patch

1430-dd4-BP20.patch - for previous HADOOP version, not for commit

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: 1430-dd1.patch, 1430-dd2.patch, 1430-dd3.patch, 
> 1430-dd4-BP20.patch, 1430-dd4.patch, MAPREDUCE-1430-12.patch, 
> MAPREDUCE-1430-13.patch, MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, 
> MAPREDUCE-1430-6.patch, MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-21 Thread Devaraj Das (JIRA)

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

Devaraj Das updated MAPREDUCE-1430:
---

Attachment: 1430-dd4.patch

Ouch, the token renewal registration should happen after the jobconf is 
localized. The attached patch fixes this. 

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: 1430-dd1.patch, 1430-dd2.patch, 1430-dd3.patch, 
> 1430-dd4.patch, MAPREDUCE-1430-12.patch, MAPREDUCE-1430-13.patch, 
> MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, MAPREDUCE-1430-6.patch, 
> MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-21 Thread Devaraj Das (JIRA)

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

Devaraj Das updated MAPREDUCE-1430:
---

Attachment: 1430-dd3.patch

Puts back the LOG.info for the delegation token renewal registration. I also 
removed the call to DelegationTokenRenewal.close from JobTracker.close. After 
thinking on this aspect it seemed to make sense to not cancel the tokens that 
the JobTracker didn't own in the first place. Also, when the JobTracker 
restarts, it can continue to run the jobs that were running earlier, if the 
delegation tokens are not cancelled. The tokens will die their natural death if 
no one renews them...

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: 1430-dd1.patch, 1430-dd2.patch, 1430-dd3.patch, 
> MAPREDUCE-1430-12.patch, MAPREDUCE-1430-13.patch, MAPREDUCE-1430-14.patch, 
> MAPREDUCE-1430-5.patch, MAPREDUCE-1430-6.patch, MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-20 Thread Devaraj Das (JIRA)

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

Devaraj Das updated MAPREDUCE-1430:
---

Status: Open  (was: Patch Available)

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: 1430-dd1.patch, 1430-dd2.patch, MAPREDUCE-1430-12.patch, 
> MAPREDUCE-1430-13.patch, MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, 
> MAPREDUCE-1430-6.patch, MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-20 Thread Devaraj Das (JIRA)

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

Devaraj Das updated MAPREDUCE-1430:
---

Attachment: 1430-dd2.patch

Another thing fixed - removeDelegationTokenRenewalForJob wasn't removing the 
map entry from the hashmap (and that could lead to a memory leak). This patch 
has that fix.

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: 1430-dd1.patch, 1430-dd2.patch, MAPREDUCE-1430-12.patch, 
> MAPREDUCE-1430-13.patch, MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, 
> MAPREDUCE-1430-6.patch, MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-20 Thread Devaraj Das (JIRA)

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

Devaraj Das updated MAPREDUCE-1430:
---

Status: Patch Available  (was: Open)

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: 1430-dd1.patch, 1430-dd2.patch, MAPREDUCE-1430-12.patch, 
> MAPREDUCE-1430-13.patch, MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, 
> MAPREDUCE-1430-6.patch, MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-20 Thread Devaraj Das (JIRA)

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

Devaraj Das updated MAPREDUCE-1430:
---

Attachment: 1430-dd1.patch

Sigh.. I know we talked about this offline but i forgot to document on jira. 
Anyway, I have fixed these minor things in the attached patch.
1) LOG.info changed to LOG.debug in DelegationTokenRenewal.java.
2) Defined the config for controlling whether delegation tokens should be 
cancelled (upon job completion) in JobContext.java.
3) Defined an API in Job.java to allow users to programmatically set the value 
of the config that would control the cancellation of the delegation tokens upon 
job completion.
4) Moved the call to registerDelegationTokensForRenewal just before the 
delegation tokens is first used.

I intend to commit this patch with the above minor changes soon.

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: 1430-dd1.patch, MAPREDUCE-1430-12.patch, 
> MAPREDUCE-1430-13.patch, MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, 
> MAPREDUCE-1430-6.patch, MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-20 Thread Devaraj Das (JIRA)

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

Devaraj Das updated MAPREDUCE-1430:
---

Status: Open  (was: Patch Available)

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: 1430-dd1.patch, MAPREDUCE-1430-12.patch, 
> MAPREDUCE-1430-13.patch, MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, 
> MAPREDUCE-1430-6.patch, MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-20 Thread Devaraj Das (JIRA)

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

Devaraj Das updated MAPREDUCE-1430:
---

Status: Patch Available  (was: Open)

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: 1430-dd1.patch, MAPREDUCE-1430-12.patch, 
> MAPREDUCE-1430-13.patch, MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, 
> MAPREDUCE-1430-6.patch, MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-19 Thread Boris Shkolnik (JIRA)

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

Boris Shkolnik updated MAPREDUCE-1430:
--

Status: Patch Available  (was: Open)

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: MAPREDUCE-1430-12.patch, MAPREDUCE-1430-13.patch, 
> MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, MAPREDUCE-1430-6.patch, 
> MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-19 Thread Boris Shkolnik (JIRA)

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

Boris Shkolnik updated MAPREDUCE-1430:
--

Attachment: MAPREDUCE-1430-14.patch

fixed (now removes only the failing token)

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: MAPREDUCE-1430-12.patch, MAPREDUCE-1430-13.patch, 
> MAPREDUCE-1430-14.patch, MAPREDUCE-1430-5.patch, MAPREDUCE-1430-6.patch, 
> MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-19 Thread Boris Shkolnik (JIRA)

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

Boris Shkolnik updated MAPREDUCE-1430:
--

Attachment: MAPREDUCE-1430-13.patch

addressed Devaraj's review.

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: MAPREDUCE-1430-12.patch, MAPREDUCE-1430-13.patch, 
> MAPREDUCE-1430-5.patch, MAPREDUCE-1430-6.patch, MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-18 Thread Boris Shkolnik (JIRA)

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

Boris Shkolnik updated MAPREDUCE-1430:
--

Attachment: MAPREDUCE-1430-12.patch

merged with m1503

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: MAPREDUCE-1430-12.patch, MAPREDUCE-1430-5.patch, 
> MAPREDUCE-1430-6.patch, MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-17 Thread Boris Shkolnik (JIRA)

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

Boris Shkolnik updated MAPREDUCE-1430:
--

Attachment: MAPREDUCE-1430-8.patch

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: MAPREDUCE-1430-5.patch, MAPREDUCE-1430-6.patch, 
> MAPREDUCE-1430-8.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-16 Thread Boris Shkolnik (JIRA)

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

Boris Shkolnik updated MAPREDUCE-1430:
--

Attachment: MAPREDUCE-1430-6.patch

fixed 2,3,5,6,7 from Devaraj's comments

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: MAPREDUCE-1430-5.patch, MAPREDUCE-1430-6.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-12 Thread Boris Shkolnik (JIRA)

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

Boris Shkolnik updated MAPREDUCE-1430:
--

Attachment: MAPREDUCE-1430-5.patch

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: MAPREDUCE-1430-5.patch
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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



[jira] Updated: (MAPREDUCE-1430) JobTracker should be able to renew delegation tokens for the jobs

2010-02-04 Thread Vinod K V (JIRA)

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

Vinod K V updated MAPREDUCE-1430:
-

Issue Type: Sub-task  (was: New Feature)
Parent: MAPREDUCE-563

> JobTracker should be able to renew delegation tokens for the jobs
> -
>
> Key: MAPREDUCE-1430
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1430
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Devaraj Das
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
>
> JobTracker should automatically renew delegation tokens for the jobs it is 
> currently running.

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