Hi, 1. It really depends on how much resources that your application need. Twill simply act as a bridge between your app and YARN, however, the YARN cluster itself needs to have enough resources (memory and vcores) to run your application.
2. You should be able to do that through the TwillRunner.lookup method. Do you mean you tried but it doesn't return anything? Terence On Thu, Dec 22, 2016 at 2:20 PM, Yuliya Feldman <yul...@dremio.com> wrote: > Hello there, > > I started using Twill recently and I came across couple of issues I wanted > to check on: > > 1. If I resize YARN cluster to more capacity it can handle I can't resize > down, as it did not satisfy first request > > 2. If my application that spawns up Twill YARN Cluster restarts (meaning I > am losing YarnTwillRunnerService) I can not get hold of the TwillController > after it even I know runId and what not. > > Could anybody advise/confirm/deny on the issues I am seeing? > > Thanks in advance >