Uses of Class
org.apache.hadoop.yarn.service.utils.SliderFileSystem
Packages that use SliderFileSystem
Package
Description
-
Uses of SliderFileSystem in org.apache.hadoop.yarn.service.provider
Methods in org.apache.hadoop.yarn.service.provider with parameters of type SliderFileSystemModifier 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 contextstatic voidProviderUtils.createConfigFileAndAddLocalResource(AbstractLauncher launcher, SliderFileSystem fs, ContainerLaunchService.ComponentLaunchContext compLaunchContext, Map<String, String> tokensForSubstitution, ComponentInstance instance, org.apache.hadoop.yarn.service.ServiceContext context, ProviderService.ResolvedLaunchParams resolvedParams) static voidProviderUtils.handleStaticFilesForLocalization(AbstractLauncher launcher, SliderFileSystem fs, ContainerLaunchService.ComponentLaunchContext componentLaunchCtx, ProviderService.ResolvedLaunchParams resolvedParams) static org.apache.hadoop.fs.PathProviderUtils.initCompInstanceDir(SliderFileSystem fs, ContainerLaunchService.ComponentLaunchContext compLaunchContext, ComponentInstance instance) static org.apache.hadoop.fs.PathProviderUtils.initCompPublicResourceDir(SliderFileSystem fs, ContainerLaunchService.ComponentLaunchContext compLaunchContext, ComponentInstance instance) abstract voidAbstractProviderService.processArtifact(AbstractLauncher launcher, ComponentInstance compInstance, SliderFileSystem fileSystem, Service service, ContainerLaunchService.ComponentLaunchContext compLaunchCtx) -
Uses of SliderFileSystem in org.apache.hadoop.yarn.service.provider.defaultImpl
Methods in org.apache.hadoop.yarn.service.provider.defaultImpl with parameters of type SliderFileSystemModifier and TypeMethodDescriptionvoidDefaultProviderService.processArtifact(AbstractLauncher launcher, ComponentInstance compInstance, SliderFileSystem fileSystem, Service service, ContainerLaunchService.ComponentLaunchContext compLaunchCtx) -
Uses of SliderFileSystem in org.apache.hadoop.yarn.service.provider.docker
Methods in org.apache.hadoop.yarn.service.provider.docker with parameters of type SliderFileSystemModifier 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) voidDockerProviderService.processArtifact(AbstractLauncher launcher, ComponentInstance compInstance, SliderFileSystem fileSystem, Service service, ContainerLaunchService.ComponentLaunchContext compLaunchCtx) -
Uses of SliderFileSystem in org.apache.hadoop.yarn.service.provider.tarball
Methods in org.apache.hadoop.yarn.service.provider.tarball with parameters of type SliderFileSystemModifier and TypeMethodDescriptionvoidTarballProviderService.processArtifact(AbstractLauncher launcher, ComponentInstance instance, SliderFileSystem fileSystem, Service service, ContainerLaunchService.ComponentLaunchContext compLaunchCtx) -
Uses of SliderFileSystem in org.apache.hadoop.yarn.service.utils
Methods in org.apache.hadoop.yarn.service.utils with parameters of type SliderFileSystemModifier and TypeMethodDescriptionstatic ClasspathConstructorServiceUtils.buildClasspath(String sliderConfDir, String libdir, SliderFileSystem sliderFileSystem, String configClassPath, boolean usingMiniMRCluster) Build up the classpath for execution -behaves very differently on a mini test cluster vs a production production one.static voidServiceApiUtil.createDirAndPersistApp(SliderFileSystem fs, org.apache.hadoop.fs.Path appDir, Service service) ServiceApiUtil.getComponents(SliderFileSystem fs, String serviceName) static org.apache.hadoop.fs.PathServiceApiUtil.getServiceJsonPath(SliderFileSystem fs, String serviceName) static ServiceServiceApiUtil.loadService(SliderFileSystem fs, String serviceName) static ServiceServiceApiUtil.loadServiceFrom(SliderFileSystem fs, org.apache.hadoop.fs.Path appDefPath) static ServiceServiceApiUtil.loadServiceUpgrade(SliderFileSystem fs, String serviceName, String version) 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 itstatic voidServiceApiUtil.validateAndResolveService(Service service, SliderFileSystem fs, org.apache.hadoop.conf.Configuration conf) static org.apache.hadoop.fs.PathServiceApiUtil.writeAppDefinition(SliderFileSystem fs, org.apache.hadoop.fs.Path appDir, Service service) static org.apache.hadoop.fs.PathServiceApiUtil.writeAppDefinition(SliderFileSystem fs, Service service)