Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 52269 invoked from network); 26 May 2008 04:55:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 May 2008 04:55:59 -0000 Received: (qmail 3675 invoked by uid 500); 26 May 2008 04:55:58 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 3639 invoked by uid 500); 26 May 2008 04:55:58 -0000 Mailing-List: contact core-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-user@hadoop.apache.org Delivered-To: mailing list core-user@hadoop.apache.org Received: (qmail 3628 invoked by uid 99); 26 May 2008 04:55:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 May 2008 21:55:58 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 04:55:09 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1K0Uk1-0003sh-I4 for core-user@hadoop.apache.org; Sun, 25 May 2008 21:55:25 -0700 Message-ID: <17465742.post@talk.nabble.com> Date: Sun, 25 May 2008 21:55:25 -0700 (PDT) From: jkupferman To: core-user@hadoop.apache.org Subject: Re: Which version of Java for Hadoop 0.16.x? In-Reply-To: <648927.12816.qm@web45412.mail.sp1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jkupferman@umail.ucsb.edu References: <648927.12816.qm@web45412.mail.sp1.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org I am using java 1.6. According to the excellent michael noll tutorial (http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Single-Node_Cluster%29) it is recommended to use 1.6 over 1.5 C G-4 wrote: > > Folks: > > What version of the JVM/JDK is everyone running in order to run Hadoop > 0.16.x (specifically .4 in my case)? > > We're running: > java version "1.6.0_02" > Java(TM) SE Runtime Environment (build 1.6.0_02-b05) > Java HotSpot(TM) Server VM (build 1.6.0_02-b05, mixed mode) > > and I'm seeing DataNodes crash under moderately heavy load (processing > 250G of input data) with errors like: > # An unexpected error has been detected by Java Runtime Environment: > # > # Internal Error (4E4D4554484F440E435050071F), pid=31202, tid=413023120 > # > # Java VM: Java HotSpot(TM) Server VM (1.6.0_02-b05 mixed mode) > # If you would like to submit a bug report, please visit: > # http://java.sun.com/webapps/bugreport/crash.jsp > # > --------------- T H R E A D --------------- > Current thread (0x86b7fc00): JavaThread > "org.apache.hadoop.dfs.DataNode$DataXceiver@125e3e9" daemon > [_thread_in_Java, id=3795] > Stack: [0x18993000,0x189e4000), sp=0x189e28f0, free space=318k > Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native > code) > V [libjvm.so+0x53b707] > V [libjvm.so+0x225f2f] > V [libjvm.so+0x4413ec] > V [libjvm.so+0x4ae0fa] > V [libjvm.so+0x454290] > V [libjvm.so+0x4518f8] > > > So I'm curious who is running 0.16.4 and what version of Java is being > used. > > Thanks, > C G > > > > > -- View this message in context: http://www.nabble.com/Which-version-of-Java-for-Hadoop-0.16.x--tp17464346p17465742.html Sent from the Hadoop core-user mailing list archive at Nabble.com.