Uses of Class
com.pervasive.datarush.cal.ClusterSpecifier
-
Packages that use ClusterSpecifier Package Description com.actian.dataflow.cal.yarn.client com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer".com.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs. -
-
Uses of ClusterSpecifier in com.actian.dataflow.cal.yarn.client
Methods in com.actian.dataflow.cal.yarn.client with parameters of type ClusterSpecifier Modifier and Type Method Description static com.pervasive.datarush.hadoop.shims.yarn.ResourceManagerClient
YarnShimFactory. createClient(ClusterSpecifier clusterSpec, ModuleConfiguration moduleCfg)
Get a client interface to the YARN Resource Manager.String
YarnClusterProvider. getDefaultStorageManagementPath(ClusterSpecifier spec)
JobHistoryService
YarnClusterProvider. getJobHistoryService(FileClient fileClient, ClusterSpecifier spec)
boolean
YarnClusterProvider. isProviderFor(ClusterSpecifier spec)
void
YarnClusterProvider. validateConnection(FileClient fileClient, ClusterSpecifier spec)
-
Uses of ClusterSpecifier in com.pervasive.datarush.cal
Fields in com.pervasive.datarush.cal declared as ClusterSpecifier Modifier and Type Field Description static ClusterSpecifier
ClusterSpecifier. PSEUDO_DISTRIBUTED
Constant for the pseudo-distributed clusterMethods in com.pervasive.datarush.cal that return ClusterSpecifier Modifier and Type Method Description ClusterSpecifier
JobSpecifier. cluster()
Returns the cluster on which to run the jobstatic ClusterSpecifier
ClusterSpecifier. create()
Returns a cluster specifier with default settings.ClusterSpecifier
ClusterSpecifier. host(String host)
Returns a new specifier with the host set to the specified valueClusterSpecifier
ClusterSpecifier. option(String name, String value)
Returns a new specifier with the given option set to the specified valueClusterSpecifier
ClusterSpecifier. option(String name, List<String> value)
Returns a new specifier with the given option set to the specified valueClusterSpecifier
ClusterSpecifier. options(Map<String,List<String>> options)
Returns a new specifier with the options set to the specified valuestatic ClusterSpecifier
ClusterSpecifier. parse(String uristr)
Parses the given cluster specifier string.ClusterSpecifier
ClusterSpecifier. port(int port)
Returns a new specifier with the port set to the specified valueClusterSpecifier
ClusterSpecifier. scheme(String scheme)
Returns a new specifier with the scheme set to the specified valueMethods in com.pervasive.datarush.cal with parameters of type ClusterSpecifier Modifier and Type Method Description JobSpecifier
JobSpecifier. cluster(ClusterSpecifier cluster)
Overrides the clusterString
ClusterProvider. getDefaultStorageManagementPath(ClusterSpecifier spec)
Returns the default root path for this cluster provider.String
ClusterProviderManager. getDefaultStorageManagementPath(ClusterSpecifier spec)
Returns the default root path for this cluster provider.JobHistoryService
ClusterProvider. getJobHistoryService(FileClient client, ClusterSpecifier spec)
JobHistoryService
ClusterProviderManager. getJobHistoryService(FileClient client, ClusterSpecifier spec)
ClusterProvider
ClusterProviderManager. getProvider(ClusterSpecifier spec)
Returns a provider that matches the given specboolean
ClusterProvider. isProviderFor(ClusterSpecifier spec)
Returns whether this provider is the correct provider for the given specifier.void
ClusterProvider. validateConnection(FileClient fileClient, ClusterSpecifier spec)
Gives the provider an opportunity to validate the specifiervoid
ClusterProviderManager. validateConnection(FileClient client, ClusterSpecifier spec)
Performs validation of the specifierConstructors in com.pervasive.datarush.cal with parameters of type ClusterSpecifier Constructor Description JobSpecifier(ResourceSpecifier requestedResources, ClusterSpecifier cluster, ClasspathSpecifier classpath, JobInformation jobInformation, Path storageManagementPath)
Create a new job specifierJobSpecifier(ResourceSpecifier requestedResources, ClusterSpecifier cluster, ClasspathSpecifier classpath, JobInformation jobInformation, Path storageManagementPath, String schedulerQueue, List<String> extensionPaths)
Create a new job specifier -
Uses of ClusterSpecifier in com.pervasive.datarush.graphs
Fields in com.pervasive.datarush.graphs with type parameters of type ClusterSpecifier Modifier and Type Field Description static EngineProperty<ClusterSpecifier>
EngineConfig. CLUSTER
Property controls which cluster to run onMethods in com.pervasive.datarush.graphs that return ClusterSpecifier Modifier and Type Method Description ClusterSpecifier
EngineConfig. getCluster()
Returns the cluster specifier.Methods in com.pervasive.datarush.graphs with parameters of type ClusterSpecifier Modifier and Type Method Description EngineConfig
EngineConfig. cluster(ClusterSpecifier spec)
Specifies the cluster on which we are to run
-