Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

; unexpected error #4

Open
epishkin opened this issue Jun 14, 2013 · 1 comment
Open

; unexpected error #4

epishkin opened this issue Jun 14, 2013 · 1 comment

Comments

@epishkin
Copy link

In this script I get ; at the end of the first line marked in red (see attached image)
plugin version is 1.6 (there are 2 versions 1.5 in the repo. I have the latest one)

RMF -skipTrash $inData;
RMF -skipTrash $outData;
copyFromLocal $inDataLocal $inData;

A = load '$inData';
B = foreach A generate flatten(TOKENIZE((chararray)$0)) as word;
C = filter B by word matches '\\w+';
D = group C by word;
E = foreach D generate COUNT(C) as wordCount, group;
sorted = order E by wordCount desc;
store sorted into '$outData';

pig_1 6

@brandonkearby
Copy link
Owner

Thanks, Will take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants