[ https://issues.apache.org/jira/browse/HADOOP-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514087 ]
Hadoop QA commented on HADOOP-1634: ----------------------------------- +1 http://issues.apache.org/jira/secure/attachment/12362162/hadoop-1634.patch applied and successfully tested against trunk revision r557790. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/438/testReport/ Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/438/console > EC2 launch-hadoop-cluster awk Problem > ------------------------------------- > > Key: HADOOP-1634 > URL: https://issues.apache.org/jira/browse/HADOOP-1634 > Project: Hadoop > Issue Type: Bug > Components: contrib/ec2 > Affects Versions: 0.13.0 > Environment: ec2-api-tools-1.2-11797 > Reporter: Stu Hood > Priority: Minor > Fix For: 0.13.1, 0.14.0, 0.15.0 > > Attachments: hadoop-1634.patch > > > With Amazon 'ec2-api-tools-1.2-11797' and Hadoop 0.13.0 the output from > ec2-describe-instances is being incorrectly AWK'd on the last few lines of > the launch-hadoop-cluster script. > Specifically, on the > """ > MASTER_EC2_HOST=`ec2-describe-instances | grep INSTANCE | grep running | awk > '{if ($7 == 0) print $4}'` > """ > line, it should be comparing column $8 rather than column $7. > When this command fails, the hostname of the master doesn't get set correctly > and the IP lookup finds incorrect results. The last lines of output from the > script look something like this: > """ > Appointing master > Master is . Please set up DNS so blah.gotdns.org points to D.ROOT-SERVERS.NET. > I.ROOT-SERVERS.NET. > F.ROOT-SERVERS.NET. > M.ROOT-SERVERS.NET. > J.ROOT-SERVERS.NET. > C.ROOT-SERVERS.NET. > H.ROOT-SERVERS.NET. > E.ROOT-SERVERS.NET. > A.ROOT-SERVERS.NET. > K.ROOT-SERVERS.NET. > G.ROOT-SERVERS.NET. > B.ROOT-SERVERS.NET. > L.ROOT-SERVERS.NET.. > Press return to continue. > """ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.