简体   繁体   中英

Run hadoop job when data insertion in hbase

I need to run a hadoop job whenever an insertion done on hbase table? There are some schedulers available

  1. Apache Oozie
  2. Fair scheduler

Which one I can choose for my purpose?

Apache Oozie is a Workflow Scheduler , which is used for designing jobs workflow and coordinating them to occur at certain event or as designed in control flow. Jobs can be map-reduce, Streaming map-reduce, Pig, Hive, Sqoop task as well as java program and shell scripts.

And Fair Scheduler is used as resource scheduler for MapReduce jobs.

Now for your case, you should use Oozie.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM