You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Hitesh Shah (JIRA)" <ji...@apache.org> on 2013/11/22 01:33:35 UTC

[jira] [Created] (TEZ-636) NPE in ExampleDriver.printDAGStatus()

Hitesh Shah created TEZ-636:
-------------------------------

             Summary: NPE in ExampleDriver.printDAGStatus()
                 Key: TEZ-636
                 URL: https://issues.apache.org/jira/browse/TEZ-636
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Hitesh Shah
            Assignee: Hitesh Shah


DAG: State: RUNNING Progress: 0%
VertexStatus: VertexName: initialmap Progress: 0%
java.lang.NullPointerException
at org.apache.tez.mapreduce.examples.ExampleDriver.printDAGStatus(ExampleDriver.java:122)
at org.apache.tez.mapreduce.examples.ExampleDriver.printDAGStatus(ExampleDriver.java:100)
at org.apache.tez.mapreduce.examples.GroupByOrderByMRRTest.main(GroupByOrderByMRRTest.java:220)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:72)
at org.apache.hadoop.util.ProgramDriver.run(ProgramDriver.java:144)
at org.apache.tez.mapreduce.examples.ExampleDriver.main(ExampleDriver.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.hadoop.util.RunJar.main(RunJar.java:212)



--
This message was sent by Atlassian JIRA
(v6.1#6144)