public class Cluster
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Cluster.JobTrackerStatus |
Constructor and Description |
---|
Cluster(org.apache.hadoop.conf.Configuration conf) |
Cluster(java.net.InetSocketAddress jobTrackAddr,
org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.Path |
getStagingAreaDir()
Grab the jobtracker's view of the staging directory path where job-specific
files will be placed.
|
public Cluster(org.apache.hadoop.conf.Configuration conf) throws java.io.IOException
java.io.IOException
public Cluster(java.net.InetSocketAddress jobTrackAddr, org.apache.hadoop.conf.Configuration conf) throws java.io.IOException
java.io.IOException
public org.apache.hadoop.fs.Path getStagingAreaDir() throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
Copyright © 2009 The Apache Software Foundation