Re: Yarn containers creating child process

2017-02-13 Thread Ravi Prakash
Hi Sandesh! A *yarn* task is just like any other process on the operating system. Depending on which ContainerExecutor you use, you should launch the yarn task with appropriate limits in place. Although I have never tried it, on Linux you could use setrlimit or

Yarn containers creating child process

2017-02-10 Thread Sandesh Hegde
Hi, What are the features available to limit the Yarn containers from creating the child process? Thanks