Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
I have tried multiple times (even using different internet connections and cloud providers) to run the integration tests for cdh and hadoop and they always fail with the same error message:
------------------------------------------------------------------------------- Test set: org.apache.whirr.service.cdh.integration.CdhHadoopServiceTest ------------------------------------------------------------------------------- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 336.63 sec <<< FAILURE! test(org.apache.whirr.service.cdh.integration.CdhHadoopServiceTest) Time elapsed: 336.53 sec <<< ERROR! java.io.IOException: Call to ec2-50-16-169-138.compute-1.amazonaws.com/50.16.169.138:8021 failed on local exception: java.net.SocketException: Malformed reply from SOCKS server at org.apache.hadoop.ipc.Client.wrapException(Client.java:1089) at org.apache.hadoop.ipc.Client.call(Client.java:1057) at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:226) at org.apache.hadoop.mapred.$Proxy76.getProtocolVersion(Unknown Source) at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:369) at org.apache.hadoop.mapred.JobClient.createRPCProxy(JobClient.java:486) at org.apache.hadoop.mapred.JobClient.init(JobClient.java:471) at org.apache.hadoop.mapred.JobClient.<init>(JobClient.java:456) at org.apache.whirr.service.cdh.integration.CdhHadoopServiceTest.test(CdhHadoopServiceTest.java:87)
I believe this is somehow related to one of the recently committed patches.