XLearning icon indicating copy to clipboard operation
XLearning copied to clipboard

Support docker runtime on yarn in xleanrning

Open lshmouse opened this issue 6 years ago • 0 comments

Support docker runtime on yarn in xleanrning with following configs in xlearning-site.xml

  <property>                                                                                                                
    <name>yarn.app.xlearning.am.env</name>                                                                                  
    <value>YARN_CONTAINER_RUNTIME_TYPE=docker,YARN_CONTAINER_RUNTIME_DOCKER_IMAGE=tensorflow/tensorflow:1.12.0</value>
  </property>                                                                                                               
                                                                                                                            
  <property>                                                                                                                
    <name>yarn.app.xlearning.container.env</name>                                                                           
    <value>YARN_CONTAINER_RUNTIME_TYPE=docker,YARN_CONTAINER_RUNTIME_DOCKER_IMAGE=tensorflow/tensorflow:1.12.0</value>
  </property> 

lshmouse avatar Jan 31 '19 10:01 lshmouse