I am having dremio 3.3.2-201908142136370993-d60145d and would like to install version 4.
Both will be setup for some time until we stop and use 4.
Currently i am facing below error while starting
Dremio is exiting. Failure while starting services.
com.dremio.common.exceptions.UserException: Tried to access non-existent source [__jobResultsStore].
at com.dremio.common.exceptions.UserException$Builder.build(UserException.java:776)
at com.dremio.exec.catalog.CatalogServiceImpl.synchronize(CatalogServiceImpl.java:437)
at com.dremio.exec.catalog.CatalogServiceImpl.getPlugin(CatalogServiceImpl.java:887)
at com.dremio.exec.catalog.CatalogServiceImpl.getSource(CatalogServiceImpl.java:915)
at com.dremio.dac.daemon.DACDaemonModule.lambda$build$2(DACDaemonModule.java:434)
at com.dremio.service.jobs.LocalJobsService.start(LocalJobsService.java:280)
at com.dremio.service.SingletonRegistry$AbstractServiceReference.start(SingletonRegistry.java:137)
at com.dremio.service.ServiceRegistry.start(ServiceRegistry.java:74)
at com.dremio.service.SingletonRegistry.start(SingletonRegistry.java:33)
at com.dremio.dac.daemon.DACDaemon.startServices(DACDaemon.java:184)
at com.dremio.dac.daemon.DACDaemon.init(DACDaemon.java:190)
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:104)
This error is after cleaning up data directory as configured in paths below
paths: {
the local path for dremio to store data.
local: “/opt/dremio4/data”
the distributed path Dremio data including job results, downloads, uploads, etc
dist: “hdfs://xxx.xxx.x.xx:8020/data/dremio4”
results: ${paths.local}/results
}
and my services config is
services: {
coordinator.enabled: true,
coordinator.master.enabled: true,
executor.enabled: false
coordinator.master.embedded-zookeeper.enabled: false
coordinator.web.port: 9049
coordinator.client-endpoint.port: 31019
coordinator.auto-upgrade: false
}
i use the cloudera zookeeper instance.
if i restart dremio after the above error , i am getting
Dremio is exiting. Failure while starting services.
com.dremio.common.exceptions.UserException: No Cluster Identity found
at com.dremio.common.exceptions.UserException$Builder.build(UserException.java:776)
at com.dremio.dac.cmd.upgrade.Upgrade.run(Upgrade.java:170)
at com.dremio.dac.cmd.upgrade.Upgrade.run(Upgrade.java:160)
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:99)
Fri Sep 20 16:01:07 UTC 2019 Starting dremio on training-edgename01.xxxxxxxxx.com
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 254366
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 254366
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
Unable ot come out of the circle. Can anyone help on this.