steveloughran commented on pull request #2469:
URL: https://github.com/apache/hadoop/pull/2469#issuecomment-731588548
checkstyle
```
./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestLocatedFileStatusFetcher.java:50:
private static CountDownLatch LATCH = new CountDownLatch(1);:33: Name 'LATCH'
must match pattern '^[a-z][a-zA-Z0-9]*$'. [StaticVariableName]
./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestLocatedFileStatusFetcher.java:71:
final LocatedFileStatusFetcher fetcher = new LocatedFileStatusFetcher(conf,
dirs, true,: Line is longer than 80 characters (found 91). [LineLength]
./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestLocatedFileStatusFetcher.java:108:
// Try to sleep some time to let
LocatedFileStatusFetcher#getFileStatuses be: Line is longer than 80 characters
(found 84). [LineLength]
```
----------------------------------------------------------------
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]