[jira] [Created] (HBASE-15150) Fix TestDurablity in branch-1.1

2016-01-21 Thread Yu Li (JIRA)
Yu Li created HBASE-15150: - Summary: Fix TestDurablity in branch-1.1 Key: HBASE-15150 URL: https://issues.apache.org/jira/browse/HBASE-15150 Project: HBase Issue Type: Bug Reporter: Yu

Re: [VOTE] Second release candidate for HBase 1.1.3 (RC1) is available

2016-01-21 Thread Yu Li
Hi Nick, TestDurability is failing in branch-1.1 with a small issue and have just filed HBASE-15150 to fix it, JFYI. Best Regards, Yu On 21 January 2016 at 06:33, Enis Söztutar wrote: > Thanks Nick for putting the RC together. > > Here is my +1. > > - checked crcs, sigs. > >

[CIS-CMMI-3] IllegalArgumentException: Row length 41221 is > 32767

2016-01-21 Thread Kshitij Shukla
Hello everyone, Software stack is *nutch-branch-2.3.1, gora-hbase 0.6.1 Hadoop 2.5.2, hbase-0.98.8-hadoop2 * I have added a set of seeds to crawl using this command * ./bin/crawl /largeSeeds 1 http://localhost:8983/solr/ddcd 4* For first iteration all of the commands(*inject, **generate,

[jira] [Created] (HBASE-15152) Automatically include prefix-tree module in MR jobs.

2016-01-21 Thread Jonathan Hsieh (JIRA)
Jonathan Hsieh created HBASE-15152: -- Summary: Automatically include prefix-tree module in MR jobs. Key: HBASE-15152 URL: https://issues.apache.org/jira/browse/HBASE-15152 Project: HBase

Re: MOB in branch-1? (Re: [RESULT][VOTE] Merge branch hbase-11339 HBase MOB to trunk)

2016-01-21 Thread Sean Busbey
The last time MOB on branch-1 came up, folks were concerned that it wasn't stable enough in master yet. Is that still the case? Can we get a [DISCUSS] flagged thread to see what, if anything, folks would like to see gate inclusion in branch-1? On Tue, Jan 19, 2016 at 7:31 PM, Jonathan Hsieh

Fixed: HBase Generate Website

2016-01-21 Thread Apache Jenkins Server
Build status: Fixed If successful, the website and docs have been generated. 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 you prefer to keep the hbase-site repo around permanently, you

[jira] [Created] (HBASE-15151) turn off strict findbugs in precommit tests

2016-01-21 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-15151: --- Summary: turn off strict findbugs in precommit tests Key: HBASE-15151 URL: https://issues.apache.org/jira/browse/HBASE-15151 Project: HBase Issue Type: Task

[jira] [Resolved] (HBASE-14865) Support passing multiple QOPs to SaslClient/Server via hbase.rpc.protection

2016-01-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-14865. --- Resolution: Fixed Fix Version/s: (was: 1.3.0) Thanks [~mbertozzi] Reverted from branch-1. We can

Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #649

2016-01-21 Thread Stack
This failure shouldn't be happening any more after below revert (it is the checkstyle config for allowing statements-on-a-single-line that is broke..) commit 5e08e2ceb6af231eebeff9f46e18d654a7b89338 Author: stack Date: Wed Jan 20 08:40:02 2016 -0800 Revert "HBASE-14902

Re: [CIS-CMMI-3] IllegalArgumentException: Row length 41221 is > 32767

2016-01-21 Thread Vladimir Rodionov
Maximum size of row in HBase is 32767 and your application is trying to get rows which exceed this limit. You probably better ask your question in gora/nutch user group. -Vlad On Thu, Jan 21, 2016 at 5:39 AM, Kshitij Shukla wrote: > Hello everyone, > > Software stack

[jira] [Created] (HBASE-15154) Master puts up a blockcache instance

2016-01-21 Thread stack (JIRA)
stack created HBASE-15154: - Summary: Master puts up a blockcache instance Key: HBASE-15154 URL: https://issues.apache.org/jira/browse/HBASE-15154 Project: HBase Issue Type: Bug Reporter:

Re: [VOTE] Second release candidate for HBase 1.1.3 (RC1) is available

2016-01-21 Thread Nick Dimiduk
> TestDurability is failing in branch-1.1 with a small issue and have just filed HBASE-15150 to fix it, JFYI. Thanks a lot Yu Li, I'll take a look. > I'm seeing that TestDurability failure as well, and am also finding that TestWALLockup frequently times out and fails when running the unit test

[jira] [Created] (HBASE-15155) Show All RPC handler tasks stop working after cluster is under heavy load for a while

2016-01-21 Thread Tianying Chang (JIRA)
Tianying Chang created HBASE-15155: -- Summary: Show All RPC handler tasks stop working after cluster is under heavy load for a while Key: HBASE-15155 URL: https://issues.apache.org/jira/browse/HBASE-15155

Re: HBase custom RowFilter proposition

2016-01-21 Thread Ted Yu
HBase already has the following: ./hbase-client/src/main/java/org/apache/hadoop/hbase/filter/RowFilter.java Can you illustrate how your RowFilter is different from the above ? Cheers On Thu, Jan 21, 2016 at 1:56 PM, Nicolas Fabre wrote: > Hi. > > I developed a custom

[jira] [Created] (HBASE-15156) Support first assignment of split daughters to non-parent RS

2016-01-21 Thread Francis Liu (JIRA)
Francis Liu created HBASE-15156: --- Summary: Support first assignment of split daughters to non-parent RS Key: HBASE-15156 URL: https://issues.apache.org/jira/browse/HBASE-15156 Project: HBase

HBase custom RowFilter proposition

2016-01-21 Thread Nicolas Fabre
Hi. I developed a custom HBase RowFilter for my own use-cases. It may be presomptuous, but I feel it could be useful to propose this implemention to the community (at least that someone from HBase guys have a look and assess). What is the good way (channel) of proposing that to the HBase

HFile vs Parquet for very wide table

2016-01-21 Thread Krishna
We are evaluating Parquet and HBase for storing a dense & very, very wide matrix (can have more than 600K columns). I've following questions: - Is there is a limit on # of columns in Parquet or HFile? We expect to query [10-100] columns at a time using Spark - what are the performance

Re: HBase custom RowFilter proposition

2016-01-21 Thread Jonathan Hsieh
You've come to the right place -- this dev@hbase.apache.org is the ideal place for starting a discussion about if something makes sense add to core hbase. If you already have code, and it would be generally useful code (we're a friendly crowd), another avenue to consider is to file a ticket on

[jira] [Created] (HBASE-15158) Change order in which we do write pipeline operations; do all under row locks!

2016-01-21 Thread stack (JIRA)
stack created HBASE-15158: - Summary: Change order in which we do write pipeline operations; do all under row locks! Key: HBASE-15158 URL: https://issues.apache.org/jira/browse/HBASE-15158 Project: HBase

[jira] [Created] (HBASE-15157) Add *PerformanceTest for Append, CheckAnd*

2016-01-21 Thread stack (JIRA)
stack created HBASE-15157: - Summary: Add *PerformanceTest for Append, CheckAnd* Key: HBASE-15157 URL: https://issues.apache.org/jira/browse/HBASE-15157 Project: HBase Issue Type: Sub-task

Re: Build failed in Jenkins: HBase-1.3 » latest1.7,Hadoop #505

2016-01-21 Thread Stack
Application of HBASE-14865 to branch-1 has been causing TestSecureIPC to fail. branch-1 does not have a recent enough version of hadoop to support the fix (via Matteo). I reverted the patch. Builds on branch-1 should come back stable now. St.Ack commit d965d14a63c1d713b8b85be23f77599431034c5e

Re: [VOTE] Second release candidate for HBase 1.1.3 (RC1) is available

2016-01-21 Thread Andrew Purtell
I'm seeing that TestDurability failure as well, and am also finding that TestWALLockup frequently times out and fails when running the unit test suite with 7u79. The LICENSE.txt file in the binary tarball has some unsubstituted "${dep.licenses[0].comments}" for Apache Commons Collections and