Changelog¶
v0.2.0 (14th June 2016)¶
Move setup to
pipwith big thanks to @kreczko https://github.com/raggleton/htcondenser/pull/4:- Move python classes out of
htcondenser/coreinto justhtcondenser - Rename/move
exe/DAGStatus.pytobin/DAGStatusto aidpipdeployment
- Move python classes out of
Use hadoop command to mkdir on HDFS, not
os.makedirsAdd check for output file on worker node before transfer
Add in check to make output dir on HDFS if it doesn’t already exist
Change the readthedocs theme
v0.1.0 (12th May 2016)¶
- Initial release.
- Includes classes for jobs and dags.
- Handles transfers to/from HDFS.
- DAG monitoring tool included.
- Basic documentation on readthedocs with examples.