开发者

How can I write my own Hadoop scheduler?

开发者 https://www.devze.com 2023-02-22 11:07 出处:网络
I\'ve been studying hadoop\'s scheduler mechanism recently. Using 0.20.2(fair&capaci开发者_开发百科ty included)

I've been studying hadoop's scheduler mechanism recently. Using 0.20.2(fair&capaci开发者_开发百科ty included) Have read some papers, LATE\Deadline Scheduler...

Has anyone tried? or is there a guide?

thx anyway


If you plan to do your own scheduler maybe you could consider a document from author Datta Dhok - Learning based admission control and task assignment in mapreduce. They did some job on admission control and a learning based hadoop scheduler. Source code is available. Did you find any other documents on these subject?

0

精彩评论

暂无评论...
验证码 换一张
取 消