Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2AC4F1846F for ; Fri, 17 Jul 2015 18:49:05 +0000 (UTC) Received: (qmail 33182 invoked by uid 500); 17 Jul 2015 18:49:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 33118 invoked by uid 500); 17 Jul 2015 18:49:04 -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 33101 invoked by uid 99); 17 Jul 2015 18:49:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2015 18:49:04 +0000 Date: Fri, 17 Jul 2015 18:49:04 +0000 (UTC) From: "Jesse Yates (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HBASE-14118) minicluster maven plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-14118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14631729#comment-14631729 ] Jesse Yates edited comment on HBASE-14118 at 7/17/15 6:48 PM: -------------------------------------------------------------- FWIW, spent a little bit bringing the plugin up to trunk ([github|https://github.com/jyates/hbase/tree/add-minicluster-plugin-14118]); well, with just hadoop 2.5.1 support, but not sure how we do version support anyways, so that will do the moment. Also, brought up my [next improvements|https://github.com/jyates/hbase/tree/add-plugin-improvements] to it that allow you to do things like running mvn org.apache.hbase:hbase-maven-plugin:run to bring up (and leave up) mini-cluster was (Author: jesse_yates): FWIW, spent a little bit bringing the plugin up to trunk ([github|https://github.com/jyates/hbase/tree/add-minicluster-plugin-14118]); well, with just hadoop 2.5.1 support, but not sure how we do version support anyways, so that will do the moment. Also, brought up my [next improvements|https://github.com/jyates/hbase/tree/add-minicluster-plugin-14118] to it that allow you to do things like running mvn org.apache.hbase:hbase-maven-plugin:run to bring up (and leave up) mini-cluster > minicluster maven plugin > ------------------------ > > Key: HBASE-14118 > URL: https://issues.apache.org/jira/browse/HBASE-14118 > Project: HBase > Issue Type: New Feature > Components: integration tests, util > Affects Versions: 2.0.0 > Reporter: Jesse Yates > > In the [failsafe docs |https://maven.apache.org/surefire/maven-failsafe-plugin/usage.html] they describe being able to startup a jetty server before your integration tests and then bring it down after the tests. We should be able to provide the same for the mini-cluster for downstream projects and cross-version compatibility testing. > The folks over in Kiji made this great [plugin |https://github.com/kijiproject/hbase-maven-plugin] that lets you do just that! We should see about bringing that under the HBase umbrella proper. -- This message was sent by Atlassian JIRA (v6.3.4#6332)