com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

Connecting to an External Hive Server

Rather than using the embedded Hive server that comes with WSO2 BAM by default, you can connect to an external Hive server using the following properties in <BAM_HOME>/repository/conf/advanced/hive-site.xml file.

hive-site.xml
<property>
    <name>hive.server.url</name>
    <value>jdbc:hive://host:port/default</value>
</property>

<property>
    <name>hive.server.user</name>
    <value></value>
</property>

<property>
    <name>hive.server.password</name>
    <value></value>
</property>
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.