Please configure the metastore to point the DB say your mysql store.
We had similar question asked earlier :
metadata {
store = org.apache.eagle.metadata.service.memory.MemoryMetadataStore
jdbc {
username = "root"
password = "****"
driverClassName = com.mysql.jdbc.Driver
database = "eagle"
connection = "jdbc:mysql://nhs-1:3306/eagle <mysql://nhs-1:3306/eagle>"
}
}
Hope this helps.
Regards,
Sudha Jenslin
> On 03-Apr-2019, at 11:42 AM, Dylan Zhao (JIRA) <[email protected]> wrote:
>
> Dylan Zhao created EAGLE-1095:
> ---------------------------------
>
> Summary: restart eagle server
> Key: EAGLE-1095
> URL: https://issues.apache.org/jira/browse/EAGLE-1095
> Project: Eagle
> Issue Type: Bug
> Affects Versions: v0.5.0
> Reporter: Dylan Zhao
> Fix For: v0.5.0
>
>
> After restarting the eagle server, the newly created site and data will be
> reset. How to solve this problem, the work before the service restart is in
> vain?
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v7.6.3#76005)