HBASE-27655 Remove the empty path annotation from ClusterMetricsResource
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
This commit is contained in:
parent
d3264617d3
commit
16b9bb8557
@ -63,7 +63,6 @@ public class ClusterMetricsResource {
|
||||
}
|
||||
|
||||
@GET
|
||||
@Path("/")
|
||||
public ClusterMetrics getBaseMetrics() throws IOException {
|
||||
final EnumSet<Option> fields =
|
||||
EnumSet.of(Option.HBASE_VERSION, Option.CLUSTER_ID, Option.MASTER, Option.BACKUP_MASTERS);
|
||||
|
Loading…
x
Reference in New Issue
Block a user