[
https://issues.apache.org/jira/browse/HBASE-17491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833257#comment-15833257
]
stack commented on HBASE-17491:
-------------------------------
Ugh. I meant to say the patch applied but does not build. Pardon me [~carp84]
This is the build fail I get:
{code}
[ERROR]
/Users/stack/checkouts/hbase.git.clean/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/HBaseConnectionCacheSuite.scala:43:
error: class ConnectionMocker needs to be abstract, since method
getTableBuilder in trait Connection of type (x$1:
org.apache.hadoop.hbase.TableName, x$2:
java.util.concurrent.ExecutorService)org.apache.hadoop.hbase.client.TableBuilder
is not defined
[ERROR] class ConnectionMocker extends Connection {
[ERROR] ^
{code}
> Remove all setters from HTable interface and introduce a TableBuilder to
> build Table instance
> ---------------------------------------------------------------------------------------------
>
> Key: HBASE-17491
> URL: https://issues.apache.org/jira/browse/HBASE-17491
> Project: HBase
> Issue Type: Sub-task
> Reporter: Yu Li
> Assignee: Yu Li
> Attachments: HBASE-17491.patch, HBASE-17491.v2.patch,
> HBASE-17491.v3.patch, HBASE-17491.v4.patch, HBASE-17491.v5.patch,
> HBASE-17491.v6.patch
>
>
> As titled, we will remove all setters in HTable for master branch and
> deprecate them for branch-1 to make HTable thread-safe. And a new
> {{TableBuilder}} interface will be introduced to build Table instance
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)