I am running map reduce jobs in a kerberos secured hadoop cluster.
Distribution is Hortonworks.
Some jobs that were working fine before, happen to fail since we set kerberos.
We reach the ulimit -u (nbproc) for the applicative user that launches the hadoop client.
It seems that some processes (YarnChild, MrAppMaster) that were running with yarn user now run with the applicative user that launches the hadoop client.
We need to increase the ulimit -u for the applicative user, but what value can we set ?
Thx for help