Just wanted to drop a quick note about PB code generation. I've just checked in HBASE-10020. Which means that instead of using dev-support/generate-build-proto.sh, you should run mvn compile -Dcompile-protobuf
for compiling the PB classes. It will compile all the PB classes in hbase-protocol, hbase-server and hbase-examples modules (and other modules if we add maven profile) There is also a write up in the book. Enis
