README.txt 472 B

1234567891011
  1. These are the protobuf definition files used by GoHBase.
  2. They were copied from HBase (see under hbase-protocol/src/main/protobuf).
  3. Currently using .proto files from HBase branch-1.3, with unnecessary .proto
  4. files removed.
  5. The following changes were made to those files:
  6. - the package name was changed to "pb". (`sed -i 's/hbase.pb/pb/g' ./*`)
  7. The files in this directory are also subject to the Apache License 2.0 and
  8. are copyright of the Apache Software Foundation.