Class YarnClusterProvider

  • All Implemented Interfaces:
    ClusterProvider

    public class YarnClusterProvider
    extends Object
    implements ClusterProvider
    Implementation of the ClusterProvider

    interface that supports interacting with a YARN-based Hadoop cluster. This is the entry point into providing the needed services for interacting with YARN.

    The cluster specifier uses the scheme yarn. The host name and port are the address of the Dataflow Cluster Manager. The Cluster Manager is used as the gateway into YARN. Hadoop configuration information can be bootstrapped from the Cluster Manager and used to create initial connections into the YARN Resource Manager.