Repository: tajo
Updated Branches:
  refs/heads/master 9840d3785 -> 00ccb8ba9


TAJO-1645: Bump up hbase to 1.1.1.

Closes #665


Project: http://git-wip-us.apache.org/repos/asf/tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/00ccb8ba
Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/00ccb8ba
Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/00ccb8ba

Branch: refs/heads/master
Commit: 00ccb8ba91f04ad6eca3a8348665ebc3b339d38d
Parents: 9840d37
Author: Hyunsik Choi <[email protected]>
Authored: Thu Jul 30 22:29:37 2015 +0900
Committer: Hyunsik Choi <[email protected]>
Committed: Thu Jul 30 22:29:37 2015 +0900

----------------------------------------------------------------------
 CHANGES                                                            | 2 ++
 tajo-project/pom.xml                                               | 2 +-
 .../main/java/org/apache/tajo/storage/hbase/HBaseTablespace.java   | 1 -
 3 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/00ccb8ba/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 4c44aec..4388414 100644
--- a/CHANGES
+++ b/CHANGES
@@ -33,6 +33,8 @@ Release 0.11.0 - unreleased
 
   IMPROVEMENT
 
+    TAJO-1645: Bump up hbase to 1.1.1. (hyunsik)
+
     TAJO-1715: Precompute the hash value of various kinds of ids. (jihoon)
 
     TAJO-1703: Remove hardcoded value in NodeStatusUpdater. (jinho)

http://git-wip-us.apache.org/repos/asf/tajo/blob/00ccb8ba/tajo-project/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml
index a85b611..63dc9e3 100644
--- a/tajo-project/pom.xml
+++ b/tajo-project/pom.xml
@@ -36,7 +36,7 @@
     <hadoop.version>2.6.0</hadoop.version>
     <protobuf.version>2.5.0</protobuf.version>
     <tajo.version>0.11.0-SNAPSHOT</tajo.version>
-    <hbase.version>0.98.7-hadoop2</hbase.version>
+    <hbase.version>1.1.1</hbase.version>
     <hive.version>1.1.0</hive.version>
     <netty.version>4.0.29.Final</netty.version>
     <jersey.version>2.6</jersey.version>

http://git-wip-us.apache.org/repos/asf/tajo/blob/00ccb8ba/tajo-storage/tajo-storage-hbase/src/main/java/org/apache/tajo/storage/hbase/HBaseTablespace.java
----------------------------------------------------------------------
diff --git 
a/tajo-storage/tajo-storage-hbase/src/main/java/org/apache/tajo/storage/hbase/HBaseTablespace.java
 
b/tajo-storage/tajo-storage-hbase/src/main/java/org/apache/tajo/storage/hbase/HBaseTablespace.java
index 3060d53..35c974b 100644
--- 
a/tajo-storage/tajo-storage-hbase/src/main/java/org/apache/tajo/storage/hbase/HBaseTablespace.java
+++ 
b/tajo-storage/tajo-storage-hbase/src/main/java/org/apache/tajo/storage/hbase/HBaseTablespace.java
@@ -692,7 +692,6 @@ public class HBaseTablespace extends Tablespace {
         HConstants.ZOOKEEPER_RECOVERABLE_WAITTIME,
         HConstants.HBASE_CLIENT_PAUSE, HConstants.HBASE_CLIENT_RETRIES_NUMBER,
         HConstants.HBASE_RPC_TIMEOUT_KEY,
-        HConstants.HBASE_CLIENT_PREFETCH_LIMIT,
         HConstants.HBASE_META_SCANNER_CACHING,
         HConstants.HBASE_CLIENT_INSTANCE_ID,
         HConstants.RPC_CODEC_CONF_KEY };

Reply via email to