Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

In order to connect to an external Hive server, rather Rather than using the embedded Hive server which is shipped that comes with WSO2 BAM by default, you can connect to an external Hive server using the following properties at "in <BAM_HOME>/repository/conf/advanced/hive-site.xml" can be modified to connect to the external Hive server file.

Code Block
languagehtml/xml
titlehive-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>