[
https://issues.apache.org/jira/browse/TEZ-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14720284#comment-14720284
]
Siddharth Seth commented on TEZ-2750:
-------------------------------------
[~fs111] - I tried running the tests against 0.8.0-alpha and 0.7.1-SNAPSHOT.
Both end up hanging.
These tests are running in a MiniCluster rather than in localmode, which I
believe was the case in TEZ-2475.
For 0.8.0, the error is caused due to an incompatible versions of guava. Still
investigating why this causes the job to hang. On 0.7.1 - there's failures.
Any specifics on resolving the guava conflict ? (I could ofcourse changes the
offending tez code temporarily to work around that).
> 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
>
> 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)