如何使用BulkOutputFormat将数据从Hadoop Map功能流式传输到Cassandra?

发布于 2024-12-26 11:30:47 字数 255 浏览 1 评论 0原文

1) 我在 Hadoop 作业映射中有行键、列和值,我发现我可以使用 BulkOutputFormat 将其直接流式传输到 Cassandra。

2)我已经阅读了代码,但很难理解如何使用它。 如何使用此 BulkOutputFormat API 将数据流式传输到 Cassandra?

由于尚未提供更多相关文档,我请求 Cassandra 专家指导我完成此操作。 一个小代码片段会非常有帮助。 我计划用当前的开发版本来测试它。

1) I have the row-key, column and value in Map of Hadoop Job and I came to know that I can stream this directly to Cassandra using BulkOutputFormat.

2) I have gone through the code but it is quite difficult to understand how to use it.
How can I use this BulkOutputFormat API to stream the data to Cassandra?

As the more documentation is not yet available on this I request the Cassandra Experts to guide me through this.
A small code snippet would be very helpful.
I am planning to test it with current development version.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

○愚か者の日 2025-01-02 11:30:47

通过研究 cassandra 源代码和 cassandra JIRA,我找到了使用 BulkOutputFormat 的方法,并在此处进行了描述:通过 Hadoop 使用 BulkOutputFormat 将数据加载到 cassandra

By looking into cassandra source code and cassandra JIRA I have figured out the way to use BulkOutputFormat and described it here:Using BulkOutputFormat to load data to cassandra with Hadoop

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文