java.lang.Object
com.actian.dataflow.cal.yarn.client.YarnShimFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.pervasive.datarush.hadoop.shims.yarn.ResourceManagerClientcreateClient(ClusterSpecifier clusterSpec, ModuleConfiguration moduleCfg) Get a client interface to the YARN Resource Manager.
-
Method Details
-
createClient
public static com.pervasive.datarush.hadoop.shims.yarn.ResourceManagerClient createClient(ClusterSpecifier clusterSpec, ModuleConfiguration moduleCfg) throws HadoopIOException Get a client interface to the YARN Resource Manager.- Parameters:
clusterSpec- address of the cluster managermoduleCfg- Hadoop configuration- Throws:
HadoopIOException- thrown if any communication errors occur
-