Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 979617EB4 for ; Sat, 17 Sep 2011 00:25:32 +0000 (UTC) Received: (qmail 68085 invoked by uid 500); 17 Sep 2011 00:25:32 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 68046 invoked by uid 500); 17 Sep 2011 00:25:32 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 68038 invoked by uid 99); 17 Sep 2011 00:25:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2011 00:25:32 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2011 00:25:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DF8788A398 for ; Sat, 17 Sep 2011 00:25:08 +0000 (UTC) Date: Sat, 17 Sep 2011 00:25:08 +0000 (UTC) From: "Eli Collins (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <136389392.37402.1316219108912.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HADOOP-7650) Automated test for the tarballs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Automated test for the tarballs ------------------------------- Key: HADOOP-7650 URL: https://issues.apache.org/jira/browse/HADOOP-7650 Project: Hadoop Common Issue Type: Bug Components: test Reporter: Eli Collins Currently we don't test the generated tarball so we don't automatically detect changes that break the artifact generation or bin scripts (eg HADOOP-7356). We should have a simple functional test run from Jenkins that covers this stuff. I wrote some simple automation for 20x tarballs that starts a pseudo cluster with multiple DNs and TTs and runs basic HDFS commands and MR jobs (with and w/o the LinuxTaskController) that could be used as a starting point. Code lives here: https://github.com/elicollins/hadoop-dev/tree/pseudo Eric also added a lot of cluster config generation in HADOOP-7599 that could be used as a starting point as well. This should also support trunk (Yarn) of course. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira