[jira] [Resolved] (HBASE-18763) quotas.TestQuotaThrottle failing on all nightly runs

2017-09-23 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-18763. Resolution: Duplicate Should be addressed via HBASE-18807 > quotas.TestQuotaThrottle failing on

Re: [DISCUSS] Becoming a Committer

2017-09-23 Thread Stack
Good discussion. Thanks Mike for kicking it off. The Misty list is great. I find myself giving double kudos for non-code or feature contribs; e.g. stuff like test-fixing, patches that fix bugs found in production or patches from operators that ease their day-to-day burden, voting on releases,

Re: Failure Maven build

2017-09-23 Thread Sean Busbey
If the folks working on branch HBASE-14850 rebase to a more recent version of master or cherry pick the commit for HBASE-17823, then this error should go away since the need for tools.jar is gone. On Sat, Sep 23, 2017 at 4:33 PM, Ted Yu wrote: > tools.jar is available with

Re: Failure Maven build

2017-09-23 Thread Ted Yu
tools.jar is available with jdk 1.8 e.g. on Mac: /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/lib/tools.jar See also https://stackoverflow.com/questions/18061887/where-is-tools-jar-located On Sat, Sep 23, 2017 at 2:15 PM, Andrzej wrote: > I clone HBase

Failure Maven build

2017-09-23 Thread Andrzej
I clone HBase sources and checkout HBASE-14850. Next I do 'mvn install -DskipTests' Is Annotation error: https://pastebin.com/9YCtxtMh Annotation is not needed (it is only test program?) and not must be rebuild to next compile client with Docker ?