Monday, 22 April 2013

What is the relationship between partitions and joins? | Ab Initio Interview Questions

The partition component separates the data by key into separate partitions. These partitions can then be joined to get to analyze data from both partitions using a different key. However, the user must be careful to do it properly to get the desired result.

No comments: