Uses of Class
org.apache.hadoop.yarn.service.exceptions.SliderException
Packages that use SliderException
Package
Description
-
Uses of SliderException in org.apache.hadoop.yarn.service.exceptions
Subclasses of SliderException in org.apache.hadoop.yarn.service.exceptionsModifier and TypeClassDescriptionclassThe system is in a bad stateclassclassAn exception to raise on a bad configurationclassUsed to raise a usage exception ... this has the exit codeLauncherExitCodes.EXIT_USAGE -
Uses of SliderException in org.apache.hadoop.yarn.service.provider
Methods in org.apache.hadoop.yarn.service.provider that throw SliderExceptionModifier and TypeMethodDescriptionstatic voidProviderUtils.addAllDependencyJars(Map<String, org.apache.hadoop.yarn.api.records.LocalResource> providerResources, SliderFileSystem sliderFileSystem, org.apache.hadoop.fs.Path tempPath, String libDir, String libLocalSrcDir) Loads all dependency jars from the default path.static booleanProviderUtils.addProviderJar(Map<String, org.apache.hadoop.yarn.api.records.LocalResource> providerResources, Class providerClass, String jarName, SliderFileSystem sliderFileSystem, org.apache.hadoop.fs.Path tempPath, String libdir, boolean miniClusterTestRun) Add oneself to the classpath.voidAbstractProviderService.buildContainerEnvironment(AbstractLauncher launcher, Service service, ComponentInstance instance, SliderFileSystem fileSystem, org.apache.hadoop.conf.Configuration yarnConf, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext compLaunchContext, Map<String, String> tokensForSubstitution) voidAbstractProviderService.buildContainerLaunchCommand(AbstractLauncher launcher, Service service, ComponentInstance instance, SliderFileSystem fileSystem, org.apache.hadoop.conf.Configuration yarnConf, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext compLaunchContext, Map<String, String> tokensForSubstitution) AbstractProviderService.buildContainerLaunchContext(AbstractLauncher launcher, Service service, ComponentInstance instance, SliderFileSystem fileSystem, org.apache.hadoop.conf.Configuration yarnConf, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext compLaunchContext) ProviderService.buildContainerLaunchContext(AbstractLauncher containerLauncher, Service service, ComponentInstance instance, SliderFileSystem sliderFileSystem, org.apache.hadoop.conf.Configuration yarnConf, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext componentLaunchContext) Set up the entire container launch context -
Uses of SliderException in org.apache.hadoop.yarn.service.provider.docker
Methods in org.apache.hadoop.yarn.service.provider.docker that throw SliderExceptionModifier and TypeMethodDescriptionvoidDockerProviderService.buildContainerLaunchCommand(AbstractLauncher launcher, Service service, ComponentInstance instance, SliderFileSystem fileSystem, org.apache.hadoop.conf.Configuration yarnConf, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext compLaunchContext, Map<String, String> tokensForSubstitution) -
Uses of SliderException in org.apache.hadoop.yarn.service.utils
Methods in org.apache.hadoop.yarn.service.utils that throw SliderExceptionModifier and TypeMethodDescriptionstatic voidServiceApiUtil.createDirAndPersistApp(SliderFileSystem fs, org.apache.hadoop.fs.Path appDir, Service service) intPortScanner.getAvailablePort()static voidServiceUtils.putAllJars(Map<String, org.apache.hadoop.yarn.api.records.LocalResource> providerResources, SliderFileSystem sliderFileSystem, org.apache.hadoop.fs.Path tempPath, String libDir, String srcPath) Submit a JAR containing and map itstatic org.apache.hadoop.yarn.api.records.LocalResourceServiceUtils.putJar(Map<String, org.apache.hadoop.yarn.api.records.LocalResource> providerResources, SliderFileSystem sliderFileSystem, Class clazz, org.apache.hadoop.fs.Path tempPath, String libdir, String jarName) Submit a JAR containing a specific class and map itorg.apache.hadoop.yarn.api.records.LocalResourceCoreFileSystem.submitJarWithClass(Class clazz, org.apache.hadoop.fs.Path tempPath, String subdir, String jarName) Submit a JAR containing a specific class, returning the resource to be mapped invoidCoreFileSystem.verifyClusterDirectoryNonexistent(String clustername, org.apache.hadoop.fs.Path clusterDirectory) Verify that the cluster directory is not presentvoidCoreFileSystem.verifyDirectoryNonexistent(org.apache.hadoop.fs.Path clusterDirectory) Verify that the given directory is not presentvoidCoreFileSystem.verifyDirectoryWriteAccess(org.apache.hadoop.fs.Path dirPath) Verify that a user has write access to a directory.