File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed 
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 4141import  org .slf4j .LoggerFactory ;
4242
4343import  org .apache .commons .lang3 .StringUtils ;
44+ import  org .apache .hadoop .classification .InterfaceAudience ;
45+ import  org .apache .hadoop .classification .InterfaceStability ;
4446import  org .apache .hadoop .conf .Configuration ;
4547import  org .apache .hadoop .conf .Configured ;
4648import  org .apache .hadoop .fs .FileStatus ;
7072/** 
7173 * CLI to manage S3Guard Metadata Store. 
7274 */ 
75+ @ InterfaceAudience .LimitedPrivate ("management tools" )
76+ @ InterfaceStability .Evolving 
7377public  abstract  class  S3GuardTool  extends  Configured  implements  Tool  {
7478  private  static  final  Logger  LOG  = LoggerFactory .getLogger (S3GuardTool .class );
7579
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments