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 811109283 for ; Wed, 9 Nov 2011 01:40:16 +0000 (UTC) Received: (qmail 41537 invoked by uid 500); 9 Nov 2011 01:40:14 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 41476 invoked by uid 500); 9 Nov 2011 01:40:14 -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 41330 invoked by uid 99); 9 Nov 2011 01:40:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 01:40:14 +0000 X-ASF-Spam-Status: No, hits=-2001.2 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; Wed, 09 Nov 2011 01:40:12 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D7D5C3E83D for ; Wed, 9 Nov 2011 01:39:52 +0000 (UTC) Date: Wed, 9 Nov 2011 01:39:52 +0000 (UTC) From: "Matt Foley (Created) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <2055195852.12843.1320802792885.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HADOOP-7809) Backport HADOOP-5839 to 0.20-security - fixes to ec2 scripts to allow remote job submission MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Backport HADOOP-5839 to 0.20-security - fixes to ec2 scripts to allow remote job submission ------------------------------------------------------------------------------------------- Key: HADOOP-7809 URL: https://issues.apache.org/jira/browse/HADOOP-7809 Project: Hadoop Common Issue Type: Improvement Components: contrib/cloud Reporter: Joydeep Sen Sarma Assignee: Joydeep Sen Sarma Fix For: 0.21.0 Attachments: 5839.1.patch, hadoop-5839.2.patch i would very much like the option of submitting jobs from a workstation outside ec2 to a hadoop cluster in ec2. This has been explored here: http://www.nabble.com/public-IP-for-datanode-on-EC2-tt19336240.html the net result of this is that we can make this work (along with using a socks proxy) with a couple of changes in the ec2 scripts: a) use public 'hostname' for fs.default.name setting (instead of the private hostname being used currently) b) mark hadoop.rpc.socket.factory.class.default as final variable in the generated hadoop-site.xml (that applies to server side) #a has no downside as far as i can tell since public hostnames resolve to internal/private IP addresses within ec2 (so traffic is optimally routed). -- 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