[ 
https://issues.apache.org/jira/browse/WHIRR-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom White updated WHIRR-87:
---------------------------

    Attachment: WHIRR-87.patch

Updated patch for beta-7. I'm having problems running it though, I got:

{noformat}
Running org.apache.whirr.service.hadoop.integration.HadoopServiceTest
java.net.UnknownHostException: ec2.ap-southeast-1.amazonaws.com
     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
     at java.net.Socket.connect(Socket.java:529)
     at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
     at 
com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:141)
     at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
     at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
     at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
     at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:272)
     at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:329)
     at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:172)
     at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:801)
     at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:158)
     at 
sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:904)
     at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:230)
     at 
org.jclouds.http.internal.JavaUrlHttpCommandExecutorService.convert(JavaUrlHttpCommandExecutorService.java:221)
     at 
org.jclouds.http.internal.JavaUrlHttpCommandExecutorService.convert(JavaUrlHttpCommandExecutorService.java:76)
     at 
org.jclouds.http.internal.BaseHttpCommandExecutorService$HttpResponseCallable.call(BaseHttpCommandExecutorService.java:153)
     at 
org.jclouds.http.internal.BaseHttpCommandExecutorService$HttpResponseCallable.call(BaseHttpCommandExecutorService.java:132)
     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
     at java.util.concurrent.FutureTask.run(FutureTask.java:138)
     at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
     at java.lang.Thread.run(Thread.java:637)
{noformat}

And on a later run I got the same for {{ec2.us-west-1.amazonaws.com}}. Any 
ideas what's happening here?

> Parallelize Hadoop cluster creation
> -----------------------------------
>
>                 Key: WHIRR-87
>                 URL: https://issues.apache.org/jira/browse/WHIRR-87
>             Project: Whirr
>          Issue Type: Improvement
>          Components: service/hadoop
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.2.0
>
>         Attachments: WHIRR-87.patch, WHIRR-87.patch, WHIRR-87.patch
>
>
> Currently the code starts a master node followed by a set of worker nodes. It 
> would be significantly faster to start up all the nodes in one go, then 
> configure them in parallel.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to