[jira] Created: (HADOOP-6944) [Herriot] Implement a functionality for getting the poxyusers path.

2010-09-08 Thread Vinay Kumar Thota (JIRA)
[Herriot] Implement a functionality for getting the poxyusers path. --- Key: HADOOP-6944 URL: https://issues.apache.org/jira/browse/HADOOP-6944 Project: Hadoop Common Issue Type

[jira] Created: (HADOOP-6945) Inclusion of Old Jackson-JSON Breaks tasks using Avro (or any task depending on Jackson JSON)

2010-09-08 Thread Greg Wittel (JIRA)
Inclusion of Old Jackson-JSON Breaks tasks using Avro (or any task depending on Jackson JSON) - Key: HADOOP-6945 URL: https://issues.apache.org/jira/browse/HADOOP-6945

[jira] Resolved: (HADOOP-6940) RawLocalFileSystem's markSupported method misnamed markSupport

2010-09-08 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-6940. - Hadoop Flags: [Reviewed] Resolution: Fixed I've committed this. Thanks Tom. > RawLocalFil

[jira] Created: (HADOOP-6946) SecurityUtils' TGT fetching does not fall back to "login" user

2010-09-08 Thread Todd Lipcon (JIRA)
SecurityUtils' TGT fetching does not fall back to "login" user -- Key: HADOOP-6946 URL: https://issues.apache.org/jira/browse/HADOOP-6946 Project: Hadoop Common Issue Type: Bug

[jira] Created: (HADOOP-6947) Kerberos relogin should set refreshKrb5Config to true

2010-09-08 Thread Todd Lipcon (JIRA)
Kerberos relogin should set refreshKrb5Config to true - Key: HADOOP-6947 URL: https://issues.apache.org/jira/browse/HADOOP-6947 Project: Hadoop Common Issue Type: Bug Components:

RE: [jira] Moved: (MAPREDUCE-2008) write Junit test cases that run the Hadoop examples

2010-09-08 Thread Saikat Kanjilal
Eli et al,I have added all my junit test drivers inside the src/test/mapred/org/apache/hadoop/examples subdirectory, however I noticed that there's a class existing that's called TestModular that references a Timer class that doesn't seem to exist in the repository. Does this test class need

Launching Tasks From JobTracker

2010-09-08 Thread radheshyam nanduri
Hi, I am working on writing a scheduler plugin for Hadoop. I have divided the job received into number of tasks. My task now is to assign a task on to a particular TaskTracker. I want to start the Task right away with a method which accepts the Task and TaskTracker as arguments. Could you guide me