YahooArchive / omid

Transactional Support for HBase (Mirror of https://github.com/apache/incubator-omid)
http://omid.incubator.apache.org/
Apache License 2.0
302 stars 107 forks source link

Shims layer for HBase (support both hbase 0.98 and hbase 1.1.1) #37

Closed daijyc closed 8 years ago

daijyc commented 8 years ago

There are two profile: hbase-0 and hbase-1.

To compile and test hbase 0.98, use the command: mvn clean install assembly:single -Phbase-0

To compile and test hbase 1.1.1, use the command: mvn clean install assembly:single -Phbase-1

By default, hbase-0 is activated.