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