You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Xun Liu (JIRA)" <ji...@apache.org> on 2018/11/03 09:09:00 UTC

[jira] [Created] (YARN-8968) [Submarine] Support for executing tensorflow algorithm files on hdfs

Xun Liu created YARN-8968:
-----------------------------

             Summary: [Submarine] Support for executing tensorflow algorithm files on hdfs
                 Key: YARN-8968
                 URL: https://issues.apache.org/jira/browse/YARN-8968
             Project: Hadoop YARN
          Issue Type: Sub-task
            Reporter: Xun Liu
            Assignee: Xun Liu


Now the submarine project can only execute the algorithm files in the image.
Need supportĀ for executing tensorflow algorithm files on HDFS.
 # The user uploads the algorithm file to the HDFS directory manually or via zeppelin.
 # In the base image provided by submarine, Increase the path parameters according to the specified algorithm, Download the algorithm file from HDFS to the `/tmp/` directory.

{code:java}
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine/src/main/docker/base/ubuntu-16.04/Dockerfile.cpu.tf_1.8.0 
and 
hadoop-yarn-project/hadoop -yarn/hadoop-yarn-applications/hadoop-yarn-submarine/src/main/docker/base/ubuntu-16.04/Dockerfile.gpu.tf_1.8.0{code}

 # Add parameters to the algorithm file path in submarine project.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org