[
https://issues.apache.org/jira/browse/WHIRR-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147108#comment-13147108
]
Alex Heneveld commented on WHIRR-427:
-------------------------------------
For good measure the CDH pom should probably now look like:
{code}
<dependency>
<!-- look at
https://repository.cloudera.com/artifactory/libs-release-local/org/apache/hadoop/hadoop-core/
to find version info for other cdh REPO versions, same for hbase and
zookeeper -->
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
<!-- <version>0.20.2-cdh3u0</version> -->
<!-- <version>0.20.2-cdh3u1</version> -->
<version>0.20.2-cdh3u2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<!-- <version>0.90.1-cdh3u0</version> -->
<!-- <version>0.90.3-cdh3u1</version> -->
<version>0.90.4-cdh3u2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<!-- <version>3.3.3-cdh3u0</version> -->
<!-- <version>3.3.3-cdh3u1</version> -->
<version>3.3.3-cdh3u2</version>
<scope>test</scope>
</dependency>
{code}
Since it is installing {{cdh3}} (aka {{u2}}) by default -- wouldn't expect that
to make a difference as Hadoop version is unchanged.
But leaving this bug for someone more familiar with the domain...
> CDH Hadoop integration test fails with malformed reply from SOCKS, may be
> version issue
> ---------------------------------------------------------------------------------------
>
> Key: WHIRR-427
> URL: https://issues.apache.org/jira/browse/WHIRR-427
> Project: Whirr
> Issue Type: Bug
> Reporter: Alex Heneveld
>
> CdhHadoopServiceTest is failing on trunk.
> {code}
> java.io.IOException: Call to
> ec2-174-129-167-130.compute-1.amazonaws.com/174.129.167.130:8021 failed on
> local exception: java.net.SocketException: Malformed reply from SOCKS server
> at org.apache.hadoop.ipc.Client.wrapException(Client.java:1139)
> at org.apache.hadoop.ipc.Client.call(Client.java:1107)
> at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:226)
> at org.apache.hadoop.mapred.$Proxy85.getProtocolVersion(Unknown
> Source)
> at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:398)
> at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:384)
> at
> org.apache.hadoop.mapred.JobClient.createRPCProxy(JobClient.java:501)
> at org.apache.hadoop.mapred.JobClient.init(JobClient.java:486)
> at org.apache.hadoop.mapred.JobClient.<init>(JobClient.java:469)
> at
> org.apache.whirr.service.cdh.integration.CdhHadoopServiceTest.test(CdhHadoopServiceTest.java:86)
> {code}
> I am running this with {{mvn -Pintegration install
> -Dtest=CdhHadoopServiceTest -DargLine="-Dwhirr.test.provider=aws-ec2
> -Dwhirr.test.identity=... -Dwhirr.test.credential=..."}} in {{services/cdh}}.
> The corresponding HadoopServiceTest is passing.
> Also see WHIRR-227 and WHIRR-415.
--
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