|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface YarnCluster
Interface for Yarn miniclusters.
Method Summary | |
---|---|
org.apache.hadoop.conf.Configuration |
getConfiguration()
Gets the Configuration for the cluster. |
java.io.File |
getYarnWorkDir()
Gets the working directory of Yarn nodes. |
void |
start()
Starts the cluster. |
void |
stop()
Stops the cluster. |
Method Detail |
---|
org.apache.hadoop.conf.Configuration getConfiguration()
Configuration
for the cluster.
As most of the configuration parameters are not
known until after cluster has been started, this
configuration should be configured by the
cluster itself.
Configuration
void start() throws java.lang.Exception
java.lang.Exception
- if cluster failed to startvoid stop()
java.io.File getYarnWorkDir()
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |