[jira] [Resolved] (HBASE-17230) port HBASE-17112 to 1.3.1

2017-02-03 Thread Phil Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Yang resolved HBASE-17230. --- Resolution: Fixed > port HBASE-17112 to 1.3.1 > - > > Key: HB

[jira] [Resolved] (HBASE-17236) Port HBASE-16886 to branch-1.3

2017-02-03 Thread Phil Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Yang resolved HBASE-17236. --- Resolution: Fixed > Port HBASE-16886 to branch-1.3 > -- > >

[jira] [Created] (HBASE-17595) Add partial result for small/limited scan

2017-02-03 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-17595: - Summary: Add partial result for small/limited scan Key: HBASE-17595 URL: https://issues.apache.org/jira/browse/HBASE-17595 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-17594) Add supplemental model for jsr311-api

2017-02-03 Thread Appy (JIRA)
Appy created HBASE-17594: Summary: Add supplemental model for jsr311-api Key: HBASE-17594 URL: https://issues.apache.org/jira/browse/HBASE-17594 Project: HBase Issue Type: Bug Reporter: A

Re: help for a fee -- using filters to search data in hbase for correct results

2017-02-03 Thread Yoom Nguyen
Hi Ted, Release 0.98.8 - 11/18/2014 The code get mess up when I sent it through my email client. Here is the snapshoot of it. Thanks, - Original Message - From: "Yoom Nguyen" To: dev@hbase.apache.org Sent: Friday, February 3, 2017 5:14:48 PM Subject: help for a fee -- using

[jira] [Created] (HBASE-17593) Fix build with hadoop 3 profile

2017-02-03 Thread Appy (JIRA)
Appy created HBASE-17593: Summary: Fix build with hadoop 3 profile Key: HBASE-17593 URL: https://issues.apache.org/jira/browse/HBASE-17593 Project: HBase Issue Type: Bug Reporter: Appy

help for a fee -- using filters to search data in hbase for correct results

2017-02-03 Thread Yoom Nguyen
I am having problems using filters to search data in hbase . First I am reading some data from one table and storing in a vector or arrayList : Is there a better way or different approach to achieve the results than what I am heading? I am stuck trying to get the correct results with the foll

Soliciting reviews for space quota work

2017-02-03 Thread Josh Elser
Hiya, Shamelessly soliciting some of your already full day to take a look at the space quota work. Locally, I actually have the feature working pretty well, but the feature branch is lagging quite a bit behind due to the review process. In case you forgot the pertinent details.. Parent JIRA

Re: copy_table_desc.rb script

2017-02-03 Thread Josh Elser
If you have the cycles to add the validation, absolutely :) Lars George wrote: Duh, my bad, JM you are right, I missed to type the leading slashes... then a little better error handling may be nice. Not sure, you guys think this warrants a JIRA? On Fri, Feb 3, 2017 at 3:52 PM, Ted Yu wrote: L

Re: copy_table_desc.rb script

2017-02-03 Thread Lars George
Duh, my bad, JM you are right, I missed to type the leading slashes... then a little better error handling may be nice. Not sure, you guys think this warrants a JIRA? On Fri, Feb 3, 2017 at 3:52 PM, Ted Yu wrote: > Looking at the script: > > c1.set(HConstants::ZOOKEEPER_ZNODE_PARENT, parts1[2]) >

[jira] [Created] (HBASE-17592) Fix typo in IPCUtil and RpcConnection

2017-02-03 Thread Attila Sasvari (JIRA)
Attila Sasvari created HBASE-17592: -- Summary: Fix typo in IPCUtil and RpcConnection Key: HBASE-17592 URL: https://issues.apache.org/jira/browse/HBASE-17592 Project: HBase Issue Type: Improve

Successful: HBase Generate Website

2017-02-03 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 yo

Re: copy_table_desc.rb script

2017-02-03 Thread Ted Yu
Looking at the script: c1.set(HConstants::ZOOKEEPER_ZNODE_PARENT, parts1[2]) It seems some validation should be added before setting the znode parent. On Fri, Feb 3, 2017 at 5:47 AM, Jean-Marc Spaggiari wrote: > Lars, I have not tested, but should it not be localhost:2181:/hbase > instead? (No

Re: copy_table_desc.rb script

2017-02-03 Thread Jean-Marc Spaggiari
Lars, I have not tested, but should it not be localhost:2181:/hbase instead? (Note the / in the front of HBase) JMS 2017-02-03 7:52 GMT-05:00 Lars George : > I have two local instances with two different ZK ports. Note that the > error occurs already at the first call to HAdmin in the script. >

Re: copy_table_desc.rb script

2017-02-03 Thread Lars George
I have two local instances with two different ZK ports. Note that the error occurs already at the first call to HAdmin in the script. Replication works find btw, it is just this script that bails. On Fri, Feb 3, 2017 at 1:49 PM, Ted Yu wrote: > Note the port number 2182 in the second parameter. >

Re: copy_table_desc.rb script

2017-02-03 Thread Ted Yu
Note the port number 2182 in the second parameter. Do you have two quorums running on the same machine ? > On Feb 3, 2017, at 3:05 AM, Lars George wrote: > > Hi, > > trying to run the `copy_table_desc.rb` script from the > `bin/replication` directory gives this: > > ``` > $ bin/hbase org.jru

[jira] [Created] (HBASE-17591) hbase.master.distributed.log.replay is no longer default true

2017-02-03 Thread Aki Ariga (JIRA)
Aki Ariga created HBASE-17591: - Summary: hbase.master.distributed.log.replay is no longer default true Key: HBASE-17591 URL: https://issues.apache.org/jira/browse/HBASE-17591 Project: HBase Issu

copy_table_desc.rb script

2017-02-03 Thread Lars George
Hi, trying to run the `copy_table_desc.rb` script from the `bin/replication` directory gives this: ``` $ bin/hbase org.jruby.Main bin/replication/copy_tables_desc.rb localhost:2181:hbase localhost:2182:hbase-2 testtable4 ... NativeException: java.io.IOException: java.lang.reflect.InvocationTarget