You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Hans Zeller (JIRA)" <ji...@apache.org> on 2015/10/16 03:03:05 UTC

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

Hans Zeller created TRAFODION-1530:
--------------------------------------

             Summary: 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)