- Globbing (aka wildcards) now supported in input_output file args. This allows for e.g. CMSSW_*/src/Hist.root
- DAGstatus now has options for colouring based on the detailed status column. This means one can now differentiate between idle and running jobs
Move setup to
pip
with big thanks to @kreczko #4:- Move python classes out of
htcondenser/core
into justhtcondenser
- Rename/move
exe/DAGStatus.py
tobin/DAGStatus
to aidpip
deployment
- Move python classes out of
Use hadoop command to mkdir on HDFS, not
os.makedirs
Add 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
- Initial release.
- Includes classes for jobs and dags.
- Handles transfers to/from HDFS.
- DAG monitoring tool included.
- Basic documentation on readthedocs with examples.