Re: Docker container executor is failing

2019-09-02 Thread Yen-Onn Hiu
The problem is resided on the docker version that installed. Apparently downgrading docker-ce to docker-1.13 is helping. On Fri, Aug 30, 2019 at 5:23 PM Yen-Onn Hiu wrote: > Yes, i have tried. That have solved the untrusted image from execution. > However still hitting the exit code 127 error.

Re: Docker container executor is failing

2019-08-30 Thread Yen-Onn Hiu
Yes, i have tried. That have solved the untrusted image from execution. However still hitting the exit code 127 error. Mind to have second thoughts on this? On Fri, 30 Aug 2019 at 5:19 PM, Prabhu Josephraj wrote: > Can you test with adding local into docker.trusted.registries in >

Re: Docker container executor is failing

2019-08-30 Thread Prabhu Josephraj
Can you test with adding local into docker.trusted.registries in container-executor.cfg. Fyi https://community.cloudera.com/t5/Support-Questions/Not-able-to-run-docker-container-on-yarn-even-after/m-p/224259 On Fri, Aug 30, 2019 at 2:07 PM Yen-Onn Hiu wrote: > hi all, > > I have a bash script

Docker container executor is failing

2019-08-30 Thread Yen-Onn Hiu
hi all, I have a bash script testing the docker container executor, try to configure the distributedshell such like below. But keep having error as like below. Any helps please... Thanks! #!/bin/bash export HADOOP_HOME="/usr/hdp/3.1.0.0-78/hadoop" export