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 7652A17485 for ; Wed, 15 Oct 2014 03:12:34 +0000 (UTC) Received: (qmail 60186 invoked by uid 500); 15 Oct 2014 03:12:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 60138 invoked by uid 500); 15 Oct 2014 03:12:34 -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 60123 invoked by uid 99); 15 Oct 2014 03:12:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2014 03:12:34 +0000 Date: Wed, 15 Oct 2014 03:12:34 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12262) Make it possible to run hbase-it against a distributed cluster using Maven 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-12262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14171931#comment-14171931 ] Nick Dimiduk commented on HBASE-12262: -------------------------------------- I've only ever run them against a real cluster via a test's main or the integration test tool runner. I think you'll need to unwind some assumptions to get them running on a real cluster via verify. This will probably be on a test-by-test basis. > Make it possible to run hbase-it against a distributed cluster using Maven > -------------------------------------------------------------------------- > > Key: HBASE-12262 > URL: https://issues.apache.org/jira/browse/HBASE-12262 > Project: HBase > Issue Type: Task > Reporter: Dima Spivak > Assignee: Dima Spivak > > hbase-it is pretty awesome, especially when run against a distributed cluster. As I've been trying to develop new tests to add to the module, I got sick of having to run {{mvn package}} and moving JARs to my cluster and wanted to run the tests directly using {{mvn verify}}. Unfortunately, I can't seem to do so; this JIRA is to try to fix that. > [~enis] and [~ndimiduk], I've seen that you guys are behind a lot of these tests. Was it previously possible to do what I'm trying to do and it just broke at some point, or is this new functionality that I'll need to figure out? -- This message was sent by Atlassian JIRA (v6.3.4#6332)