Skip to content

Commit 16e1be4

Browse files
committed
MAPREDUCE-7474. checkstyle: trailing spaces
Change-Id: Ic67f41449d1e46d9fb81c47012bb41d5fade84a9
1 parent 330bd61 commit 16e1be4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/manifest_committer_architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ The manifest committer assumes that the amount of data being stored in memory is
279279
because there is no longer the need to store an etag for every block of every
280280
file being committed.
281281

282-
This assumption turned out to be *invalid*:
282+
This assumption turned out not to hold for some jobs:
283283
[MAPREDUCE-7435. ManifestCommitter OOM on azure job](https://issues.apache.org/jira/browse/MAPREDUCE-7435)
284284

285285
The strategy here was to read in all manifests and stream their entries to a local file, as Hadoop

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/lib/output/committer/manifest/impl/UnreliableManifestStoreOperations.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ public UnreliableManifestStoreOperations(final ManifestStoreOperations wrappedOp
155155
this.wrappedOperations = wrappedOperations;
156156
}
157157

158-
159158
/**
160159
* Reset everything.
161160
*/

0 commit comments

Comments
 (0)