cdh3 client interoperable with apache hadoop server 0.20.xx?

落花浮王杯 提交于 2019-12-24 08:35:42

问题


we have a hadoop-core-0.20.2-cdh3u1.jar based java client. Would it be safe to work against a server (cluster) running apache distributed 0.20.xx? Or did cloudera break some apache APIs?

Thanks


回答1:


probably a bad idea. Tried working with a client using hadoop-core version 0.20.203.0 against a server with cdh3u1 and got:

org.apache.hadoop.ipc.RPC$VersionMismatch: 
Protocol org.apache.hadoop.hdfs.protocol.ClientProtocol version mismatch. (client = 61, server = 63)

Didn't try the other way around...



来源:https://stackoverflow.com/questions/10871442/cdh3-client-interoperable-with-apache-hadoop-server-0-20-xx

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!