HDDS-74. Rename name of properties related to configuration tags.
Contributed by Sandeep Nemuri.
This commit is contained in:
parent
481bfdb94f
commit
60821fb20e
@ -154,7 +154,7 @@ private void processConfigTagRequest(HttpServletRequest request,
|
|||||||
|
|
||||||
switch (cmd) {
|
switch (cmd) {
|
||||||
case "getOzoneTags":
|
case "getOzoneTags":
|
||||||
out.write(gson.toJson(config.get("ozone.system.tags").split(",")));
|
out.write(gson.toJson(config.get("ozone.tags.system").split(",")));
|
||||||
break;
|
break;
|
||||||
case "getPropertyByTag":
|
case "getPropertyByTag":
|
||||||
String tags = request.getParameter("tags");
|
String tags = request.getParameter("tags");
|
||||||
|
@ -1006,12 +1006,12 @@
|
|||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>hadoop.custom.tags</name>
|
<name>hadoop.tags.custom</name>
|
||||||
<value>OZONE,MANAGEMENT,SECURITY,PERFORMANCE,DEBUG,CLIENT,SERVER,KSM,SCM,CRITICAL,RATIS,CONTAINER,REQUIRED,REST,STORAGE,PIPELINE,STANDALONE</value>
|
<value>OZONE,MANAGEMENT,SECURITY,PERFORMANCE,DEBUG,CLIENT,SERVER,KSM,SCM,CRITICAL,RATIS,CONTAINER,REQUIRED,REST,STORAGE,PIPELINE,STANDALONE</value>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>ozone.system.tags</name>
|
<name>ozone.tags.system</name>
|
||||||
<value>OZONE,MANAGEMENT,SECURITY,PERFORMANCE,DEBUG,CLIENT,SERVER,KSM,SCM,CRITICAL,RATIS,CONTAINER,REQUIRED,REST,STORAGE,PIPELINE,STANDALONE</value>
|
<value>OZONE,MANAGEMENT,SECURITY,PERFORMANCE,DEBUG,CLIENT,SERVER,KSM,SCM,CRITICAL,RATIS,CONTAINER,REQUIRED,REST,STORAGE,PIPELINE,STANDALONE</value>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user