是否可以定义我们自己的比较器类以在 Pig 中使用 order by ?
我想使用我自己的比较器类来订购元组。 如果我运行一个查询,比如“ B = ORDER A by $0,$1 ” 然后应该根据我的比较器进行排序。 请回复... 谢谢
I want to order the tuples using my own comparator class.
If I run a query like say " B = ORDER A by $0,$1 "
Then the ordering should be done based on my comparator.
Please reply...
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这曾经是可能的,但由于以下事实而被取消:a)没有人使用它,b)它给代码增加了很多不必要的复杂性。
如果您有令人信服的用例,请向 Pig 用户列表发送电子邮件。
This used to be possible, but was taken out due to the fact that a) no one used it and b) it added a lot of unnecessary complexity to the code.
If you have a compelling use case, please shoot an email to the Pig user list.