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

Sean Busbey commented on HBASE-17933:
-------------------------------------


Added classes still need to have {{InterfaceAudience}} annotations added.

{quote}and still keep the wrapper class{quote}

What's the advantage vs just using the Pair class directly?

{code}
295       /**
296         * A simple abstraction over the HBaseContext.bulkLoad method.
297         * Caller need to first create JavaRDD[KeyFamilyQualifierValue]
298         * It allow addition support for a user to take a JavaRDD and 
generate
299         * HFiles in stagingDir for the bulk load
{code}

This isn't true anymore, right? (the needing to create a 
{{JavaRDD[KeyFamilyQualifierValue]}})



> [hbase-spark]  Support Java api for bulkload
> --------------------------------------------
>
>                 Key: HBASE-17933
>                 URL: https://issues.apache.org/jira/browse/HBASE-17933
>             Project: HBase
>          Issue Type: New Feature
>          Components: spark
>    Affects Versions: 2.0.0
>            Reporter: Yi Liang
>            Assignee: Yi Liang
>             Fix For: 2.0.0
>
>         Attachments: HBase-17933-V1.patch, HBase-17933-V2.patch
>
>
> In JavaHBaseContext, there are java api for bulkPut, bulkDelete ...., but no 
> Java api for bulkload. And this jira will add bulkload java api to hbase-spark



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to