使用 thrift/avro 进行 hadoop 作业以在 Java 和 C++ 之间进行通信;
现在我们有一个 Java Hadoop 作业正在处理一些 C++ 二进制文件。我们将文件写入 NFS 和 C++,然后 Java 读取它们,这就是我们的通信形式,这阻碍了我们的扩展。我正在研究 Proto Buff、Thrift 和 Avro 来摆脱 NFS 的困扰。这种方法肯定比 NFS 方法更好,对吧?
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 that is our form of communication, which prevents us from scaling. I'm 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论