Hive uses a default H2 database instance bundled that comes with BAM to persist Hive table definitions and other metadata. In production setups, we recommend to use a separate database instance such as MySQL, Oracle etc. instead of the default H2 database. Change the following properties to point to the external database instance.
...
Info |
---|
For databases other than H2, add the database driver to <BAM_HOME>/repository/components/lib and restart the server. |