Skip to content

Instantly share code, notes, and snippets.

@kymtwyf
Created October 31, 2015 03:42
Show Gist options
  • Save kymtwyf/70cd62d417747e6ff2a5 to your computer and use it in GitHub Desktop.
Save kymtwyf/70cd62d417747e6ff2a5 to your computer and use it in GitHub Desktop.
org.apache.hadoop.ipc.RemoteException: Server IPC version 9 cannot communicate with client version 4

原因是我多引用了一个hadoop-core: ... 去掉就好了。。。。

<dependency>
    <groupId>org.apache.hadoop</groupId>
    <artifactId>hadoop-core</artifactId>
    <version>1.2.1</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment