You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Balaji Varadarajan (Jira)" <ji...@apache.org> on 2020/04/22 20:45:00 UTC

[jira] [Comment Edited] (HUDI-828) Open Questions before merging Bootstrap

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

Balaji Varadarajan edited comment on HUDI-828 at 4/22/20, 8:44 PM:
-------------------------------------------------------------------

HBase Shading : We are shading hbase in all hudi bundles. A side-effect of this is Key classes that Hfile tracks in its files is also shaded. 

Example : org.apache.hudi.org.apache.hadoop.hbase.KeyValue$KeyComparator

 THe implication here is that bootstrap index Hfiles stores these class names which will make it only readable by Hudi bundles

 


was (Author: vbalaji):
HBase Shading : We are shading hbase in all hudi bundles. A side-effect of this is Key classes that Hfile tracks in its files is also shaded. 

Example : org.apache.hudi.org.apache.hadoop.hbase.KeyValue$KeyComparator

 

> Open Questions before merging Bootstrap 
> ----------------------------------------
>
>                 Key: HUDI-828
>                 URL: https://issues.apache.org/jira/browse/HUDI-828
>             Project: Apache Hudi (incubating)
>          Issue Type: Sub-task
>            Reporter: Balaji Varadarajan
>            Priority: Major
>
> This ticket tracks open questions that needs to be resolved before we checkin bootstrap.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)