Re: Better code quality with more checkstyles

2015-11-10 Thread Jonathan Hsieh
Is the goal just to incrementally fix these as we touch code or do you plan some mass check style cleanup? I've recently started contributing again and like how the checkstyle scripting enforces a monotonicly decreasing # of violations. On Monday, November 9, 2015, Apekshit Sharma

[VOTE] The 1st HBase 0.98.16 release candidate (RC0) is available

2015-11-10 Thread Andrew Purtell
The 1st HBase 0.98.16 release candidate (RC0) is available for download at http://people.apache.org/~apurtell/0.98.16RC0/ and Maven artifacts are also available in the temporary repository https://repository.apache.org/content/repositories/orgapachehbase-1118/ . This release does not contain a

[jira] [Reopened] (HBASE-3879) Add way to control the split position of region

2015-11-10 Thread Lars Francke (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Francke reopened HBASE-3879: - > Add way to control the split position of region > --- >

[jira] [Resolved] (HBASE-3779) Allow split regions to be placed on different region servers

2015-11-10 Thread Lars Francke (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Francke resolved HBASE-3779. - Resolution: Won't Fix > Allow split regions to be placed on different region servers >

[jira] [Reopened] (HBASE-3779) Allow split regions to be placed on different region servers

2015-11-10 Thread Lars Francke (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Francke reopened HBASE-3779: - > Allow split regions to be placed on different region servers >

[jira] [Created] (HBASE-14793) Allow limiting size of block into L1 block cache.

2015-11-10 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-14793: - Summary: Allow limiting size of block into L1 block cache. Key: HBASE-14793 URL: https://issues.apache.org/jira/browse/HBASE-14793 Project: HBase Issue

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

2015-11-10 Thread Josh Elser
+1 (non-binding) * Built from source * Ran tests (-PrunDevTests). o.a.h.h.r.TestRegionServerHostname was problematic, might have just been me. * Checked sigs/xsums * Checked the compat report (thanks for posting it, Nick) * Skimmed release notes looking for anything that might introduce new

[jira] [Created] (HBASE-14791) [0.98] CopyTable is extremely slow when moving delete markers

2015-11-10 Thread Lars Hofhansl (JIRA)
Lars Hofhansl created HBASE-14791: - Summary: [0.98] CopyTable is extremely slow when moving delete markers Key: HBASE-14791 URL: https://issues.apache.org/jira/browse/HBASE-14791 Project: HBase

[jira] [Created] (HBASE-14792) Latest docs fail to build when packaging 0.98

2015-11-10 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-14792: -- Summary: Latest docs fail to build when packaging 0.98 Key: HBASE-14792 URL: https://issues.apache.org/jira/browse/HBASE-14792 Project: HBase Issue

[jira] [Resolved] (HBASE-3879) Add way to control the split position of region

2015-11-10 Thread Lars Francke (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Francke resolved HBASE-3879. - Resolution: Duplicate > Add way to control the split position of region >

Re: (无主题)

2015-11-10 Thread Stack
On Mon, Nov 9, 2015 at 10:52 PM, WangYQ wrote: > guys, i have some problems on seq_id > > 1. what is the motivation of adding seq_id as part of the bulkload files > > Bulk loaded files either get no sequence id -- and so they are considered AFTER all current edits in

[jira] [Resolved] (HBASE-3933) Hmaster throw NullPointerException

2015-11-10 Thread Lars Francke (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Francke resolved HBASE-3933. - Resolution: Won't Fix > Hmaster throw NullPointerException > -- >

[jira] [Reopened] (HBASE-3933) Hmaster throw NullPointerException

2015-11-10 Thread Lars Francke (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Francke reopened HBASE-3933: - > Hmaster throw NullPointerException > -- > > Key:

[jira] [Reopened] (HBASE-14784) Port conflict is not resolved in HBaseTestingUtility.randomFreePort()

2015-11-10 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack reopened HBASE-14784: --- > Port conflict is not resolved in HBaseTestingUtility.randomFreePort() >

[jira] [Created] (HBASE-14794) Cleanup TestAtomicOperation

2015-11-10 Thread stack (JIRA)
stack created HBASE-14794: - Summary: Cleanup TestAtomicOperation Key: HBASE-14794 URL: https://issues.apache.org/jira/browse/HBASE-14794 Project: HBase Issue Type: Sub-task Components:

[jira] [Created] (HBASE-14796) Provide an alternative spark-hbase SQL implementations for Gets

2015-11-10 Thread Ted Malaska (JIRA)
Ted Malaska created HBASE-14796: --- Summary: Provide an alternative spark-hbase SQL implementations for Gets Key: HBASE-14796 URL: https://issues.apache.org/jira/browse/HBASE-14796 Project: HBase

[jira] [Created] (HBASE-14795) Provide an alternative spark-hbase SQL implementations for Scan

2015-11-10 Thread Ted Malaska (JIRA)
Ted Malaska created HBASE-14795: --- Summary: Provide an alternative spark-hbase SQL implementations for Scan Key: HBASE-14795 URL: https://issues.apache.org/jira/browse/HBASE-14795 Project: HBase

Re: Better code quality with more checkstyles

2015-11-10 Thread Apekshit Sharma
Last sunday, when i was bored, i thought 'let's fix some naive stuff, oh.. checkstyles!'. After some time and few changes, I realized what can be more boring than idling around...repeating large mechanical change across 5 branches :-(. And can't just do it for single branch. Then, looking at

(无主题)

2015-11-10 Thread WangYQ
guys, i have some problems on seq_id 1. what is the motivation of adding seq_id as part of the bulkload files 2. why introduce the conf hbase.mapreduce.bulkload.assign.sequenceNumbers in class loadIncrementalHFiles, if this is true, every time we flush, should first do a flush 3. now if we

[jira] [Created] (HBASE-14797) Last round of CSS fix-ups

2015-11-10 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-14797: --- Summary: Last round of CSS fix-ups Key: HBASE-14797 URL: https://issues.apache.org/jira/browse/HBASE-14797 Project: HBase Issue Type: Bug