@Private
@Unstable
public class FileSystemBasedConfigurationProvider
extends org.apache.hadoop.yarn.conf.ConfigurationProvider
| Constructor | Description |
|---|---|
FileSystemBasedConfigurationProvider() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
closeInternal() |
|
org.apache.hadoop.fs.Path |
getConfigDir() |
|
java.io.InputStream |
getConfigurationInputStream(org.apache.hadoop.conf.Configuration bootstrapConf,
java.lang.String name) |
|
org.apache.hadoop.fs.FileSystem |
getFs() |
|
void |
initInternal(org.apache.hadoop.conf.Configuration bootstrapConf) |
public FileSystemBasedConfigurationProvider()
public java.io.InputStream getConfigurationInputStream(org.apache.hadoop.conf.Configuration bootstrapConf,
java.lang.String name)
throws java.io.IOException,
org.apache.hadoop.yarn.exceptions.YarnException
getConfigurationInputStream in class org.apache.hadoop.yarn.conf.ConfigurationProviderjava.io.IOExceptionorg.apache.hadoop.yarn.exceptions.YarnExceptionpublic void initInternal(org.apache.hadoop.conf.Configuration bootstrapConf)
throws java.lang.Exception
initInternal in class org.apache.hadoop.yarn.conf.ConfigurationProviderjava.lang.Exceptionpublic void closeInternal()
throws java.lang.Exception
closeInternal in class org.apache.hadoop.yarn.conf.ConfigurationProviderjava.lang.Exceptionpublic org.apache.hadoop.fs.FileSystem getFs()
public org.apache.hadoop.fs.Path getConfigDir()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.