- java.lang.Object
-
- com.actian.dataflow.cal.yarn.client.YarnShimFactory
-
public class YarnShimFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.pervasive.datarush.hadoop.shims.yarn.ResourceManagerClient
createClient(ClusterSpecifier clusterSpec, ModuleConfiguration moduleCfg)
Get a client interface to the YARN Resource Manager.
-
-
-
Method Detail
-
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
-
-