将 PIG 与 cassandra 结合使用的限制
我打算将 PIG 与 cassandra 一起使用来进行查询。 我为此目的安装了《皮格马利翁》。 我过去在 HIVE 上做了一些工作,这显然有查询语言的限制。 我们无法在查询中实现完整的语言。
使用 PIG 是否也有类似的限制?
I intend to use PIG with cassandra for querying purpose.
I have installed Pygmalion for this purpose.
I have done little bit work on HIVE in the past which obviously have limitations of query language.
We can not implement complete language in queries.
Is there any similar limitations of using PIG too?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据我最近的经验,面临的唯一限制是 RPC 超时,导致整个 MapReduce 进程因 1 容错而失败。
我还没有解决这个问题。如果有人可以提供帮助,请分享。
From my very recent experiences, the only limitation faced are RPC timeout, making the entire MapReduce process fail because of the 1 failure tolerance.
I have yet to solve this. If anyone can help, do share.