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

ramkrishna.s.vasudevan commented on HBASE-16055:
------------------------------------------------

Yes. But impl wise this is going to be tricky. Since there can be any attribute 
added to a Put we may not be able to use all of them. But atleast we could see 
if there is a visibility, acl and ttl attribute associated with the Put and if 
so try to create a cell out of those attributes by passing them as Tags. 





> PutSortReducer loses any Visibility/acl attribute set on the Puts 
> ------------------------------------------------------------------
>
>                 Key: HBASE-16055
>                 URL: https://issues.apache.org/jira/browse/HBASE-16055
>             Project: HBase
>          Issue Type: Bug
>          Components: security
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>            Priority: Critical
>             Fix For: 2.0.0
>
>
> Based on a user discussion, I think as the user pointed out rightly, when a 
> PutSortReducer is used any visibility attribute or external attribute set on 
> the Put will be lost as we create KVs out of the cells in the puts whereas 
> the ACL and visibility are all set as Attributes. 
> In TextSortReducer we tend to read the information we tend to read the 
> information from the parsed line but here in PutSortReducer we don't do it. I 
> think this problem should be in all the existing versions where we support 
> Tags. Correct me if am wrong here. 
> [~anoop.hbase], [[email protected]]?



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

Reply via email to