You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@omid.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/19 08:28:00 UTC

[jira] [Commented] (OMID-83) Propagate Attributes to HBase

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

ASF GitHub Bot commented on OMID-83:
------------------------------------

GitHub user ohadshacham opened a pull request:

    https://github.com/apache/incubator-omid/pull/17

    [OMID-83] Attributes added to Put, Get, and Scan are not propagated t…

    …o HBase. In many cases, as in the Phoenix case, these attributes are required and should be propagated to the server side. In Phoenix for example, attributes are used to mark data as one that should propagate to the secondary index.
    
    This commit propagates the attributes to HBase side.

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

    $ git pull https://github.com/ohadshacham/incubator-omid AttributesSupport

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

    https://github.com/apache/incubator-omid/pull/17.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 #17
    
----
commit 2bdf776bbb9bbf0e70dd49bec41239f6fcaf654c
Author: Ohad Shacham <oh...@yahoo-inc.com>
Date:   2017-12-19T08:24:26Z

    [OMID-83] Attributes added to Put, Get, and Scan are not propagated to HBase. In many cases, as in the Phoenix case, these attributes are required and should be propagated to the server side. In Phoenix for example, attributes are used to mark data as one that should propagate to the secondary index.
    This commit propagates the attributes to HBase side.

----


> Propagate Attributes to HBase
> -----------------------------
>
>                 Key: OMID-83
>                 URL: https://issues.apache.org/jira/browse/OMID-83
>             Project: Apache Omid
>          Issue Type: Sub-task
>            Reporter: Ohad Shacham
>            Assignee: Ohad Shacham
>
> Attributes added to Put, Get, and Scan are not propagated to HBase. In many cases, as in the Phoenix case, these attributes are required and should be propagated to the server side. In Phoenix for example, attributes are used to mark data as one that should propagate to the secondary index.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)