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 03C88200CC8 for ; Thu, 29 Jun 2017 21:36:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 028A7160BC6; Thu, 29 Jun 2017 19:36:07 +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 47FA3160BED for ; Thu, 29 Jun 2017 21:36:06 +0200 (CEST) Received: (qmail 41803 invoked by uid 500); 29 Jun 2017 19:36:05 -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 41519 invoked by uid 99); 29 Jun 2017 19:36:04 -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; Thu, 29 Jun 2017 19:36:04 +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 C26E4CD5F9 for ; Thu, 29 Jun 2017 19:36:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.011 X-Spam-Level: X-Spam-Status: No, score=-100.011 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, 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 RHNWeUD7Mf6A for ; Thu, 29 Jun 2017 19:36:01 +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 937F95FBBF for ; Thu, 29 Jun 2017 19:36:01 +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 DD908E0DFB for ; Thu, 29 Jun 2017 19:36:00 +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 419F2245BE for ; Thu, 29 Jun 2017 19:36:00 +0000 (UTC) Date: Thu, 29 Jun 2017 19:36:00 +0000 (UTC) From: "Sean Busbey (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-18175) Add hbase-spark integration test into hbase-spark-it MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 29 Jun 2017 19:36:07 -0000 [ https://issues.apache.org/jira/browse/HBASE-18175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16068835#comment-16068835 ] Sean Busbey commented on HBASE-18175: ------------------------------------- (to repro the above, do a build prior to running the given "how to build the source tarball" invocation. the "clean" part can't take care of {{hbase-spark-it/target}} because hbase-spark goes before the subdirectory. RAT can't ignore it, because in the context of the hbase-spark module the {{hbase-spark-it}} subdirectory is unrelated to maven) > Add hbase-spark integration test into hbase-spark-it > ---------------------------------------------------- > > Key: HBASE-18175 > URL: https://issues.apache.org/jira/browse/HBASE-18175 > Project: HBase > Issue Type: Test > Components: spark > Reporter: Yi Liang > Assignee: Yi Liang > Priority: Critical > Fix For: 2.0.0 > > Attachments: hbase-18175-master-v2.patch, hbase-18175-master-v3.patch, hbase-18175-master-v4.patch, hbase-18175-master-v5.patch, hbase-18175-master-v6.patch, hbase-18175-v1.patch > > > After HBASE-17574, all test under hbase-spark are regarded as unit test, and this jira will add integration test of hbase-spark into hbase-it. This patch run same tests as mapreduce.IntegrationTestBulkLoad, just change mapreduce to spark. > test in Maven: > mvn verify -Dit.test=IntegrationTestSparkBulkLoad > test on cluster: > spark-submit --class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad HBASE_HOME/lib/hbase-it-2.0.0-SNAPSHOT-tests.jar -Dhbase.spark.bulkload.chainlength=500000 -m slowDeterministic -- This message was sent by Atlassian JIRA (v6.4.14#64029)