|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskController | |
---|---|
org.apache.hadoop.filecache | |
org.apache.hadoop.mapred | A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. |
org.apache.hadoop.mapreduce.server.tasktracker.userlogs |
Uses of TaskController in org.apache.hadoop.filecache |
---|
Constructors in org.apache.hadoop.filecache with parameters of type TaskController | |
---|---|
TrackerDistributedCacheManager(Configuration conf,
TaskController controller)
|
Uses of TaskController in org.apache.hadoop.mapred |
---|
Subclasses of TaskController in org.apache.hadoop.mapred | |
---|---|
class |
DefaultTaskController
The default implementation for controlling tasks. |
Methods in org.apache.hadoop.mapred that return TaskController | |
---|---|
TaskController |
TaskTracker.getTaskController()
|
Uses of TaskController in org.apache.hadoop.mapreduce.server.tasktracker.userlogs |
---|
Methods in org.apache.hadoop.mapreduce.server.tasktracker.userlogs that return TaskController | |
---|---|
TaskController |
UserLogManager.getTaskController()
Get the taskController for deleting logs. |
Constructors in org.apache.hadoop.mapreduce.server.tasktracker.userlogs with parameters of type TaskController | |
---|---|
UserLogManager(Configuration conf,
TaskController taskController)
Create the user log manager to manage user logs on TaskTracker . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |