Hi all,

I’m currently doing my first steps with IoTDB and am currently struggling to 
get IoTDB to startup in an embedded mode.
I am setting up IoTDB to be setup as a service in my SpringBoot application. 
For this I have my iotdb-engine.properties in my classpath.
However I want IoTDB to have all of its files in my applications home directory.

Now it seems as if this szenario isn’t supported nicely as If I specify the 
IOTDB_HOME, it wants to load the properties from there too, but I would like to 
leave the properties in my classpath.
The reason for this is that I don’t need any setup steps to prepare the 
directories.

It would be cool if in IoTDBDescriptor line 128 wouldn’t expect the URL to be a 
File URL. I could also have a classpath URL 
“classpath:/iotdb-engine.properties” but that causes trouble ;-)

Chris

Reply via email to