You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2015/12/14 05:17:46 UTC

[jira] [Updated] (TEZ-2952) NPE in TestOnFileUnorderedKVOutput

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

Bikas Saha updated TEZ-2952:
----------------------------
    Fix Version/s: 0.7.1

> NPE in TestOnFileUnorderedKVOutput
> ----------------------------------
>
>                 Key: TEZ-2952
>                 URL: https://issues.apache.org/jira/browse/TEZ-2952
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Jeff Zhang
>            Assignee: Bikas Saha
>             Fix For: 0.7.1, 0.8.2
>
>         Attachments: TEZ-2952.1.patch
>
>
> https://builds.apache.org/job/Tez-Build/1316/console
> {code}
> testWithPipelinedShuffle(org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput)  Time elapsed: 0.815 sec  <<< ERROR!
> java.lang.NullPointerException: null
> 	at org.apache.tez.runtime.RuntimeTask.notifyProgressInvocation(RuntimeTask.java:109)
> 	at org.apache.tez.runtime.api.impl.TezTaskContextImpl.notifyProgress(TezTaskContextImpl.java:178)
> 	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:323)
> 	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:256)
> 	at org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput.testWithPipelinedShuffle(TestOnFileUnorderedKVOutput.java:179)
> testGeneratedDataMovementEvent(org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput)  Time elapsed: 0.082 sec  <<< ERROR!
> java.lang.NullPointerException: null
> 	at org.apache.tez.runtime.RuntimeTask.notifyProgressInvocation(RuntimeTask.java:109)
> 	at org.apache.tez.runtime.api.impl.TezTaskContextImpl.notifyProgress(TezTaskContextImpl.java:178)
> 	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:253)
> 	at org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput.testGeneratedDataMovementEvent(TestOnFileUnorderedKVOutput.java:138)
> {code}



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