0

count_bool は、ダンプすると次の出力を持つ単一のタプルで侵害されます。

(0)  
...  
(1)  
(0)  
...  
(0)  

したがって、100 - (0) と 20 - (1) がある場合、出力は次のようになります。

(1, 20)
(0, 100)

そして、これが私の平らにして数えようとする試みです

count_by_xy = foreach count_by_subject generate flatten($0), COUNT($0);  
2013-07-09 00:05:43,590 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1045:  
Could not infer the matching function for org.apache.pig.builtin.COUNT as multiple or none of them fit. Please use an explicit cast.  

私の問題は何ですか?

4

1 に答える 1