Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在一个循环中运行 X 个 MR 作业,每个作业都提交到一个动态创建的随机队列。
示例:-D mapred.queuename=root.random 名称。
我想根据需要循环多次,它应该在 YARN 中即时创建尽可能多的队列。
有没有办法做到这一点?