[jira] [Created] (HBASE-17316) Addendum to HBASE-17294

2016-12-14 Thread Eshcar Hillel (JIRA)
Eshcar Hillel created HBASE-17316: - Summary: Addendum to HBASE-17294 Key: HBASE-17316 URL: https://issues.apache.org/jira/browse/HBASE-17316 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-17315) [C++] Implementation of Table Class

2016-12-14 Thread Sudeep Sunthankar (JIRA)
Sudeep Sunthankar created HBASE-17315: - Summary: [C++] Implementation of Table Class Key: HBASE-17315 URL: https://issues.apache.org/jira/browse/HBASE-17315 Project: HBase Issue Type:

[jira] [Created] (HBASE-17314) Limit total buffered size for all replication sources

2016-12-14 Thread Phil Yang (JIRA)
Phil Yang created HBASE-17314: - Summary: Limit total buffered size for all replication sources Key: HBASE-17314 URL: https://issues.apache.org/jira/browse/HBASE-17314 Project: HBase Issue Type:

[jira] [Created] (HBASE-17317) [branch-1] The updatePeerConfig method in ReplicationPeersZKImpl didn't update the table-cfs map

2016-12-14 Thread Guanghao Zhang (JIRA)
Guanghao Zhang created HBASE-17317: -- Summary: [branch-1] The updatePeerConfig method in ReplicationPeersZKImpl didn't update the table-cfs map Key: HBASE-17317 URL:

[jira] [Created] (HBASE-17318) Increment does not add new column if the increment amount is zero at first time writing

2016-12-14 Thread Guangxu Cheng (JIRA)
Guangxu Cheng created HBASE-17318: - Summary: Increment does not add new column if the increment amount is zero at first time writing Key: HBASE-17318 URL: https://issues.apache.org/jira/browse/HBASE-17318

Re: [ANNOUNCE] New HBase Committer Josh Elser

2016-12-14 Thread Sandeep Nemuri
Congrats Josh!! On Wed, Dec 14, 2016 at 5:31 AM, Rohan Pednekar wrote: > Congratulations Josh! > > Best, > Rohan > > > On Dec 12, 2016, at 2:48 PM, Enis Söztutar wrote: > > > > Congrats Josh! > > > > Enis > > > > On Mon, Dec 12, 2016 at 11:39 AM,

Re: [VOTE] First release candidate for HBase 1.1.8 (RC0) is available

2016-12-14 Thread Ted Yu
+1 Checked signatures Ran test suite with Java 1.8 - got http://pastebin.com/qSvuhaTQ but the test passed when run by itself Ran LoadTestTool On Mon, Dec 12, 2016 at 10:33 PM, Nick Dimiduk wrote: > Forgot to mention, also ran jenkins vs. the last commit before I did my RC

[jira] [Resolved] (HBASE-16579) Concurrent backup / restore support

2016-12-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16579. Resolution: Later With dramatic refactoring, this may require significant amount of work. > Concurrent

[jira] [Created] (HBASE-17319) Truncate table with preserve after split may cause truncate fail

2016-12-14 Thread Allan Yang (JIRA)
Allan Yang created HBASE-17319: -- Summary: Truncate table with preserve after split may cause truncate fail Key: HBASE-17319 URL: https://issues.apache.org/jira/browse/HBASE-17319 Project: HBase

Re: Nosuchmethod Error for Netty

2016-12-14 Thread yiannis.gkoufas
Hi Ted, sorry if it's a stupid question, but the patch attached to that issue is applicable only on branch-1 right? Since I am working on the 2.0.0-SNAPSHOT branch, it cannot be applied right? In any case, the workaround that I did is to use HFileOutputFormat2.configureIncrementalLoadMap and

Re: Nosuchmethod Error for Netty

2016-12-14 Thread Ted Yu
For 2.0.0-SNAPSHOT branch, there is more work w.r.t. the version of netty-all dependency. The workaround you outlined is fine in terms of loading data. But how do you plan to query your data (via DataFrame, e.g.) ? On Wed, Dec 14, 2016 at 9:24 AM, yiannis.gkoufas wrote: >

Successful: HBase Generate Website

2016-12-14 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. To update the live site, follow the instructions below. If failed, skip to the bottom of this email. Use the following commands to download the patch and apply it to a clean branch based on origin/asf-site. If