MountTableConfigLoaderpublic class HCFSMountTableConfigLoader extends java.lang.Object implements MountTableConfigLoader
| Constructor | Description |
|---|---|
HCFSMountTableConfigLoader() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
load(java.lang.String mountTableConfigPath,
Configuration conf) |
Loads the mount-table configuration from hadoop compatible file system and
add the configuration items to given configuration.
|
public void load(java.lang.String mountTableConfigPath,
Configuration conf)
throws java.io.IOException
load in interface MountTableConfigLoadermountTableConfigPath - : A directory path where mount-table files
stored or a mount-table file path. We recommend to configure
directory with the mount-table version files.conf - : to add the mount table as resource.java.io.IOException - raised on errors performing I/O.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.