You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Vasanth kumar RJ (JIRA)" <ji...@apache.org> on 2015/06/07 20:29:00 UTC

[jira] [Created] (TEZ-2542) TezDAGID fromString array length check

Vasanth kumar RJ created TEZ-2542:
-------------------------------------

             Summary: TezDAGID fromString array length check
                 Key: TEZ-2542
                 URL: https://issues.apache.org/jira/browse/TEZ-2542
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Vasanth kumar RJ
            Assignee: Vasanth kumar RJ
            Priority: Minor
             Fix For: 0.8.0


When invalid DAG Id passed

>java -cp tez-history-parser-0.8.0-SNAPSHOT-jar-with-dependencies.jar org.apache.tez.history.ATSImportTool --dagId dag_1433663662240_0001 --downloadDir /tmp/history/
java.lang.ArrayIndexOutOfBoundsException: 3
	at org.apache.tez.dag.records.TezDAGID.fromString(TezDAGID.java:185)
	at org.apache.tez.history.ATSImportTool.<init>(ATSImportTool.java:133)
	at org.apache.tez.history.ATSImportTool.process(ATSImportTool.java:452)
	at org.apache.tez.history.ATSImportTool.main(ATSImportTool.java:476)



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