[
https://issues.apache.org/jira/browse/HBASE-17933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15979079#comment-15979079
]
Yi Liang commented on HBASE-17933:
----------------------------------
Hi Sean,
Thanks for review, yes, the annotation and comments need to be modified.
For the wrapper class, I do not quite understand what you mean using Pair
directly, in my current implementation, all of them extends Pair class, do you
mind explaining a little bit.
{code}
class FamiliesQualifiersValuesKey(rowkey: ByteArrayWrapper, fqv:
FamiliesQualifiersValues)
extends Pair[ByteArrayWrapper, FamiliesQualifiersValues](rowkey, fqv)
class KeyFamilyQualifierValue (kfq: KeyFamilyQualifier, val value:Array[Byte])
extends Pair[KeyFamilyQualifier, Array[Byte]](kfq, value)
{code}
> [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)