I was using my UDF in my pig script this morning without any problem. But now when I try I receive this error message:
Info:Error: java.lang.ClassNotFoundException: org.apache.hadoop.hbase.util.Bytes
I guess it means I miss a hbase jar in my classpath!! But I change nothing!
How can I fix that?
An example of how I can add the hbase jar will be great!!