spring-attic / spring-xd-ambari

Apache Ambari integration for Spring XD
Apache License 2.0
9 stars 18 forks source link

Use a location for HSQLDB data files outside of /opt/pivotal/spring-xd #12

Closed trisberg closed 8 years ago

trisberg commented 9 years ago

Currently the data files for HSQLDB end up under /opt/pivotal/spring-xd/xd/data/job which is not great when we update the software version. We should use a different location, maybe /var/spring-xd/data/job.

jvalkeal commented 9 years ago

I can see that HSQLServerBean can use properties and possibly change data path, but where is that default path set and what property I need to set to change it?