Hi Guys We are recently trying to upgrade our HBase from 0.94 to 0.98, our original PIG setup seems not work with the new HBase anymore, it throws the following class not found exception:
java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/filter/WritableByteArrayComparable at java.lang.Class.forName0(Native Method) I checked the source code of HBase 0.98, there seems no such a class WritableByteArrayComparable for 0.98, any thoughts? Thanks! Cheers Ramon
