0

I have a question for you, well a clarification...

I developed a program that uses hadoop map reduce wich gets just a column from a dataset (csv file) and process this data with some functions, so this program is finished, but the real question is Is a good idea to develop this program in Pig? note that in the process of the file I dont use FILTERS COUNTS or any built in function of Pig...

Am I right if I say that passing this hadoop map reduce program to Pig has no sense? because all my functions will need to be rewrited as a Pig User Defined Function UDF...

4

1 回答 1

0

在我看来,实际上并不需要用 PigLatin 编写非常小的脚本。当它变得更大时会更有趣,因为 PigLatin 比 java 需要更少的代码行,而且它更易读,尤其是对于非 java 开发者:)

于 2010-11-16T10:09:27.923 回答