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

[email protected] commented on HADOOP-7328:
-------------------------------------------------------



bq.  On 2011-06-12 02:24:55, Todd Lipcon wrote:
bq.  > Looks good to me. Can you upload this rev of the patch to the JIRA so 
the QA Bot runs on it?

Submitted on JIRA. Thanks for the review Todd!


- Harsh


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/884/#review805
-----------------------------------------------------------


On 2011-06-11 22:10:17, Harsh J wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/884/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2011-06-11 22:10:17)
bq.  
bq.  
bq.  Review request for hadoop-common and Todd Lipcon.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  Since getSerialization() can possibly return a null, it is only right that 
getSerializer() and getDeserializer() usage functions do the same, instead of 
throwing up NPEs.
bq.  
bq.  Related issue to which this improvement is required: 
https://issues.apache.org/jira/browse/MAPREDUCE-2584
bq.  
bq.  
bq.  This addresses bug HADOOP-7328.
bq.      http://issues.apache.org/jira/browse/HADOOP-7328
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    src/java/org/apache/hadoop/io/serializer/SerializationFactory.java 
dee314a 
bq.  
bq.  Diff: https://reviews.apache.org/r/884/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  Existing SequenceFile serialization factory tests pass. The change is 
merely to make the functions return null instead of throwing an NPE within.
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Harsh
bq.  
bq.



> Give more information about a missing Serializer class
> ------------------------------------------------------
>
>                 Key: HADOOP-7328
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7328
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.20.2
>            Reporter: Harsh J
>            Assignee: Harsh J
>              Labels: io, serialization
>             Fix For: 0.23.0
>
>         Attachments: HADOOP-7328.r1.diff, HADOOP-7328.r2.diff
>
>
> When you have a key/value class that's non Writable and you forget to attach 
> io.serializers for the same, an NPE is thrown by the tasks with no 
> information on why or what's missing and what led to it. I think a better 
> exception can be thrown by SerializationFactory instead of an NPE when a 
> class is not found accepted by any of the loaded ones.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to