Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Apache Pig Latin 并试图确定我是否加入了之前在其连接字段上排序的两个表,结果表是否仍会被排序?底层的 mapreduce 过程会影响输出元组相对于最初排序的键的顺序吗?
很可能不是。请阅读猪拉丁语参考手册中ORDER BY的“使用”部分。