If first field is utf8 formate,the output will get unrecognized code
SSCNT = FOREACH SSG {UV = DISTINCT SS.ukey; GENERATE '主动搜索uv、pv' as scnt,
FLATTEN(group) AS platform, COUNT(UV) as uv, COUNT(SS.ukey) as pv; };
--
[email protected]
If first field is utf8 formate,the output will get unrecognized code
SSCNT = FOREACH SSG {UV = DISTINCT SS.ukey; GENERATE '主动搜索uv、pv' as scnt,
FLATTEN(group) AS platform, COUNT(UV) as uv, COUNT(SS.ukey) as pv; };
--
[email protected]