steveloughran commented on pull request #2320:
URL: https://github.com/apache/hadoop/pull/2320#issuecomment-696284119
checkstyle: indentation
```
./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/output/FileOutputCommitter.java:593:
if (!fs.delete(committedTaskPath, true)) {: 'if' has incorrect
indentation level 11, expected level should be 10. [Indentation]
./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/output/FileOutputCommitter.java:594:
throw new IOException("Could not delete " + committedTaskPath);:
'if' child has incorrect indentation level 13, expected level should be 12.
[Indentation]
./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/output/FileOutputCommitter.java:595:
}: 'if rcurly' has incorrect indentation level 11, expected level
should be 10. [Indentation]
./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/output/FileOutputCommitter.java:697:
throw new IOException("Could not rename " + previousCommittedTaskPath
+: Line is longer than 80 characters (found 81). [LineLength]
./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/output/FileOutputCommitter.java:701:
LOG.warn(attemptId+" had no output to recover.");: 'else' child has
incorrect indentation level 10, expected level should be 8. [Indentation]
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]