Re: Docker containers in secure cluster

2016-09-20 Thread Daniel Templeton
The DockerContainerExecutor is in the process of being deprecated.  See 
YARN-5388.  You should be using the Docker support in 
LinuxContainerExecutor instead. Unfortunately, that's not documented 
yet.  See YARN-5258. However, the javadocs in trunk are pretty 
complete.  See YARN-5455.


Daniel

On 9/16/16 3:29 PM, Mayank Bansal wrote:

Hi Guys,

I was looking at the documentation of dockercontainerexecutor
https://hadoop.apache.org/docs/r3.0.0-alpha1/hadoop-yarn/hadoop-yarn-site/
DockerContainerExecutor.html

It says it does not work in secure cluster, Is that the case? If yes then
is there any Jira somebody is working on it.

Thanks for the help,
Mayank




-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



Re: Docker containers in secure cluster

2016-09-16 Thread Mayank Bansal
> Hi Guys,
>
> I was looking at the documentation of dockercontainerexecutor
> https://hadoop.apache.org/docs/r3.0.0-alpha1/hadoop-yarn/hadoop-yarn-site/
> DockerContainerExecutor.html
>
> It says it does not work in secure cluster, Is that the case? If yes then
> is there any Jira somebody is working on it.
>
> Thanks for the help,
> Mayank
>