airbnb / reair

ReAir is a collection of easy-to-use tools for replicating tables and partitions between Hive data warehouses.
Apache License 2.0
280 stars 97 forks source link

Refactor: Renamed PartitionCompareReducer to Stage1PartitionCompareRe… #58

Closed zshao closed 7 years ago

zshao commented 7 years ago

…ducer.

All other Map/Reduce classes are called StageX..., so let's make this happen for consistency.

jingweilu1974 commented 7 years ago

LGTM