You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/11/10 06:14:11 UTC

[jira] [Commented] (TRAFODION-1530) Replace calls to Mutation.getFamilyMap, they cause an incompatibility

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

ASF GitHub Bot commented on TRAFODION-1530:
-------------------------------------------

GitHub user mashengchen opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/166

    [TRAFODION-1530]deprecated put.getFamilyMap

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mashengchen/incubator-trafodion master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/166.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #166
    
----
commit dd2ea96f4743d39d1cab76e3efb8022f25dfac64
Author: aven <av...@esgvm-2.novalocal>
Date:   2015-11-10T04:55:08Z

    deprecated put.getFamilyMap

----


> Replace calls to Mutation.getFamilyMap, they cause an incompatibility
> ---------------------------------------------------------------------
>
>                 Key: TRAFODION-1530
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1530
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: dtm
>    Affects Versions: 1.1 (pre-incubation)
>         Environment: Certain HBase versions, for example hbase-0.98.6-cdh5.3.0.
>            Reporter: Hans Zeller
>
> Some of the Trafodion code calls the getFamilyMap() method on classes derived from Mutation, such as Put.
> This method is missing in some HBase 0.98.x version. It seems to be there in 0.98.1 and gone in 0.98.6, at least in the CDH versions.
> See HBASE-10339. The method also seems to be gone in HBase 1 and 2, so we can hopefully replace it with the new method getFamilyCellMap().
> This will be required to be able to run Trafodion with Apache HBase.



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