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 753459C27 for ; Tue, 7 Feb 2012 22:39:25 +0000 (UTC) Received: (qmail 75224 invoked by uid 500); 7 Feb 2012 22:39:25 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 74817 invoked by uid 500); 7 Feb 2012 22:39:24 -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 74643 invoked by uid 99); 7 Feb 2012 22:39:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 22:39:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Tue, 07 Feb 2012 22:39:21 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0C8C01A8A7E for ; Tue, 7 Feb 2012 22:39:01 +0000 (UTC) Date: Tue, 7 Feb 2012 22:39:01 +0000 (UTC) From: "Eli Collins (Created) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <746749948.10932.1328654341052.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HADOOP-8034) Add comment/docs to enable assertions in hadoop-env.sh 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 Add comment/docs to enable assertions in hadoop-env.sh ------------------------------------------------------ Key: HADOOP-8034 URL: https://issues.apache.org/jira/browse/HADOOP-8034 Project: Hadoop Common Issue Type: Improvement Components: conf Affects Versions: 1.0.0, 0.23.0 Reporter: Eli Collins Assignee: Eli Collins For testing it's useful to enable jvm assertions. Let's add a commented out line to hadoop-env.sh that sets the "-enableassertions" and "-enablesystemassertions" jvm options to make it easier to run "debug" builds. Per HADOOP-8033 perhaps this should be HADOOP_JAVA_PLATFORM_OPTS. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira