Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B0A6D200C6F for ; Tue, 25 Apr 2017 06:22:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AF53A160B99; Tue, 25 Apr 2017 04:22:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 09981160BA5 for ; Tue, 25 Apr 2017 06:22:08 +0200 (CEST) Received: (qmail 95142 invoked by uid 500); 25 Apr 2017 04:22:07 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 95123 invoked by uid 99); 25 Apr 2017 04:22:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2017 04:22:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 45BCCD3276 for ; Tue, 25 Apr 2017 04:22:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id a7eb9lv24xff for ; Tue, 25 Apr 2017 04:22:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 6BFB061F89 for ; Tue, 25 Apr 2017 04:22:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A709AE0D5C for ; Tue, 25 Apr 2017 04:22:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 51D4921B5C for ; Tue, 25 Apr 2017 04:22:04 +0000 (UTC) Date: Tue, 25 Apr 2017 04:22:04 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-17933) [hbase-spark] Support Java api for bulkload MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 25 Apr 2017 04:22:09 -0000 [ https://issues.apache.org/jira/browse/HBASE-17933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15982340#comment-15982340 ] Hudson commented on HBASE-17933: -------------------------------- FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #2904 (See [https://builds.apache.org/job/HBase-Trunk_matrix/2904/]) HBASE-17933: [hbase-spark] Support Java api for bulkload (busbey: rev 49f707fba7c6a9f0210f387e31d1be9f108991f8) * (edit) hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/FamiliesQualifiersValues.scala * (edit) hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/JavaHBaseContext.scala * (add) hbase-spark/src/main/java/org/apache/hadoop/hbase/spark/example/hbasecontext/JavaHBaseBulkLoadExample.java * (edit) hbase-spark/src/test/java/org/apache/hadoop/hbase/spark/TestJavaHBaseContext.java > [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, HBase-17933-V3.patch, HBase-17933-V4.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)