Hi Guys, I'm trying to upgrade the Apache Lily Project from Hbase 0.94 to 0.98. Apache Lily uses some Hbase classes which have changed or disappeared between these hbase versions. For example, there used to be an enum called: org.apache.hadoop.hbase.regionserver.StoreFile.BloomType which became a standalone enum in 0.95:org.apache.hadoop.hbase.regionserver.BloomType
In some cases the classes have disappeared entirely. For example: org.apache.hadoop.hbase.ipc.CoprocessorProtocol Is this stuff documented somewhere. Is there an upgrade guide from 0.94 to 0.95? The closest analogy I have is the spring 3 to spring 4 upgrade guide which went thru such changes in detail. I have already looked at CHANGES file which contains a list of bug fixes in the release but not these changes related to classes/packages. Please let me know eitherways. Thanks Prashant -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Hbase-release-notes-and-class-package-changes-tp4080743.html Sent from the HBase User mailing list archive at Nabble.com.
