Re: Hangouts for C++ client discussions

2016-05-04 Thread Stack
On Tue, May 3, 2016 at 11:57 AM, Enis Söztutar wrote: > Devs, > > If you have been following, we have two initiatives for writing a C++ > client for HBase. We are planning on doing a hangouts tomorrow, Wed 10-11am > PDT to discuss various things related to the efforts. Please

[jira] [Created] (HBASE-15770) Stop using wangle's global executor

2016-05-04 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-15770: - Summary: Stop using wangle's global executor Key: HBASE-15770 URL: https://issues.apache.org/jira/browse/HBASE-15770 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-15769) Perform validation on cluster key for add_peer

2016-05-04 Thread Ted Yu (JIRA)
Ted Yu created HBASE-15769: -- Summary: Perform validation on cluster key for add_peer Key: HBASE-15769 URL: https://issues.apache.org/jira/browse/HBASE-15769 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-15768) fix capitalization of ZooKeeper usage throughout

2016-05-04 Thread Alex Moundalexis (JIRA)
Alex Moundalexis created HBASE-15768: Summary: fix capitalization of ZooKeeper usage throughout Key: HBASE-15768 URL: https://issues.apache.org/jira/browse/HBASE-15768 Project: HBase

Re: Question: Possibly missing Hbase jars in the Apache Maven repo

2016-05-04 Thread Nick Dimiduk
As of 0.96 hbase has become a multi-module project. The artifact to which you're referring is now the parent pom. You'll need to update your projects to consume the new structure, and perhaps the new APIs as well. There's also work on adding maven archetypes in progress. I believe we have a

Question: Possibly missing Hbase jars in the Apache Maven repo

2016-05-04 Thread Jan David Schneider
Dear Developers, I am very sorry, if I am contacting the wrong email-list to adress my issue. Nevertheless I want to ask you about the following: When importing different versions of Hbase (specifically all versions >0.94.27) through the dependencies of my Maven project in IntelliJ, the

[jira] [Created] (HBASE-15767) Upgrade httpclient dependency

2016-05-04 Thread Ted Yu (JIRA)
Ted Yu created HBASE-15767: -- Summary: Upgrade httpclient dependency Key: HBASE-15767 URL: https://issues.apache.org/jira/browse/HBASE-15767 Project: HBase Issue Type: Bug Reporter: Ted

Re: A checkstyle question: indentation in switch-case statements

2016-05-04 Thread Ted Yu
Looks like there is no official indentation in this case. I think you can go with what HBASE code style gives you. On Wed, May 4, 2016 at 9:16 AM, Stephen Jiang wrote: > thanks, Matteo. I also suspected that this is the issue. I am just > surprised that the code

Re: Hangouts for C++ client discussions

2016-05-04 Thread Enis Söztutar
Yes, hangouts problems again. Let's try https://hangouts.google.com/call/23heo5xiazbzvei6hygc7ffrjye Enis On Wed, May 4, 2016 at 10:02 AM, Devaraj Das wrote: > The link is not working for me Enis > > Sent from Outlook Mobile > > > > > On Tue, May

Re: Hangouts for C++ client discussions

2016-05-04 Thread Elliott Clark
Same. On Wed, May 4, 2016 at 10:02 AM, Devaraj Das wrote: > The link is not working for me Enis > > Sent from Outlook Mobile > > > > > On Tue, May 3, 2016 at 11:58 AM -0700, "Enis Söztutar" > wrote: > >

Re: Hangouts for C++ client discussions

2016-05-04 Thread Devaraj Das
The link is not working for me Enis Sent from Outlook Mobile On Tue, May 3, 2016 at 11:58 AM -0700, "Enis Söztutar" > wrote: Devs, If you have been following, we have two initiatives for writing a C++ client for HBase. We are

Re: Hangouts for C++ client discussions

2016-05-04 Thread Sean Busbey
reminder that this is starting now-ish. On Tue, May 3, 2016 at 1:57 PM, Enis Söztutar wrote: > Devs, > > If you have been following, we have two initiatives for writing a C++ > client for HBase. We are planning on doing a hangouts tomorrow, Wed 10-11am > PDT to discuss various

Re: A checkstyle question: indentation in switch-case statements

2016-05-04 Thread Stephen Jiang
thanks, Matteo. I also suspected that this is the issue. I am just surprised that the code exists for a while and no complain in the past. When I loaded the HBASE code style in Eclipse, this is the indentation style I got when I hit 'return' after typing 'case'. And I checked other existing

Successful: HBase Generate Website

2016-05-04 Thread Apache Jenkins Server
Build status: Successful 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

Re: A checkstyle question: indentation in switch-case statements

2016-05-04 Thread Matteo Bertozzi
I think it is complaining because the "case" is aligned with the "switch" and not indented Matteo On Wed, May 4, 2016 at 7:13 AM, Stephen Jiang wrote: > I got two checkstyle warning for the style of switch-case statements: > > >

A checkstyle question: indentation in switch-case statements

2016-05-04 Thread Stephen Jiang
I got two checkstyle warning for the style of switch-case statements: ./hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/AddColumnFamilyProcedure.java:386: cpHost.preAddColumnFamilyAction(tableName, cfDescriptor);: error: 'block' child have incorrect indentation

[jira] [Created] (HBASE-15766) Show working puts

2016-05-04 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-15766: - Summary: Show working puts Key: HBASE-15766 URL: https://issues.apache.org/jira/browse/HBASE-15766 Project: HBase Issue Type: Sub-task