Hi,
I would love to use the RPC.getProxy but my Server uses Interfaces as
parameter.
When I now invoke my proxy client with concrete implementation the
server throws a java.io.IOException: java.lang.NoSuchMethodException,
at java.lang.Class.getMethod(Class.java:1581)
at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:237)
at org.apache.hadoop.ipc.Server$Handler.run(Server.java:218)
since call.getParameterClasses() returns the concrete classes and not
the interfaces the classes implements.
Any idea how to workaround the problem?
Thanks.
Stefan