[ 
https://issues.apache.org/jira/browse/SUBMARINE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16882183#comment-16882183
 ] 

Hadoop QA commented on SUBMARINE-80:
------------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m  
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red}  0m 11s{color} 
| {color:red} SUBMARINE-80 does not apply to trunk. Rebase required? Wrong 
Branch? See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | SUBMARINE-80 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12974223/SUBMARINE-80.001.patch
 |
| Console output | 
https://builds.apache.org/job/PreCommit-SUBMARINE-Build/147/console |
| versions | git=2.7.4 |
| Powered by | Apache Yetus 0.10.0 http://yetus.apache.org |


This message was automatically generated.



> 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)

Reply via email to