You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Dharmesh Kakadia (JIRA)" <ji...@apache.org> on 2016/10/10 19:04:20 UTC

[jira] [Commented] (TEZ-3453) Correct the downloaded ATS dag data location for analyzer

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

Dharmesh Kakadia commented on TEZ-3453:
---------------------------------------

[~bikassaha] or [~hitesh] could you please look at this? 

> Correct the downloaded ATS dag data location for analyzer
> ---------------------------------------------------------
>
>                 Key: TEZ-3453
>                 URL: https://issues.apache.org/jira/browse/TEZ-3453
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Dharmesh Kakadia
>            Priority: Minor
>         Attachments: 16.patch, TEZ-3453.1.patch
>
>
> hadoop jar /usr/hdp/current/tez-client/tez-job-analyzer-*.jar CriticalPath --dagId=dag_1475171170456_0002_1 --outputDir=tmp/
> fails with
> INFO history.ATSImportTool: Using baseURL=http://headnodehost:8188/ws/v1/timeline, dagId=dag_1475171170456_0002_1, batchSize=100, downloadDir=tmp
> java.lang.IllegalArgumentException: Zipfile tmp/dag_1475171170456_0002_1/dag_1475171170456_0002_1.zip does not exist
> at com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
> at org.apache.tez.history.parser.ATSFileParser.(ATSFileParser.java:65)
> at org.apache.tez.analyzer.plugins.TezAnalyzerBase.run(TezAnalyzerBase.java:169)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
> at org.apache.tez.analyzer.plugins.CriticalPathAnalyzer.main(CriticalPathAnalyzer.java:653)
> The code is incorrectly expecting it to be in subfolder(dag_1475171170456_0002_1/dag_1475171170456_0002_1.zip). Moving the downloaded data location to the subfolder fixes the issue. This PR corrects the expected path.



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