Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 78428 invoked from network); 12 Jan 2011 08:32:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 08:32:13 -0000 Received: (qmail 25047 invoked by uid 500); 12 Jan 2011 08:32:13 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 25024 invoked by uid 500); 12 Jan 2011 08:32:10 -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 25009 invoked by uid 99); 12 Jan 2011 08:32:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 08:32:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 08:32:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0C8VkGR025225 for ; Wed, 12 Jan 2011 08:31:46 GMT Message-ID: <23643869.308871294821106427.JavaMail.jira@thor> Date: Wed, 12 Jan 2011 03:31:46 -0500 (EST) From: "Jakob Homan (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6056) Use java.net.preferIPv4Stack to force IPv4 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 [ https://issues.apache.org/jira/browse/HADOOP-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980619#action_12980619 ] Jakob Homan commented on HADOOP-6056: ------------------------------------- Todd, are you then +1ing HADOOP-6056.patch from 2010-03-18 12:47 PM? If so, please note it. > Use java.net.preferIPv4Stack to force IPv4 > ------------------------------------------ > > Key: HADOOP-6056 > URL: https://issues.apache.org/jira/browse/HADOOP-6056 > Project: Hadoop Common > Issue Type: Improvement > Components: scripts > Affects Versions: 0.21.0, 0.22.0 > Reporter: Steve Loughran > Assignee: Michele Catasta > Fix For: 0.22.0 > > Attachments: HADOOP-6056.patch, hadoop-6056.txt > > > This was mentioned on HADOOP-3427, there is a property, java.net.preferIPv4Stack, which you set to true for the java net process to switch to IPv4 everywhere. > As Hadoop doesn't work on IPv6, this should be set to true in the startup scripts. Hopefully this will ensure that Jetty will also pick it up. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.