在azkaban上传job压缩包如果出现 installation Failed Error Chunking during uploading files to db.. 错误,可通过如下方法解决.本人亲测通过. 在mysql查询器中输入如下语句 ; NOTE: Set the maximum to the largest file size you'll likely have. 然后重启azkaban server再次上传即可.
azkaban 上传文件报错Caused by: java.sql.SQLException: The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size mysql> show variables like 'max_allowed_packet';+------