Right now we have a hadoop job in Java that is working with some C++ binaries. We write files to NFS and C++ and Java read them and thats our form of communication, which prevents us from scaling. I am looking into Proto Buff, Thrift and Avro to get away from the NFS thing. This approach would definitely be better than the NFS approach, right?
Thanks, Meg