v1.5.2
This is probably missing some important items, but most of it should be captured
- Initial setup on Travis CI provides continuous Integration, automated testing, no Hadoop unit tests just yet, but that is coming up
- Unit tests coverage reports with coverals
- Better py3 compatibility, unit tests run against both 2.7 ad 3.4 and we're now using the
from __future__
imports to prevent regression - A MesosExecutor to run your tasks on Mesos
- Some Kerberos integration for Hive / Hadoop
- DAG's graph view legend for states are now toggles to highlight tasks in specific states
- Automated zombie task instance killing as part of the scheduler's routine. The process looks for running tasks that don't have a heartbeat and kills them
- MySqlHook bulk load option
- More options in the UI's Mark Success form
- MySQL uses
mysqlclient
lib instead ofmysql-python
- Using gunicorn instead of tornado as the wsgi web server
- OracleHook
- FTPHook
- Much more! tons of bug fixes and usability improvements.