Skip to content

Commit

Permalink
HADOOP-15844. tag S3GuardTool entry points as limitedPrivate("managem…
Browse files Browse the repository at this point in the history
…ent-tools")/evolving

Change-Id: Ic58bbd917da901a1bd2322ae0f41ca00e60dcc06
  • Loading branch information
steveloughran committed Jun 2, 2020
1 parent 9fe4c37 commit 17e5344
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
import org.slf4j.LoggerFactory;

import org.apache.commons.lang3.StringUtils;
import org.apache.hadoop.classification.InterfaceAudience;
import org.apache.hadoop.classification.InterfaceStability;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.conf.Configured;
import org.apache.hadoop.fs.FileStatus;
Expand Down Expand Up @@ -80,6 +82,8 @@
/**
* CLI to manage S3Guard Metadata Store.
*/
@InterfaceAudience.LimitedPrivate("management tools")
@InterfaceStability.Evolving
public abstract class S3GuardTool extends Configured implements Tool,
Closeable {
private static final Logger LOG = LoggerFactory.getLogger(S3GuardTool.class);
Expand Down

0 comments on commit 17e5344

Please sign in to comment.