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

2017-04-19 Thread Jerry He
+1 - Downloaded the src tarball. - Checked the md5 and signature. Looks good. - Built from source. openjdk version "1.8.0_111" - Ran unit test suite. All passed. - mvn apache-rat:check Passed - Download the bin tarball. - Checked the md5 and signature. Looks good. - Extract

[jira] [Created] (HBASE-17943) The in-memory flush size is different for each CompactingMemStore located in the same region

2017-04-19 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-17943: -- Summary: The in-memory flush size is different for each CompactingMemStore located in the same region Key: HBASE-17943 URL: https://issues.apache.org/jira/browse/HBASE-17943

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

2017-04-19 Thread Andrew Purtell
​+1 Checked sums and signatures: ok Build from source: ok (7u80) RAT check: ok (7u80) Unit tests pass: ok (7u80) 1M rows LTT: ok (8u102) ​ On Tue, Apr 18, 2017 at 10:00 PM, Nick Dimiduk wrote: > I'm happy to announce the first release candidate of HBase 1.1.10 >

[jira] [Reopened] (HBASE-17542) Move backup system table into separate namespace

2017-04-19 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Rodionov reopened HBASE-17542: --- > Move backup system table into separate namespace >

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

2017-04-19 Thread Josh Elser
+1 (binding) with a nit. * NOTICE file needs an update (copyright year). The notes about "Licensed under Apache License, version 2.0" also appear unnecessary to me (but are only "bad" in that it unnecessarily bloats our NOTICE). * xsums/sigs OK * Can build tarball from source * Ran YCSB

[jira] [Created] (HBASE-17942) Disable region splits and merges per table

2017-04-19 Thread Vladimir Rodionov (JIRA)
Vladimir Rodionov created HBASE-17942: - Summary: Disable region splits and merges per table Key: HBASE-17942 URL: https://issues.apache.org/jira/browse/HBASE-17942 Project: HBase Issue

[jira] [Created] (HBASE-17941) CellArrayMap#getCell may throw IndexOutOfBoundsException

2017-04-19 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-17941: -- Summary: CellArrayMap#getCell may throw IndexOutOfBoundsException Key: HBASE-17941 URL: https://issues.apache.org/jira/browse/HBASE-17941 Project: HBase

[jira] [Resolved] (HBASE-17929) Add more options for PE tool

2017-04-19 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-17929. --- Resolution: Fixed Pushed the addendum to master. > Add more options for PE tool >

[jira] [Reopened] (HBASE-17929) Add more options for PE tool

2017-04-19 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-17929: --- I'm very sorry but I found some problems when actually running pe tool... > Add more options for PE

HBase table Size

2017-04-19 Thread Chetan Khatri
Hello Dev, How to get HBase Table Size from HDFS ? I am using MapR Hadoop Distribution. Thank you.