steveloughran commented on issue #1698: HADOOP-15619. Bucket info to add more 
on authoritative mode
URL: https://github.com/apache/hadoop/pull/1698#issuecomment-551825876
 
 
   checkstyle
   ```
   
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/S3GuardTool.java:1202:
    public int run(String[] args, PrintStream out):5: Method length is 174 
lines (max allowed is 150). [MethodLength]
   
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/S3GuardTool.java:1249:
        if (!authoritativePaths.isEmpty()): 'if' construct must use '{}'s. 
[NeedBraces]
   
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/S3GuardTool.java:1300:
            "The 'staging' committer is used -prefer the 'directory' 
committer");: Line is longer than 80 characters (found 81). [LineLength]
   ```
   
   the if() clause may be a bug

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to