the book (http://hbase.apache.org/book.html#hbase.versioning) talks about "only allow upgrading the server first" to use new APIs.
what about a new client talking to an old server for "old" operations? For example: If I have a 1.1 client, can I ask a 1.0 server to create a table?
