[
https://issues.apache.org/jira/browse/TEZ-3561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15752404#comment-15752404
]
TezQA commented on TEZ-3561:
----------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12843451/TEZ-3561.01.patch
against master revision 06a90db.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation patch that doesn't require tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 3.0.1) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-TEZ-Build/2153//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2153//console
This message is automatically generated.
> Fix wrong tez tarball name in install.md
> ----------------------------------------
>
> Key: TEZ-3561
> URL: https://issues.apache.org/jira/browse/TEZ-3561
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Akira Ajisaka
> Assignee: Akira Ajisaka
> Priority: Minor
> Labels: documentation, newbie
> Attachments: TEZ-3561.01.patch
>
>
> In install.md, tez-x.y.z-SNAPSHOT-archive.tar.gz should be
> tez-x.y.z-SNAPSHOT.tar.gz.
> {noformat}
> - Assuming that the tez jars are put in /apps/ on HDFS, the
> command would be
> ```
> hadoop dfs -mkdir /apps/tez-x.y.z-SNAPSHOT
> hadoop dfs -copyFromLocal
> tez-dist/target/tez-x.y.z-SNAPSHOT-archive.tar.gz /apps/tez-x.y.z-SNAPSHOT/
> ```
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)