Distributed Job scheduling, management, and reporting

前端 未结 6 1139
南旧
南旧 2021-01-02 05:20

I recently had a play around with Hadoop and was impressed with it\'s scheduling, management, and reporting of MapReduce jobs. It appears to make the distribution and execut

6条回答
  •  渐次进展
    2021-01-02 06:17

    Try Redisson framework. It provides easy api to execute and schedule java.util.concurrent.Callable and java.lang.Runnable tasks. Here is documentation about distributed Executor service and Scheduler service

提交回复
热议问题