Cherry
Cherry

Reputation: 33534

What is the current status of hbase 2.0?

I see 2.0.0-snapshot at official site, but documentation refered to 0.94 (from site menu). Does it ready for usage or not?

Upvotes: 4

Views: 1362

Answers (1)

Arnon Rotem-Gal-Oz
Arnon Rotem-Gal-Oz

Reputation: 25909

The documentation referes to 2.0.0-snapshot as well - 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/

Generally speaking in Java projects the convention is that SNAPSHOT releases are not final

Upvotes: 2

Related Questions