GitHub user anew opened a pull request:

    https://github.com/apache/incubator-tephra/pull/50

    [TEPHRA-238] Support for HBase 1.3.x

    - Adds a new compat module using 1.3.1 as the HBase version.  I could not 
reuse the compat-1.1-base because HTable added four new methods in 1.3 
(get/setOperation/RpcTimeout)
    - All the classes in the new src/ tree are the same as in the 
compat-1.1-base, except:
    1. implemented the four new methods in TransactionAwareHTable
    2. change to a TransactionProcessorTest.createRegion(), because 
WALFactory.getWAL() now takes an extra argument for the namespace. 
    3. Changing 1.1 to 1.3 in all comments etc. 
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/anew/incubator-tephra tephra-238

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tephra/pull/50.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #50
    
----
commit 75fb6df59ad6a040d46d8fccea0be51454b56d56
Author: anew <[email protected]>
Date:   2017-09-05T20:44:08Z

    [TEPHRA-238] Support for HBase 1.3.x

----


---

Reply via email to