Currently Oozie does not support replication-enabled mysql urls. As per the mysql JDBC specification we can use jdbc:mysql:replication://master_host:port,slave_host:port/database.
https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-master-slave-replication-connection.html
- links to