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 D7EA0200B66 for ; Thu, 4 Aug 2016 08:14:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D67E7160AAD; Thu, 4 Aug 2016 06:14:22 +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 2857C160A8C for ; Thu, 4 Aug 2016 08:14:22 +0200 (CEST) Received: (qmail 71592 invoked by uid 500); 4 Aug 2016 06:14:21 -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 71445 invoked by uid 99); 4 Aug 2016 06:14:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2016 06:14:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BC0512C0E09 for ; Thu, 4 Aug 2016 06:14:20 +0000 (UTC) Date: Thu, 4 Aug 2016 06:14:20 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12721) Create Docker container cluster infrastructure to enable better testing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 04 Aug 2016 06:14:23 -0000 [ https://issues.apache.org/jira/browse/HBASE-12721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407250#comment-15407250 ] stack commented on HBASE-12721: ------------------------------- Sounds good to me as a stopgap to get this project moving along to the next stage. +1. > Create Docker container cluster infrastructure to enable better testing > ----------------------------------------------------------------------- > > Key: HBASE-12721 > URL: https://issues.apache.org/jira/browse/HBASE-12721 > Project: HBase > Issue Type: New Feature > Components: build, community, documentation, test > Reporter: Dima Spivak > Assignee: Dima Spivak > > Some simple work on using HBase with Docker was committed into /dev-support as "hbase_docker;" all this did was stand up a standalone cluster from source and start a shell. Now seems like a good time to extend this to be useful for applications that could actual benefit the community, especially around testing. Some ideas: > - Integration testing would be much more accessible if people could stand up distributed HBase clusters on a single host machine in a couple minutes and run our awesome hbase-it suite against it. > - Binary compatibility testing of an HBase client is easiest when standing up an HBase cluster can be done once and then different client source/binary permutations run against it. > - Upgrade testing, and especially rolling upgrade testing, doesn't have any upstream automation on build.apache.org, in part because it's a pain to set up x-node clusters on Apache infrastructure. > This proposal, whether it stays under /dev-support or moves out into it's own top-level module ("hbase-docker" would conveniently fit the existing schema :-)), strives to create a simple framework for deploying "distributed," multi-container Apache HBase clusters. -- This message was sent by Atlassian JIRA (v6.3.4#6332)