| Package | Description |
|---|---|
| org.apache.hadoop.conf | |
| org.apache.hadoop.util |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.addResource(Configuration conf)
Add a configuration resource.
|
static void |
Configuration.dumpConfiguration(Configuration config,
Writer out)
Writes out all the parameters and their properties (final and resource) to the given
Writer The format of the output would be { "properties" : [
{key1,value1,key1.isFinal,key1.resource}, {key2,value2, key2.isFinal,key2.resource}... |
| Constructor and Description |
|---|
Configuration(Configuration other)
A new configuration with the same settings cloned from another.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NativeCodeLoader.getLoadNativeLibraries(Configuration conf)
Return if native hadoop libraries, if present, can be used for this job.
|
void |
NativeCodeLoader.setLoadNativeLibraries(Configuration conf,
boolean loadNativeLibraries)
Set if native hadoop libraries, if present, can be used for this job.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.