[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
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
[
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
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
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:
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
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