Re: [VOTE] First release candidate for HBase 1.1.9 (RC0) is available

2017-02-26 Thread Nick Dimiduk
Thanks for taking a look Jerry.

Any more votes out there PMC? We're down to the wire. I can extend the vote
an extra 72 hours if that will help people out.

Thanks,
Nick

On Mon, Feb 20, 2017 at 11:44 PM Nick Dimiduk  wrote:

> I'm happy to announce the first release candidate of HBase 1.1.9 (HBase-
> 1.1.9RC0) is available for download at
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.1.9RC0/
>
> Maven artifacts are also available in the staging repository
> https://repository.apache.org/content/repositories/orgapachehbase-1163
>
> Artifacts are signed with my code signing subkey 0xAD9039071C3489BD,
> available in the Apache keys directory
> https://people.apache.org/keys/committer/ndimiduk.asc
>
> There's also a signed tag for this release at
> https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=commit;h=0d1feabed5295495ed2257d31fab9e6553e8a9d7
>
> The detailed source and binary compatibility report vs 1.1.8 has been
> published for your review, at
> http://home.apache.org/~ndimiduk/1.1.8_1.1.9RC0_compat_report.html
>
> HBase 1.1.9 is the ninth patch release in the HBase 1.1 line, continuing
> on the theme of bringing a stable, reliable database to the Hadoop and
> NoSQL communities. This release includes nearly 20 bug fixes since the 1.1
> .8 release. Notable correctness fixes include HBASE-17238,
> HBASE-17587, HBASE-17275, and HBASE-17265.
>
> The full list of fixes included in this release is available at
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753=12338734
>  and in the CHANGES.txt file included in the distribution.
>
> Please try out this candidate and vote +/-1 by 23:59 Pacific time on
> Sunday, 2017-02-26 as to whether we should release these artifacts as
> HBase 1.1.9.
>
> Thanks,
> Nick
>


[jira] [Created] (HBASE-17701) Add HadoopAuthFilterInitializer to use hadoop-auth AuthenticationFilter for hbase web ui

2017-02-26 Thread Pan Yuxuan (JIRA)
Pan Yuxuan created HBASE-17701:
--

 Summary: Add HadoopAuthFilterInitializer to use hadoop-auth 
AuthenticationFilter for hbase web ui
 Key: HBASE-17701
 URL: https://issues.apache.org/jira/browse/HBASE-17701
 Project: HBase
  Issue Type: Improvement
  Components: UI
Affects Versions: 1.2.4
Reporter: Pan Yuxuan


The HBase web UI is none secure by default, there is only one 
StaticUserWebFilter for a fake user.
For Hadoop, we already have AuthenticationFilter for web authentication based 
on token or kerberos. So I think hbase can reuse the hadoop-auth 
AuthenticationFilter by adding a HadoopAuthFilterInitializer.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HBASE-17700) Release 1.2.5

2017-02-26 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-17700:
---

 Summary: Release 1.2.5
 Key: HBASE-17700
 URL: https://issues.apache.org/jira/browse/HBASE-17700
 Project: HBase
  Issue Type: Task
Reporter: Sean Busbey
Assignee: Sean Busbey
 Fix For: 1.2.5






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Re: [VOTE] First release candidate for HBase 1.1.9 (RC0) is available

2017-02-26 Thread Jerry He
+1
(non-binding)

- Downloaded the src tarball.
  - Checked the md5 and signature.  Looks good.
  - Built from source.  openjdk version "1.8.0_121"
  - Ran unit test suite.  All passed.
  - mvn apache-rat:check   Passed

- Download the bin tarball.
 -  Checked the md5 and signature.  Looks good.
 -  Extract it.   Looks good.
 -  Started a local instance.  Run the 'hbase shell' with some basic table
commands, split, flush, etc.  Looks good.

- Built Phoenix 4.8-HBase-1.1 with hbase version 1.1.9 pointing to the RC
using https://repository.apache.org/content/repositories/orgapachehbase-1163
  Ran unit tests.  All pass.

-  Bulit YCSB 0.12.0 from git source with HBase binding pointing to RC.
-  Run YCSB workloads again the local RC instance.  Worked fine.
-  Run the same YSCB against a HBase 1.2.0 cluster.  Worked fine.


Jerry



On Sat, Feb 25, 2017 at 7:20 PM, Nick Dimiduk  wrote:

> Thank you Andrew and Josh. For the rest of you lot, there's 30 hours
> remaining.
>
> On Sat, Feb 25, 2017 at 3:22 PM Josh Elser  wrote:
>
> > +1 (non-binding)
> >
> > * sigs/xsums are good
> > * Can build from source
> > * No unexpected binaries in source tarball
> > * apache-rat:check passes on source tarball
> > * Can run locally from bin tarball
> >
> > Nick Dimiduk wrote:
> > > I'm happy to announce the first release candidate of HBase 1.1.9
> > (HBase-1.1.
> > > 9RC0) is available for download at
> > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.1.9RC0/
> > >
> > > Maven artifacts are also available in the staging repository
> > > https://repository.apache.org/content/repositories/orgapachehbase-1163
> > >
> > > Artifacts are signed with my code signing subkey 0xAD9039071C3489BD,
> > > available in the Apache keys directory https://people.
> > > apache.org/keys/committer/ndimiduk.asc
> > >
> > > There's also a signed tag for this release at
> > >
> > https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=commit
> ;h=0d1feabed5295495ed2257d31fab9e6553e8a9d7
> > >
> > > The detailed source and binary compatibility report vs 1.1.8 has been
> > > published for your review, at
> > > http://home.apache.org/~ndimiduk/1.1.8_1.1.9RC0_compat_report.html
> > >
> > > HBase 1.1.9 is the ninth patch release in the HBase 1.1 line,
> continuing
> > on
> > > the theme of bringing a stable, reliable database to the Hadoop and
> NoSQL
> > > communities. This release includes nearly 20 bug fixes since the 1.1.8
> > > release. Notable correctness fixes include HBASE-17238,
> > > HBASE-17587, HBASE-17275, and HBASE-17265.
> > >
> > > The full list of fixes included in this release is available at
> > >
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje
> ctId=12310753=12338734
> > >   and in the CHANGES.txt file included in the distribution.
> > >
> > > Please try out this candidate and vote +/-1 by 23:59 Pacific time on
> > > Sunday, 2017-02-26 as to whether we should release these artifacts as
> > HBase
> > > 1.1.9.
> > >
> > > Thanks,
> > > Nick
> > >
> >
>


Successful: HBase Generate Website

2017-02-26 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 you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/500/artifact/website.patch.zip
 | funzip > ce64e7eb6e9a6c3954b8ab6b5441ca6e4f952b26.patch
  git fetch
  git checkout -b asf-site-ce64e7eb6e9a6c3954b8ab6b5441ca6e4f952b26 
origin/asf-site
  git am --whitespace=fix ce64e7eb6e9a6c3954b8ab6b5441ca6e4f952b26.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-ce64e7eb6e9a6c3954b8ab6b5441ca6e4f952b26 branch.

There are lots of spurious changes, such as timestamps and CSS styles in 
tables, so a generic git diff is not very useful. To see a list of files that 
have been added, deleted, renamed, changed type, or are otherwise interesting, 
use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 100 or more lines changed:

  git diff --stat origin/asf-site | grep -E '[1-9][0-9]{2,}'

When you are satisfied, publish your changes to origin/asf-site using these 
commands:

  git commit --allow-empty -m "Empty commit" # to work around a current ASF 
INFRA bug
  git push origin asf-site-ce64e7eb6e9a6c3954b8ab6b5441ca6e4f952b26:asf-site
  git checkout asf-site
  git branch -D asf-site-ce64e7eb6e9a6c3954b8ab6b5441ca6e4f952b26

Changes take a couple of minutes to be propagated. You can verify whether they 
have been propagated by looking at the Last Published date at the bottom of 
http://hbase.apache.org/. It should match the date in the index.html on the 
asf-site branch in Git.

As a courtesy- reply-all to this email to let other committers know you pushed 
the site.



If failed, see https://builds.apache.org/job/hbase_generate_website/500/console