devmadhuu commented on code in PR #4540:
URL: https://github.com/apache/ozone/pull/4540#discussion_r1203781381
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -3621,6 +3621,16 @@
</description>
</property>
+ <property>
+ <name>ozone.recon.heatmap.provider</name>
+ <value></value>
+ <tag>OZONE, RECON</tag>
+ <description>
+ Fully qualified heatmap provider implementation class name.
+ E.g. org.apache.hadoop.ozone.recon.heatmap.HeatMapProviderImpl
Review Comment:
> HeatMapProviderImpl is the default implementation of
"ozone.recon.heatmap.provider". Please add
it("org.apache.hadoop.ozone.recon.heatmap.HeatMapProviderImpl") to the property
value.
>
> @devmadhuu , would you think DummyHeatMapProviderImpl or
DefaultHeatMapProviderImpl will carry more clear info?
As discussed, I have added the description in ozone-default.xml.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]