You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/11/04 22:40:44 UTC

[jira] Assigned: (HBASE-982) Deleting a column in MapReduce fails

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

stack reassigned HBASE-982:
---------------------------

    Assignee: Doğacan Güney

> Deleting a column in MapReduce fails
> ------------------------------------
>
>                 Key: HBASE-982
>                 URL: https://issues.apache.org/jira/browse/HBASE-982
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>             Fix For: 0.19.0
>
>         Attachments: batchupdate-del.patch, batchupdate-delv2.patch
>
>
> In latest trunk, deleting a column in BatchUpdate causes exception because BatchUpdate's copy constructor (or whatever they are called in java) directly calls BatchUpdate#put even in delete-s thus causing put to throw IllegalArgumentException("Passed value cannot be null").

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.