> Do they have to be the same
I think ozone.tags.system can be removed. It used only from a servlet
but the hadoop.tags.custom can be used instead.
> and how easily extensible are these?
AFAIK you can use any kind of tags.
Marton
ps: The main goal to use tags is somehow structure the unlimited number
of configuration.
With the new style of configuration [1] we have an two additional
information about the new configuration keys:
* The name of the config class
* The name of the project which includes the config class.
These information is not yet saved to the generated XML but could be and
in that case we might have more option to structure the config.
[1]:
https://cwiki.apache.org/confluence/display/HADOOP/Java-based+configuration+API
On 12/7/19 2:17 PM, Chris Teoh wrote:
I was referring to these:-
<property>
<name>hadoop.tags.custom</name>
<value>OZONE,MANAGEMENT,SECURITY,PERFORMANCE,DEBUG,CLIENT,SERVER,OM,SCM,
CRITICAL,RATIS,CONTAINER,REQUIRED,REST,STORAGE,PIPELINE,STANDALONE,S3GATEWAY,RECON</value>
</property>
<property>
<name>ozone.tags.system</name>
<value>OZONE,MANAGEMENT,SECURITY,PERFORMANCE,DEBUG,CLIENT,SERVER,OM,SCM,
CRITICAL,RATIS,CONTAINER,REQUIRED,REST,STORAGE,PIPELINE,STANDALONE,S3GATEWAY,TOKEN,TLS,RECON</value>
</property>
Do they have to be the same and how easily extensible are these?
On Sat, 7 Dec 2019 at 16:43, Chris Teoh <[email protected]> wrote:
Hey there,
Do these values have to match? Can they be easily added to without trouble?
Kind regards
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]