hbase custom filter not working -
i'm trying create custom filter on hbase 0.98.1 in standalone mode on ubuntu 14.04.
i created class extending filterbase. put jar in hbase_home/lib. looking in logs, see jar in path.
then have java client first makes columnprfixfilter, makes custom filter. columnprefixfilter works fine. filter, nothing happens. client freeze 10 minutes , close connexion.
i don't see thing in log.
could please give me hint on , check ?
regards,
edit: turns out protc vesrion conflict. generated java class form proto file protoc 2.4.0 , in filter using protobuf-java 2.5.0 aligned 2.5.0 , it's working fine.
Comments
Post a Comment