You can configure support for JDBC drivers beyond those supported by default.
Oracle Business Intelligence Server is also supported.
The value of this property is a colon-separated list of third-part JDBC driver classpaths.
For example, the default value of the jdbc-driver-classnames property is com.mysql.jdbc.Driver:oracle.bi.jdbc.AnaJdbcDriver:oracle.jdbc.OracleDriver. If you wanted to add support for Hadoop Hive clusters, copy the Hadoop Hive JDBC driver to $DOMAIN_HOME/config/jdbc and update the value of the jdbc-driver-classnames configuration parameter to com.mysql.jdbc.Driver:oracle.bi.jdbc.AnaJdbcDriver:oracle.jdbc.OracleDriver:org.apache.hadoop.hive.jdbc.HiveDriver.