java.lang.Object
org.apache.hadoop.mapreduce.lib.output.committer.manifest.files.DiagnosticKeys
@Public
@Unstable
public final class DiagnosticKeys
extends Object
Diagnostic keys in the manifests.
-
Field Summary
Fields
Directory where manifests were renamed: "manifests".
Attribute added to diagnostics in _SUCCESS file.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PRINCIPAL
public static final String PRINCIPAL
Attribute added to diagnostics in _SUCCESS file.
- See Also:
-
-
STAGE
public static final String STAGE
- See Also:
-
-
EXCEPTION
public static final String EXCEPTION
- See Also:
-
-
STACKTRACE
public static final String STACKTRACE
- See Also:
-
-
TOTAL_MEMORY
public static final String TOTAL_MEMORY
- See Also:
-
-
FREE_MEMORY
public static final String FREE_MEMORY
- See Also:
-
-
HEAP_MEMORY
public static final String HEAP_MEMORY
- See Also:
-
-
MANIFESTS
public static final String MANIFESTS
Directory where manifests were renamed: "manifests".
- See Also:
-