hbase 2.0的现状如何?
What is the current status of hbase 2.0?
我在官方网站上看到 2.0.0-snapshot,但文档引用了 0.94(来自网站菜单)。是否可以使用?
文档也提到了 2.0.0-snapshot - http://hbase.apache.org/book.html (that's the link right to the 0.94 documentation). The reason for both is that there were major changes when HBase 1.0 came out. In any event the latest release (as of July 2015) is still 1.1.1 release Jun 29th you can see the releases here: http://apache.spd.co.il/hbase/
一般来说,在 Java 项目中,惯例是 SNAPSHOT 版本不是最终版本
我在官方网站上看到 2.0.0-snapshot,但文档引用了 0.94(来自网站菜单)。是否可以使用?
文档也提到了 2.0.0-snapshot - http://hbase.apache.org/book.html (that's the link right to the 0.94 documentation). The reason for both is that there were major changes when HBase 1.0 came out. In any event the latest release (as of July 2015) is still 1.1.1 release Jun 29th you can see the releases here: http://apache.spd.co.il/hbase/
一般来说,在 Java 项目中,惯例是 SNAPSHOT 版本不是最终版本