does anyone find Cascading for Hadoop Map Reduce useful?

后端 未结 8 1588
天涯浪人
天涯浪人 2021-01-30 00:28

I\'ve been trying Cascading, but I cannot see any advantage over the classic map reduce approach for writing jobs.

Map Reduce jobs gives me more freedom and Cascading se

8条回答
  •  爱一瞬间的悲伤
    2021-01-30 01:04

    I worked on cascading for couple of years and below are useful things in cascading.

    1. code testability
    2. easy integration with other tools
    3. easily extensibile
    4. you will focus only on business logic not on keys and values
    5. proven in production and used by even twitter.
    

    I recommend people use cascading most of the times.

提交回复
热议问题