You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2014/11/24 05:40:12 UTC

[jira] [Resolved] (TEZ-1693) ARCHIVE local resources are not supported in Tez DAGs

     [ https://issues.apache.org/jira/browse/TEZ-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gopal V resolved TEZ-1693.
--------------------------
    Resolution: Not a Problem

ARCHIVE types are supported for tasks, not for the AM as such.

> ARCHIVE local resources are not supported in Tez DAGs
> -----------------------------------------------------
>
>                 Key: TEZ-1693
>                 URL: https://issues.apache.org/jira/browse/TEZ-1693
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Gopal V
>
> {code}
> 2014-10-21 16:42:17,919 ERROR [main]: exec.Task (TezTask.java:execute(180)) - Failed to execute tez graph.
> java.lang.IllegalArgumentException: LocalResourceType: ARCHIVE is not supported, only FILE is supported
>     at com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
>     at org.apache.tez.client.TezClient.submitDAGSession(TezClient.java:365)
>     at org.apache.tez.client.TezClient.submitDAG(TezClient.java:344)
>     at org.apache.hadoop.hive.ql.exec.tez.TezTask.submit(TezTask.java:368)
>     at org.apache.hadoop.hive.ql.exec.tez.TezTask.execute(TezTask.java:159)
>     at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:161)
>     at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:85)
>     at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1607)
> {code}



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