Package com.mapr.fs
Class MapRCluster
- java.lang.Object
-
- com.mapr.fs.MapRCluster
-
public class MapRCluster extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.logging.LogLOG
-
Constructor Summary
Constructors Constructor Description MapRCluster()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ClusterConf.ClusterEntry>getClusterList()static java.net.InetSocketAddress[]getJobTrackerAddrs(java.lang.String clusterName)static java.net.InetSocketAddress[]getJobTrackerAddrs(java.lang.String clusterName, java.lang.String[] cldbLocations)
-
-
-
Method Detail
-
getJobTrackerAddrs
public static java.net.InetSocketAddress[] getJobTrackerAddrs(java.lang.String clusterName, java.lang.String[] cldbLocations) throws java.io.IOException- Throws:
java.io.IOException
-
getJobTrackerAddrs
public static java.net.InetSocketAddress[] getJobTrackerAddrs(java.lang.String clusterName) throws java.io.IOException- Throws:
java.io.IOException
-
getClusterList
public java.util.List<ClusterConf.ClusterEntry> getClusterList()
-
-