@ThreadSafe public final class HadoopConfigurationUtils extends Object
AlluxioConfiguration with Hadoop's Configuration class.| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.conf.Configuration |
mergeAlluxioConfiguration(org.apache.hadoop.conf.Configuration source,
alluxio.conf.AlluxioConfiguration alluxioConf)
Merges an
AlluxioConfiguration into an hadoop
Configuration. |
static alluxio.conf.InstancedConfiguration |
mergeHadoopConfiguration(org.apache.hadoop.conf.Configuration hadoopConf,
alluxio.conf.AlluxioProperties alluxioProps)
Merges Hadoop
Configuration with Alluxio properties. |
public static alluxio.conf.InstancedConfiguration mergeHadoopConfiguration(org.apache.hadoop.conf.Configuration hadoopConf,
alluxio.conf.AlluxioProperties alluxioProps)
Configuration with Alluxio properties.hadoopConf - the Configuration to mergealluxioProps - the Alluxio properties to mergepublic static org.apache.hadoop.conf.Configuration mergeAlluxioConfiguration(org.apache.hadoop.conf.Configuration source,
alluxio.conf.AlluxioConfiguration alluxioConf)
AlluxioConfiguration into an hadoop
Configuration.source - The source hadoop configurationalluxioConf - the alluxio configuration to mergeAlluxioConfigurationCopyright © 2024. All Rights Reserved.