Azkaban crashes on submitting 2 jobs having same name
18 views
Skip to first unread message
Prashant Kommireddi
unread,
Mar 15, 2012, 2:44:39 AM3/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to azkaban
Does AZK crash if I submit 2 jobs with the same name under different
locations?
For eg:
1. Path : /home/user/job1
Job Name : foo.job
2. Path : /home/user/job2
Job Name : foo.job
Server crashes when I name 2 jobs the same. Is this a known issue? A
lot of different users might unknowingly name their jobs the same as
someone else in which case I would expect AZK to either warn or simply
accept the job if its under a different path.
Thanks,
Prashant
Richard Park
unread,
Mar 15, 2012, 6:25:17 PM3/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to azkab...@googlegroups.com
Unfortunately, azkaban doesn't do namespacing for its jobs. So the job names must be unique. I hope to change this.
Prashant Kommireddi
unread,
Mar 15, 2012, 6:50:37 PM3/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to azkab...@googlegroups.com
Thanks Richard. Is there a JIRA for this? If not I could file one.