[
https://issues.apache.org/jira/browse/WHIRR-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978728#action_12978728
]
Andrei Savu commented on WHIRR-55:
----------------------------------
Looks great!
One small issue: you should create {{ClusterSpec}} instances by using the
factory methods {{ClusterSpec.withTemporaryKeys}} or
{{ClusterSpec.withNoDefaults}} in tests to avoid re-adding the dependency on
{{.ssh/id_rsa}}.
All unit tests are passing for me. Unfortunately I haven't been able to run the
hadoop integration tests. They are failing with the following errors
{code}
channel 2: open failed: connect failed: Connection refused
{code}
{code}
-------------------------------------------------------------------------------
Test set: org.apache.whirr.service.hadoop.integration.HadoopServiceTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 449.269 sec <<<
FAILURE!
org.apache.whirr.service.hadoop.integration.HadoopServiceTest Time elapsed: 0
sec <<< ERROR!
java.io.IOException: Call to
ec2-50-16-4-0.compute-1.amazonaws.com/50.16.4.0:8021 failed on local exception:
java.net.SocketException: Malformed reply from SOCKS server
at org.apache.hadoop.ipc.Client.wrapException(Client.java:775)
at org.apache.hadoop.ipc.Client.call(Client.java:743)
at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:220)
at org.apache.hadoop.mapred.$Proxy76.getProtocolVersion(Unknown Source)
at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:359)
at org.apache.hadoop.mapred.JobClient.createRPCProxy(JobClient.java:429)
at org.apache.hadoop.mapred.JobClient.init(JobClient.java:423)
at org.apache.hadoop.mapred.JobClient.<init>(JobClient.java:410)
at
org.apache.whirr.service.hadoop.integration.HadoopServiceController.startup(HadoopServiceController.java:89)
at
org.apache.whirr.service.hadoop.integration.HadoopServiceController.ensureClusterRunning(HadoopServiceController.java:68)
at
org.apache.whirr.service.hadoop.integration.HadoopServiceTest.setUp(HadoopServiceTest.java:54)
...
{code}
Is this only happening to me (I've seen integration tests failing thanks to
internet connectivity issues - I have tried multiple times)?
> Users should be able to override an arbitrary Hadoop property before launch
> ---------------------------------------------------------------------------
>
> Key: WHIRR-55
> URL: https://issues.apache.org/jira/browse/WHIRR-55
> Project: Whirr
> Issue Type: Improvement
> Components: service/hadoop
> Reporter: Tom White
> Assignee: Tom White
> Fix For: 0.3.0
>
> Attachments: WHIRR-55.patch, WHIRR-55.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.