You need to configure queues in yarn and use the fairscheduler. From your use case it looks like you need to also configure pre-emption
> On 28 Sep 2016, at 00:52, Jose Rozanec <jose.roza...@mercadolibre.com> wrote: > > Hi, > > We have a Hive cluster. We notice that some queries consume all resources, > which is not desirable to us, since we want to grant some degree of > parallelism to incoming ones: any incoming query should be able to do at > least some progress, not just wait the big one finish. > > Is there way to do so? We use Hive 2.1.0 with Tez engine. > > Thank you in advance, > > Joze.