Package | Description |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.tools |
Modifier and Type | Method and Description |
---|---|
Cluster |
JobClient.getClusterHandle()
Get a handle to the Cluster
|
Modifier and Type | Method and Description |
---|---|
Cluster |
Job.getCluster() |
Modifier and Type | Method and Description |
---|---|
static Job |
Job.getInstance(Cluster ignored)
Deprecated.
|
static Job |
Job.getInstance(Cluster ignored,
org.apache.hadoop.conf.Configuration conf)
Deprecated.
|
static Job |
Job.getInstance(Cluster cluster,
JobStatus status,
org.apache.hadoop.conf.Configuration conf)
|
static org.apache.hadoop.fs.Path |
JobSubmissionFiles.getStagingDir(Cluster cluster,
org.apache.hadoop.conf.Configuration conf)
Initializes the staging directory and returns the path.
|
static org.apache.hadoop.fs.Path |
JobSubmissionFiles.getStagingDir(Cluster cluster,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.security.UserGroupInformation realUser)
Initializes the staging directory and returns the path.
|
Modifier and Type | Field and Description |
---|---|
protected Cluster |
CLI.cluster |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.