Guys,
I have reviewed schema-import demo again. It got a lot better, but I still
have a question about "schema-import.properties" file.
Is there a reason why we have %IGNITE_HOME% variable used there at all,
like so?
jdbc.driver.jar=%IGNITE_HOME%/libs/ignite-indexing/h2-1.3.175.jar
Why don't we just treat the paths in exactly the same manner like in the
rest of the Ignite:
- Try the path relative the root of the installation
- If the above filed, try the absolute path
Can the schema-import be changed to work in such fashion?
D.