You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "TezQA (JIRA)" <ji...@apache.org> on 2016/06/09 00:37:21 UTC

[jira] [Commented] (TEZ-3294) Resubmitted dag fails with IllegalArgumentException, when there is a javaOptsCheck error.

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

TezQA commented on TEZ-3294:
----------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12809068/TEZ-3294.0.patch
  against master revision 2c21285.

    {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: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/1780//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1780//console

This message is automatically generated.

> Resubmitted dag fails with IllegalArgumentException, when there is a javaOptsCheck error.
> -----------------------------------------------------------------------------------------
>
>                 Key: TEZ-3294
>                 URL: https://issues.apache.org/jira/browse/TEZ-3294
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Harish Jaiprakash
>            Assignee: Harish Jaiprakash
>         Attachments: TEZ-3294.0.patch
>
>
> Retry of submitDAG calls, on the same DAG object, when there are errors can cause IllegalArgumentException.
> {noformat}
> 2016-04-24 00:33:40,885 ERROR [HiveServer2-Background-Pool: Thread-74]: exec.Task (TezTask.java:execute(212)) - Failed to execute tez graph.
> java.lang.IllegalArgumentException: size of topologicalVertexStack is:3 while size of vertices is:2, make sure they are the same in order to sort the vertices
> 	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
> 	at org.apache.tez.dag.api.DAG.createDag(DAG.java:761)
> 	at org.apache.tez.client.TezClientUtils.prepareAndCreateDAGPlan(TezClientUtils.java:694)
> 	at org.apache.tez.client.TezClient.submitDAGSession(TezClient.java:508)
> 	at org.apache.tez.client.TezClient.submitDAG(TezClient.java:454)
> 	at org.apache.hadoop.hive.ql.exec.tez.TezTask.submit(TezTask.java:457)
> 	at org.apache.hadoop.hive.ql.exec.tez.TezTask.execute(TezTask.java:180)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)