由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Java job scheduler
相关主题
这个应该咋做好?感觉搞JAVA的童靴都是很差的工作(1 star), 看来FRONTEND 才是未来
向班上达人请教一个win7下面java编程的问题c++ coder, should I switch to Java or c#
把windows batch放task scheduler里,一闪而过java jobs are declining
大家spring batch都是怎么管理的,有ui的tool吗关于 Java 的 Log 轮子
lightroom请科普下双路deep learningScala会不会把Java搞成第二个C++
如何定时上传excel文件至sharepointJava基于DI解决runtime dependency和异步执行,有啥好轮子?
qsub callback question求String中递增子字符串的个数怎么解?要求O(nlogn)
求建议,Java转Javascript? (转载)why do we need to map user threads to kernel threads?
相关话题的讨论汇总
话题: jobs话题: job话题: quartz话题: java话题: some
进入Programming版参与讨论
1 (共1页)
w****w
发帖数: 521
1
Any wheel that I can use to schedule about 400 jobs? There are dependencies
among these jobs, i.e., some jobs can not start if some other jobs not
finished. All jobs need to be done in 8 hours.
g*****g
发帖数: 34805
2
Quartz.

dependencies

【在 w****w 的大作中提到】
: Any wheel that I can use to schedule about 400 jobs? There are dependencies
: among these jobs, i.e., some jobs can not start if some other jobs not
: finished. All jobs need to be done in 8 hours.

N*****m
发帖数: 42603
3
quartz不支持dag,应该用oozie or chronos

【在 g*****g 的大作中提到】
: Quartz.
:
: dependencies

w****w
发帖数: 521
4

If I have 3 jobs, job 3 can only run when both job 1 and job 2 are finished.
How can I do this in Quartz? Thanks.

【在 g*****g 的大作中提到】
: Quartz.
:
: dependencies

w****w
发帖数: 521
5

Looks like oozie is very promising. Thanks.

【在 N*****m 的大作中提到】
: quartz不支持dag,应该用oozie or chronos
g*****g
发帖数: 34805
6
It's not clear what you are trying to achieve. Are you trying to finish a
batch of jobs as quickly as possible or they should be triggered on schedule
?
Quartz can do the later if not too complicated but I guess other tools
recommended can do a better job.
http://www.quartz-scheduler.org/documentation/faq#FAQ-chain
For the former, you can check Spring Batch.

【在 w****w 的大作中提到】
:
: Looks like oozie is very promising. Thanks.

w****w
发帖数: 521
7
It's former. Some jobs are critical, if they fail, subsequent jobs can not
start until on call person fixes the problem. All failed jobs need to be
rerun.

schedule

【在 g*****g 的大作中提到】
: It's not clear what you are trying to achieve. Are you trying to finish a
: batch of jobs as quickly as possible or they should be triggered on schedule
: ?
: Quartz can do the later if not too complicated but I guess other tools
: recommended can do a better job.
: http://www.quartz-scheduler.org/documentation/faq#FAQ-chain
: For the former, you can check Spring Batch.

l******t
发帖数: 55733
8
Spring batch
1 (共1页)
进入Programming版参与讨论
相关主题
why do we need to map user threads to kernel threads?lightroom请科普下双路deep learning
请教牛人:自学内核编程怎么开始呢如何定时上传excel文件至sharepoint
请教java高手qsub callback question
请教palindrome算法求建议,Java转Javascript? (转载)
这个应该咋做好?感觉搞JAVA的童靴都是很差的工作(1 star), 看来FRONTEND 才是未来
向班上达人请教一个win7下面java编程的问题c++ coder, should I switch to Java or c#
把windows batch放task scheduler里,一闪而过java jobs are declining
大家spring batch都是怎么管理的,有ui的tool吗关于 Java 的 Log 轮子
相关话题的讨论汇总
话题: jobs话题: job话题: quartz话题: java话题: some