[
https://issues.apache.org/jira/browse/SUBMARINE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16882132#comment-16882132
]
Adam Antal commented on SUBMARINE-80:
-------------------------------------
Thanks for assigning this to me [~snemeth].
I retriggered jenkins for the latest patch to see what's the status.
> Tensorflow example command is not valid in documentation
> --------------------------------------------------------
>
> Key: SUBMARINE-80
> URL: https://issues.apache.org/jira/browse/SUBMARINE-80
> Project: Hadoop Submarine
> Issue Type: Bug
> Reporter: Szilard Nemeth
> Assignee: Adam Antal
> Priority: Major
> Attachments: SUBMARINE-80.001.patch, SUBMARINE-80.001.patch
>
>
> [This|https://hadoop.apache.org/docs/r3.2.0/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine/RunningDistributedCifar10TFJobs.html]
> document (title: Running Distributed Cifar10 Tensorflow Estimator Example)
> has an invalid command:
> {code:java}
> yarn jar path/to/hadoop-yarn-applications-submarine-3.2.0-SNAPSHOT.jar \
> job run --name tf-job-001 --verbose --docker_image
> hadoopsubmarine/tf-1.8.0-gpu:0.0.1 \
> --input_path hdfs://default/dataset/cifar-10-data \
> --env DOCKER_JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre/
> --env DOCKER_HADOOP_HDFS_HOME=/hadoop-3.1.0
> --num_workers 1 --worker_resources memory=8G,vcores=2,gpu=1 \
> --worker_launch_cmd "cd /test/models/tutorials/image/cifar10_estimator &&
> python cifar10_main.py --data-dir=%input_path% --job-dir=%checkpoint_path%
> --train-steps=10000 --eval-batch-size=16 --train-batch-size=16 --num-gpus=2
> --sync" \
> --tensorboard --tensorboard_docker_image wtan/tf-1.8.0-cpu:0.0.3
> {code}
> The command is wrong because there are lines without backslashes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)