[
https://issues.apache.org/jira/browse/TEZ-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14724052#comment-14724052
]
TezQA commented on TEZ-2750:
----------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12753373/TEZ-2750.1.txt
against master revision 5ba6cf9.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{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:red}-1 findbugs{color}. The patch appears to introduce 1 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:red}-1 core tests{color}. The patch failed these unit tests in :
org.apache.tez.mapreduce.processor.reduce.TestReduceProcessor
Test results:
https://builds.apache.org/job/PreCommit-TEZ-Build/1047//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TEZ-Build/1047//artifact/patchprocess/newPatchFindbugsWarningstez-api.html
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1047//console
This message is automatically generated.
> Cascading tests hang with 0.8-alpha
> -----------------------------------
>
> Key: TEZ-2750
> URL: https://issues.apache.org/jira/browse/TEZ-2750
> Project: Apache Tez
> Issue Type: Bug
> Affects Versions: 0.8.0-alpha
> Reporter: André Kelpe
> Assignee: Siddharth Seth
> Attachments: TEZ-2750.1.txt
>
>
> When running the Cascading tests with 0.8-alpha, they hang forever.
> {code}
> git clone https://github.com/cascading/cascading
> cd cascading
> {code}
> update cascading-hadoop2-tez/build.gradle:
> - update ext.tezVersion to '0.8.0-alpha'
> - add the staging repos to the repositories block.
> {code}
> maven {url =
> 'https://repository.apache.org/content/repositories/orgapachetez-1040/'}
> maven {url =
> 'https://repository.apache.org/content/repositories/orgapachetez-1041/'}
> {code}
> then run this:
> {code}
> gradle cascading-hadoop2-tez:build -i
> {code}
> It will hang after a while. You will have to have gradle 2.x installed on
> your machine. 1.x wont work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)