prestodb / presto-yarn

57 stars 28 forks source link

No support for resource groups ? #77

Closed nakhanha closed 6 years ago

nakhanha commented 6 years ago

For installing presto on yarn based clusters. I do not see resource groups templates. is it not supported ?

nakhanha commented 6 years ago

@kokosing Can you please help ?

kokosing commented 6 years ago

I am afraid so. Any contribution is welcome.

CC: @anusudarsan

nakhanha commented 6 years ago

So the support for queues should be deprecated ?

kokosing commented 6 years ago

What do you mean by queues? Query queues in Presto? These were removed from Presto in 0.198 (https://prestodb.io/docs/current/release/release-0.198.html). You should be using resource groups.

nakhanha commented 6 years ago

I mean, should presto-yarn support queues for backward compatibility, or should the support for query queues be dropped ?. asking If I were to contribute.

kokosing commented 6 years ago

Support for query queues should be dropped. Support for resource group should be added (if it isn't added already).

nakhanha commented 6 years ago

https://github.com/prestodb/presto-yarn/pull/78

cc: @kokosing @anusudarsan