SeqWare / seqware

This is the SeqWare Project's main repo.
http://seqware.io/
GNU General Public License v3.0
27 stars 17 forks source link

Make SGE use shortname as well as Oozie #335

Closed denis-yuen closed 8 years ago

denis-yuen commented 8 years ago

Explanation: SGE was tracking a different name from Oozie, Oozie names must be shortened due to error condition E0724 in the Oozie code base. Basically action names are restricted to 50 characters so SeqWare needs to shorten names to this length.

Oozie actually has a ticket for this to lengthen names to 100 characters https://issues.apache.org/jira/browse/OOZIE-2168 but it doesn't make it into Cloudera until 5.7.0 https://archive.cloudera.com/cdh5/cdh/5/oozie-4.1.0-cdh5.7.0.releasenotes.html

TLDR: Match SGE to Oozie names for now, expand to 100 characters when we update to/past 5.7.0

denis-yuen commented 8 years ago

SeqWare testing environment is probably missing https://github.com/SeqWare/oozie-sge/tree/1.0.3.1 which also needs to be released