Docker run of latest image gives error

Though localhost:9047 comes up, I see errors like this

2022-08-14 02:08:33,303 [main] INFO com.dremio.dac.daemon.DACDaemon - Dremio daemon write path: /opt/dremio/data
2022-08-14 02:08:33,310 [main] INFO com.dremio.dac.daemon.DACDaemon - This node is the master node, 296be435d1d9. This node acts as both a coordinator and an executor.
2022-08-14 02:08:33,516 [main] WARN com.dremio.telemetry.api.Telemetry - Failure reading telemetry configuration. Leaving telemetry as is.
java.lang.IllegalArgumentException: resource dremio-telemetry.yaml not found.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:220)
at com.google.common.io.Resources.getResource(Resources.java:198)
at com.dremio.telemetry.api.Telemetry$1.get(Telemetry.java:104)
at com.dremio.telemetry.api.Telemetry$1.get(Telemetry.java:86)
at com.dremio.telemetry.api.config.AutoRefreshConfigurator.refreshOnce(AutoRefreshConfigurator.java:74)
at com.dremio.telemetry.api.config.AutoRefreshConfigurator.(AutoRefreshConfigurator.java:54)
at com.dremio.telemetry.api.config.AutoRefreshConfigurator.(AutoRefreshConfigurator.java:44)

Hi, this is not a error, this message is a well know “error” message on Dremio software, always appear since last 5 versions of Dremio

@ssabat

As @dacopan has mentioned, you can safely ignore this error