Re: [DISCUSS] Moving towards merge on HBASE-16961 (space quota)

2017-03-23 Thread Andrew Purtell
Hi Josh, I will have some time soon to look at this. Definitely of interest. I may look at it as a process of a port to a branch-1 like code base. Helps that all of the work is on a branch. One thing that would be helpful, maybe in javadoc of an integration test or in the release notes, or

Re: [DISCUSS] Moving towards merge on HBASE-16961 (space quota)

2017-03-23 Thread Josh Elser
Thanks Andrew! An integration is actually something that I've overlooked so far (drat). I can put together some simple instructions on how to interact/inspect the system as-is on the umbrella and give you a ping. Andrew Purtell wrote: Hi Josh, I will have some time soon to look at this.

[jira] [Created] (HBASE-17830) [C++] Test Util support for standlone HBase instance

2017-03-23 Thread Sudeep Sunthankar (JIRA)
Sudeep Sunthankar created HBASE-17830: - Summary: [C++] Test Util support for standlone HBase instance Key: HBASE-17830 URL: https://issues.apache.org/jira/browse/HBASE-17830 Project: HBase

[jira] [Created] (HBASE-17828) Remove IS annotations from IA.Public classes

2017-03-23 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-17828: - Summary: Remove IS annotations from IA.Public classes Key: HBASE-17828 URL: https://issues.apache.org/jira/browse/HBASE-17828 Project: HBase Issue Type: Bug

Re: About the InterfaceStability annotation for public API

2017-03-23 Thread Duo Zhang
Filed https://issues.apache.org/jira/browse/HBASE-17828 2017-03-21 8:36 GMT+08:00 张铎(Duo Zhang) : > bq. If someone is > comfortable with the risk of an API that can change in minor or > maintenance releases, what's gained by calling it IA.Public + > IS.Evolving or

[jira] [Created] (HBASE-17829) [C++] Update for simple_client

2017-03-23 Thread Sudeep Sunthankar (JIRA)
Sudeep Sunthankar created HBASE-17829: - Summary: [C++] Update for simple_client Key: HBASE-17829 URL: https://issues.apache.org/jira/browse/HBASE-17829 Project: HBase Issue Type:

[ANNOUNCE] Apache Phoenix 4.10 released

2017-03-23 Thread James Taylor
The Apache Phoenix team is pleased to announce the immediate availability of the 4.10.0 release. Apache Phoenix enables SQL-based OLTP and operational analytics for Hadoop using Apache HBase as its backing store and providing integration with other projects in the ecosystem such as Spark, Hive,

Re: [DISCUSS] Moving towards merge on HBASE-16961 (space quota)

2017-03-23 Thread Josh Elser
bump Josh Elser wrote: Rebase is done for those who want to just look at some code. https://github.com/apache/hbase/compare/HBASE-16961 Josh Elser wrote: Hiya folks, As advertised (warned? *winks*), all of the sub-tasks on HBASE-16961 have been resolved after being committed to the

Re: [DISCUSS] updating docs on Apache Hadoop versions for recent upstream releases.

2017-03-23 Thread Josh Elser
Sean Busbey wrote: Heya folks, Hadoop has just closed their RCs on a 2.8.0 release[1]. During voting, two Hadoop PMC members positioned the release as "not production ready"[2], similar to how the 2.7.0 release was flagged[3]. Oh good. The RC only just passed, so the actual release bits

Successful: HBase Generate Website

2017-03-23 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

Re: Patch Ready for Ticket HBASE-16356

2017-03-23 Thread Stack
On Thu, Mar 23, 2017 at 4:05 AM, Ben Watson wrote: > Hello, > > As a long-time user of HBase I'm looking to start contributing. I've > prepared a patch for https://issues.apache.org/jira/browse/HBASE-16356. I > commented on the ticket last week but didn't get a reply.

Patch Ready for Ticket HBASE-16356

2017-03-23 Thread Ben Watson
Hello, As a long-time user of HBase I'm looking to start contributing. I've prepared a patch for https://issues.apache.org/jira/browse/HBASE-16356. I commented on the ticket last week but didn't get a reply. Please could someone assign me to the ticket so that I can attach the patch? Regards,

Acessing custom Java MapReduce/Filter results from Thrift/REST API

2017-03-23 Thread agamanin
Hello everyone. I'm going to store csv data in a single HBase column, without breaking it up by dedicated columns for sake of space efficiency and very fast data loading to HBase. One CSV row per key. Example: Key: identifier_abc Column1: 'aaa;bbb;ccc;ddd;eee; Key: identifier_gghh Column1:

[DISCUSS] updating docs on Apache Hadoop versions for recent upstream releases.

2017-03-23 Thread Sean Busbey
Heya folks, Hadoop has just closed their RCs on a 2.8.0 release[1]. During voting, two Hadoop PMC members positioned the release as "not production ready"[2], similar to how the 2.7.0 release was flagged[3]. The RC only just passed, so the actual release bits and announcement haven't gone up

[jira] [Created] (HBASE-17823) Migrate to Apache Yetus Audience Annotations

2017-03-23 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-17823: --- Summary: Migrate to Apache Yetus Audience Annotations Key: HBASE-17823 URL: https://issues.apache.org/jira/browse/HBASE-17823 Project: HBase Issue Type:

Re: [DISCUSS] moving to Apache Yetus Audience Annotations

2017-03-23 Thread Sean Busbey
It sounds like we have consensus. I filed HBASE-17823 for implementation. On Mon, Mar 20, 2017 at 5:33 PM, Sean Busbey wrote: > It's only been 8 hours Ted, let's wait a bit to make sure folks have a > chance to contribute to the discussion if they like. > > On Mar 20, 2017

FYI: New branch HBASE-14614 (and accompanying jenkins build job)

2017-03-23 Thread Stack
Made a branch for the AMv2 work. The new AM patch got too big. St.Ack

[jira] [Created] (HBASE-17824) Add test for multiple RS per host support

2017-03-23 Thread Vladimir Rodionov (JIRA)
Vladimir Rodionov created HBASE-17824: - Summary: Add test for multiple RS per host support Key: HBASE-17824 URL: https://issues.apache.org/jira/browse/HBASE-17824 Project: HBase Issue

[jira] [Created] (HBASE-17825) Backup: further optimizations

2017-03-23 Thread Vladimir Rodionov (JIRA)
Vladimir Rodionov created HBASE-17825: - Summary: Backup: further optimizations Key: HBASE-17825 URL: https://issues.apache.org/jira/browse/HBASE-17825 Project: HBase Issue Type:

[jira] [Created] (HBASE-17826) Backup: submitting M/R job to a particular Yarn queue

2017-03-23 Thread Vladimir Rodionov (JIRA)
Vladimir Rodionov created HBASE-17826: - Summary: Backup: submitting M/R job to a particular Yarn queue Key: HBASE-17826 URL: https://issues.apache.org/jira/browse/HBASE-17826 Project: HBase

Re: [DISCUSS] updating docs on Apache Hadoop versions for recent upstream releases.

2017-03-23 Thread Sean Busbey
On Thu, Mar 23, 2017 at 12:53 PM, Josh Elser wrote: > > > Sean Busbey wrote: >> >> We should also call out the 3.0.0 pre-GA releases, now that there are >> two alpha releases. > > > What kind of context are you thinking about here? "3.0.0-alpha is for > adventurous users"?

[jira] [Created] (HBASE-17827) Client tools relying on AuthUtil.getAuthChore() break credential cache login

2017-03-23 Thread Gary Helmling (JIRA)
Gary Helmling created HBASE-17827: - Summary: Client tools relying on AuthUtil.getAuthChore() break credential cache login Key: HBASE-17827 URL: https://issues.apache.org/jira/browse/HBASE-17827

[jira] [Created] (HBASE-17822) Set maxBadRows and outputDirectory option for VerifyReplication

2017-03-23 Thread zhangshibin (JIRA)
zhangshibin created HBASE-17822: --- Summary: Set maxBadRows and outputDirectory option for VerifyReplication Key: HBASE-17822 URL: https://issues.apache.org/jira/browse/HBASE-17822 Project: HBase

Fixed: HBase Generate Website

2017-03-23 Thread Apache Jenkins Server
Build status: Fixed 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 you