Package org.apache.hadoop.fs.s3a.commit
Class CommitterStatisticNames
java.lang.Object
org.apache.hadoop.fs.s3a.commit.CommitterStatisticNames
Statistic names for committers.
Please keep in sync with org.apache.hadoop.fs.s3a.Statistic
so that S3A and manifest committers are in sync.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAmount of data committed: "committer_bytes_committed".static final StringDuration Tracking of time to commit an entire job: "committer_commit_job".static final StringCount of commits aborted: "committer_commits_aborted".static final StringCount of commits failed: "committer_commits.failures".static final StringCount of commits reverted: "committer_commits_reverted".static final StringThe number of files in a task.static final StringFile Size.static final StringNumber of files committed: "committer_files_committed".static final StringWhat is a task attempt's directory count.static final StringWhat is the depth of a task attempt's directory tree.static final StringThe number of files in a task.static final StringThe number of files in a task.static final String"Count of successful tasks:: "committer_tasks_completed".static final StringCount of failed tasks: "committer_tasks_failed".static final StringDirectory creation "op_create_directories".static final StringCreating a single directory "op_create_one_directory".static final StringDirectory scan "op_directory_scan".static final String"op_load_all_manifests".static final StringLoad a task manifest: "op_load_manifest".static final StringRename a file: "op_rename".static final StringSave a task manifest: "op_task_stage_save_task_manifest".static final StringJob abort: "op_job_stage_abort".static final StringJob cleanup: "op_job_stage_cleanup".static final StringOverall job commit "committer_commit_job".static final StringPrepare Directories Stage: "op_job_stage_create_target_dirs".static final StringLoad Manifest Stage: "op_job_stage_load_manifests".static final StringRename files stage duration: "op_job_stage_rename_files".static final StringJob saving _SUCCESS marker Stage: "op_job_stage_save_success_marker".static final StringJob Setup Stage: "op_job_stage_setup".static final StringOutput Validation (within job commit) Stage: "op_job_stage_optional_validate_output".static final StringTask abort: "op_task_stage_abort_task".static final StringTask Commit Stage: "op_stage_task_commit".static final StringTask saving manifest file Stage: "op_task_stage_save_manifest".static final StringTask Scan directory Stage: "op_stage_task_scan_directory".static final StringTask Setup Stage: "op_task_stage_setup". -
Method Summary
-
Field Details
-
COMMITTER_BYTES_COMMITTED_COUNT
Amount of data committed: "committer_bytes_committed".- See Also:
-
COMMITTER_COMMIT_JOB
Duration Tracking of time to commit an entire job: "committer_commit_job".- See Also:
-
COMMITTER_FILES_COMMITTED_COUNT
Number of files committed: "committer_files_committed".- See Also:
-
COMMITTER_TASKS_COMPLETED_COUNT
"Count of successful tasks:: "committer_tasks_completed".- See Also:
-
COMMITTER_TASKS_FAILED_COUNT
Count of failed tasks: "committer_tasks_failed".- See Also:
-
COMMITTER_COMMITS_ABORTED_COUNT
Count of commits aborted: "committer_commits_aborted".- See Also:
-
COMMITTER_COMMITS_REVERTED_COUNT
Count of commits reverted: "committer_commits_reverted".- See Also:
-
COMMITTER_COMMITS_FAILED
Count of commits failed: "committer_commits.failures".- See Also:
-
COMMITTER_FILE_COUNT_MEAN
The number of files in a task. This will be a MeanStatistic.- See Also:
-
COMMITTER_FILE_SIZE_MEAN
File Size.- See Also:
-
COMMITTER_TASK_DIRECTORY_COUNT_MEAN
What is a task attempt's directory count.- See Also:
-
COMMITTER_TASK_DIRECTORY_DEPTH_MEAN
What is the depth of a task attempt's directory tree.- See Also:
-
COMMITTER_TASK_FILE_COUNT_MEAN
The number of files in a task. This will be a MeanStatistic.- See Also:
-
COMMITTER_TASK_FILE_SIZE_MEAN
The number of files in a task. This will be a MeanStatistic.- See Also:
-
OP_CREATE_DIRECTORIES
Directory creation "op_create_directories".- See Also:
-
OP_CREATE_ONE_DIRECTORY
Creating a single directory "op_create_one_directory".- See Also:
-
OP_DIRECTORY_SCAN
Directory scan "op_directory_scan".- See Also:
-
OP_STAGE_JOB_COMMIT
Overall job commit "committer_commit_job".- See Also:
-
OP_LOAD_ALL_MANIFESTS
"op_load_all_manifests".- See Also:
-
OP_LOAD_MANIFEST
Load a task manifest: "op_load_manifest".- See Also:
-
OP_RENAME_FILE
Rename a file: "op_rename".- See Also:
-
OP_SAVE_TASK_MANIFEST
Save a task manifest: "op_task_stage_save_task_manifest".- See Also:
-
OP_STAGE_TASK_ABORT_TASK
Task abort: "op_task_stage_abort_task".- See Also:
-
OP_STAGE_JOB_ABORT
Job abort: "op_job_stage_abort".- See Also:
-
OP_STAGE_JOB_CLEANUP
Job cleanup: "op_job_stage_cleanup".- See Also:
-
OP_STAGE_JOB_CREATE_TARGET_DIRS
Prepare Directories Stage: "op_job_stage_create_target_dirs".- See Also:
-
OP_STAGE_JOB_LOAD_MANIFESTS
Load Manifest Stage: "op_job_stage_load_manifests".- See Also:
-
OP_STAGE_JOB_RENAME_FILES
Rename files stage duration: "op_job_stage_rename_files".- See Also:
-
OP_STAGE_JOB_SETUP
Job Setup Stage: "op_job_stage_setup".- See Also:
-
OP_STAGE_JOB_SAVE_SUCCESS
Job saving _SUCCESS marker Stage: "op_job_stage_save_success_marker".- See Also:
-
OP_STAGE_JOB_VALIDATE_OUTPUT
Output Validation (within job commit) Stage: "op_job_stage_optional_validate_output".- See Also:
-
OP_STAGE_TASK_SAVE_MANIFEST
Task saving manifest file Stage: "op_task_stage_save_manifest".- See Also:
-
OP_STAGE_TASK_SETUP
Task Setup Stage: "op_task_stage_setup".- See Also:
-
OP_STAGE_TASK_COMMIT
Task Commit Stage: "op_stage_task_commit".- See Also:
-
OP_STAGE_TASK_SCAN_DIRECTORY
Task Scan directory Stage: "op_stage_task_scan_directory".- See Also:
-