Ottomata has submitted this change and it was merged. Change subject: Enable error logging for Hive/Oozie meta mysql, set binlog_format=ROW ......................................................................
Enable error logging for Hive/Oozie meta mysql, set binlog_format=ROW Bug: T110090 Change-Id: Ia5cbd63e8e0d4cc0c0669e069d60fd38ef7d9938 --- M templates/mariadb/analytics-meta.my.cnf.erb 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Jcrespo: Looks good to me, but someone else must approve Ottomata: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/mariadb/analytics-meta.my.cnf.erb b/templates/mariadb/analytics-meta.my.cnf.erb index 222b23a..28deac7 100644 --- a/templates/mariadb/analytics-meta.my.cnf.erb +++ b/templates/mariadb/analytics-meta.my.cnf.erb @@ -6,7 +6,12 @@ [mysqld] +log_error=/var/log/mysql.err + log_bin +# Hive doesn't work with STATEMENT based binlog. +# http://stackoverflow.com/questions/19205318/cannot-create-database-with-hive +binlog_format = ROW log_slave_updates skip-external-locking skip-name-resolve -- To view, visit https://gerrit.wikimedia.org/r/238832 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia5cbd63e8e0d4cc0c0669e069d60fd38ef7d9938 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <[email protected]> Gerrit-Reviewer: Jcrespo <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
