[jira] [Updated] (MAPREDUCE-3539) possible Cases for NullPointerException

2015-03-17 Thread Harsh J (JIRA)

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

Harsh J updated MAPREDUCE-3539:
---
  Resolution: Not a Problem
Target Version/s:   (was: 1.3.0)
  Status: Resolved  (was: Patch Available)

Not a problem on the branch-2 and trunk DistCh sources. These appear to have 
refactored their ways of handling the streams already.

> possible Cases for NullPointerException
> ---
>
> Key: MAPREDUCE-3539
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3539
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.20.2, 0.21.0, 1.0.0
>Reporter: kavita sharma
>Priority: Trivial
> Attachments: MAPREDUCE-3539-branch-1.patch, MAPREDUCE-3539.patch
>
>
> in DistCh.java
> {noformat}
> in setup method
> opWriter.close();
> if opWriter is null then if we will try to close will throw NPE.
> {noformat}
> {noformat}
> in checkDuplication method
> in.close();
> if in is null then if we will try to close will throw NPE.
> {noformat}



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


[jira] [Updated] (MAPREDUCE-3539) possible Cases for NullPointerException

2014-04-16 Thread Avinash Kujur (JIRA)

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

Avinash Kujur updated MAPREDUCE-3539:
-

Affects Version/s: (was: 0.20.205.0)

> possible Cases for NullPointerException
> ---
>
> Key: MAPREDUCE-3539
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3539
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.20.2, 0.21.0, 1.0.0
>Reporter: kavita sharma
>Priority: Trivial
> Attachments: MAPREDUCE-3539-branch-1.patch, MAPREDUCE-3539.patch
>
>
> in DistCh.java
> {noformat}
> in setup method
> opWriter.close();
> if opWriter is null then if we will try to close will throw NPE.
> {noformat}
> {noformat}
> in checkDuplication method
> in.close();
> if in is null then if we will try to close will throw NPE.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (MAPREDUCE-3539) possible Cases for NullPointerException

2011-12-28 Thread Matt Foley (Updated) (JIRA)

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

Matt Foley updated MAPREDUCE-3539:
--

Target Version/s: 1.1.0
   Fix Version/s: (was: 1.0.0)
  (was: 0.20.205.0)

No commits have been made, but 1.0.0 has been released.  Moving the target 
versions from "Fixed Version" to "Target Version" field, and changing to 1.1.0.

> possible Cases for NullPointerException
> ---
>
> Key: MAPREDUCE-3539
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3539
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.20.2, 0.20.205.0, 0.21.0, 1.0.0
>Reporter: kavita sharma
>Priority: Trivial
> Attachments: MAPREDUCE-3539-branch-1.patch, MAPREDUCE-3539.patch
>
>
> in DistCh.java
> {noformat}
> in setup method
> opWriter.close();
> if opWriter is null then if we will try to close will throw NPE.
> {noformat}
> {noformat}
> in checkDuplication method
> in.close();
> if in is null then if we will try to close will throw NPE.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3539) possible Cases for NullPointerException

2011-12-19 Thread kavita sharma (Updated) (JIRA)

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

kavita sharma updated MAPREDUCE-3539:
-

Status: Patch Available  (was: Open)

> possible Cases for NullPointerException
> ---
>
> Key: MAPREDUCE-3539
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3539
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0, 0.20.205.0, 0.20.2, 1.0.0
>Reporter: kavita sharma
>Priority: Trivial
> Fix For: 1.0.0, 0.20.205.0
>
> Attachments: MAPREDUCE-3539-branch-1.patch, MAPREDUCE-3539.patch
>
>
> in DistCh.java
> {noformat}
> in setup method
> opWriter.close();
> if opWriter is null then if we will try to close will throw NPE.
> {noformat}
> {noformat}
> in checkDuplication method
> in.close();
> if in is null then if we will try to close will throw NPE.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-3539) possible Cases for NullPointerException

2011-12-18 Thread kavita sharma (Updated) (JIRA)

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

kavita sharma updated MAPREDUCE-3539:
-

Attachment: MAPREDUCE-3539-branch-1.patch
MAPREDUCE-3539.patch

> possible Cases for NullPointerException
> ---
>
> Key: MAPREDUCE-3539
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3539
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.20.2, 0.20.205.0, 0.21.0, 1.0.0
>Reporter: kavita sharma
>Priority: Trivial
> Fix For: 0.20.205.0, 1.0.0
>
> Attachments: MAPREDUCE-3539-branch-1.patch, MAPREDUCE-3539.patch
>
>
> in DistCh.java
> {noformat}
> in setup method
> opWriter.close();
> if opWriter is null then if we will try to close will throw NPE.
> {noformat}
> {noformat}
> in checkDuplication method
> in.close();
> if in is null then if we will try to close will throw NPE.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira