You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2015/10/23 07:15:27 UTC

[jira] [Commented] (HBASE-14675) Exorcise deprecated Put#add(...) and replace with Put#addColumn(...)

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

Anoop Sam John commented on HBASE-14675:
----------------------------------------

Calls to put.add() in .rb files to be replaced with addColumn()..     Other places also available?  I have done a search in .rb files and seems some places we have its use.  Pls correct.

> Exorcise deprecated Put#add(...) and replace with Put#addColumn(...)
> --------------------------------------------------------------------
>
>                 Key: HBASE-14675
>                 URL: https://issues.apache.org/jira/browse/HBASE-14675
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 2.0.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>             Fix For: 2.0.0
>
>         Attachments: hbase-14675.patch, hbase-14675.patch
>
>
> The Put API changed from #add(...) to #addColumn(...).  This updates all instances of it and removes it from the Put (which was added for hbase 1.0.0)



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