I am getting this error while starting dremio in windows machine.
Server.log file:
Exception in thread “main” java.lang.NullPointerException: No Cluster Identity found
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:226)
at com.dremio.dac.daemon.DremioDaemon.checkVersion(DremioDaemon.java:106)
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:142)
Java HotSpot™ 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Dremio.conf
paths: {
the local path for dremio to store data.
local: ${DREMIO_HOME}"/data"
the distributed path Dremio data including job results, downloads, uploads, etc
#dist: “pdfs://”${paths.local}"/pdfs"
}
services: {
coordinator.enabled: true,
coordinator.auto-upgrade: false,
executor.enabled: true
}
Link Tried with this option but no luck.
Any help is greatly appreciated. Thanks!!