Hi.
I defined a couple of filter function UDFs, and I"m having trouble using them in the grunt shell.
An example of what I'm trying to do:
test = FILTER temp_converted BY mypigudfs.LessThanDate(time,2012-07-20 09:43:45);
The error I get:
ERROR 1000: Error during parsing. Invalid alias: mypigudfs in {time: chararray,rxBytes: int,txBytes: int,rfxBytes: int}
I have already previously registered my mypigudfs.jar file. I'm not exactly sure why it's parsing it in a weird manner. Any ideas?
