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 41
41
import org .slf4j .LoggerFactory ;
42
42
43
43
import org .apache .commons .lang3 .StringUtils ;
44
+ import org .apache .hadoop .classification .InterfaceAudience ;
45
+ import org .apache .hadoop .classification .InterfaceStability ;
44
46
import org .apache .hadoop .conf .Configuration ;
45
47
import org .apache .hadoop .conf .Configured ;
46
48
import org .apache .hadoop .fs .FileStatus ;
70
72
/**
71
73
* CLI to manage S3Guard Metadata Store.
72
74
*/
75
+ @ InterfaceAudience .LimitedPrivate ("management tools" )
76
+ @ InterfaceStability .Evolving
73
77
public abstract class S3GuardTool extends Configured implements Tool {
74
78
private static final Logger LOG = LoggerFactory .getLogger (S3GuardTool .class );
75
79
You can’t perform that action at this time.
0 commit comments