Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B98E910CAF for ; Sun, 7 Dec 2014 22:09:52 +0000 (UTC) Received: (qmail 7442 invoked by uid 500); 7 Dec 2014 22:09:51 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 7351 invoked by uid 500); 7 Dec 2014 22:09:51 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 7319 invoked by uid 99); 7 Dec 2014 22:09:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Dec 2014 22:09:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stevel@hortonworks.com designates 209.85.213.178 as permitted sender) Received: from [209.85.213.178] (HELO mail-ig0-f178.google.com) (209.85.213.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Dec 2014 22:09:45 +0000 Received: by mail-ig0-f178.google.com with SMTP id hl2so1879485igb.17 for ; Sun, 07 Dec 2014 14:09:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=t9R/+/5A9MVXCP7UBSst+HJ67emCy6UOaE54WfARSFc=; b=KzeOr2/qlvYveKoSD79+Dqkc9NCimUfLc4MSAAqZWHPGpT9U6OhxZ/76tV4suwWVbT FAZpdGdQqytqEzCucB11Ii+J3mg4ZkX+IhhC5XXa54EvKsM8GRGoXst9uDTCyfnR2Mmd I3vXalX4kX0KuOgr/JTEkk51JebdDRZQbIQHudG5J08mSAnuXO5YuizlIRbqlQkQuAeB /8/EImeK8XehD5TyxLNMHZZwcEdd4O+/DsWXdSpNgTfLLzX1WQ0MnNuCBY9HLXEyoNbh AdFVxoIXnzK0BW/1qmuSHo73y9TOisbyN48bKlwAEd7wv35npG/Ao/BDiGVfkAzo33ql mROg== X-Gm-Message-State: ALoCoQkuZRW0VvhrTcvVs6Bwkt/hUYc+v40idZen/OFtAZkwI92GF1SUFPXCNwUxNW57AJOl9amaOx2uaA49O/9N0O7d4jKeMb6/aPyEAXyOOl/W66ws/84Ej+GaPFl9KxR2di3LdJ+R MIME-Version: 1.0 X-Received: by 10.50.131.134 with SMTP id om6mr4838626igb.17.1417990165010; Sun, 07 Dec 2014 14:09:25 -0800 (PST) Received: by 10.107.31.137 with HTTP; Sun, 7 Dec 2014 14:09:24 -0800 (PST) In-Reply-To: References: <29E398CA-871B-4AE4-953A-1B76DB4F75F5@hortonworks.com> Date: Sun, 7 Dec 2014 22:09:24 +0000 Message-ID: Subject: Re: Switching to Java 7 From: Steve Loughran To: "common-dev@hadoop.apache.org" Cc: "hdfs-dev@hadoop.apache.org" , "mapreduce-dev@hadoop.apache.org" , "yarn-dev@hadoop.apache.org" Content-Type: multipart/alternative; boundary=047d7b2e13d714b0a10509a790c6 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b2e13d714b0a10509a790c6 Content-Type: text/plain; charset=UTF-8 The latest migration status: if the jenkins builds are happy then the patch will go in -I do that monday morning 10:00 UTC https://builds.apache.org/view/H-L/view/Hadoop/ Getting jenkins to work has been "surprisingly difficult"...it turns out that those builds which we thought were java7 or java8 weren't, as setting export JAVA_HOME=${TOOLS_HOME}/java/latest meant that they picked up a java 6 machine Now the trunk precommit/postcommit and scheduled branches should have export JAVA_HOME=${TOOLS_HOME}/java/jdk1.7.0_55 the Java 8 builds have more changes export JAVA_HOME=${TOOLS_HOME}/java/jdk1.8.0 export MAVEN_OPTS="-Xmx3072m -XX:MaxPermSize=768m" and -Dmaven.javadoc.skip=true on the mvn builds without these javadocs fails and test runs OOM. We need to have something resembling the nightly build env setup again, git/Svn stored file with something for java8 alongside the normal env vars. -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You. --047d7b2e13d714b0a10509a790c6--