@ThreadSafe public final class HadoopConfigurationUtils extends Object
Configuration
with Hadoop's Configuration class.Modifier and Type | Method and Description |
---|---|
static void |
mergeHadoopConfiguration(org.apache.hadoop.conf.Configuration source,
AlluxioConfiguration alluxioConfiguration)
Merges Hadoop
Configuration into the Alluxio configuration. |
public static void mergeHadoopConfiguration(org.apache.hadoop.conf.Configuration source, AlluxioConfiguration alluxioConfiguration)
Configuration
into the Alluxio configuration.source
- the Configuration
to mergealluxioConfiguration
- the Alluxio configuration to merge toCopyright © 2023. All Rights Reserved.