【转】设置运行队列

作业提交到的队列:mapreduce.job.queuename

作业优先级:mapreduce.job.priority

 

Pig版本:

SET mapreduce.job.queuename root.etl.distcp;

SET mapreduce.job.priority HIGH;

 

Hive版本:

SET mapreduce.job.queuename=root.etl.distcp;

SET mapreduce.job.priority=HIGH;

 

MapReduce版本:

hadoop jar app.jar -D mapreduce.job.queuename=root.etl.distcp -D mapreduce.job.priority=HIGH

猜你喜欢

转载自1358440610-qq-com.iteye.com/blog/2315950