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

2017-02-25 Thread Nick Dimiduk
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?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] [Resolved] (HBASE-17038) Allow verifyrep to persist row keys

2017-02-25 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-17038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu resolved HBASE-17038.

Resolution: Later

> Allow verifyrep to persist row keys
> ---
>
> Key: HBASE-17038
> URL: https://issues.apache.org/jira/browse/HBASE-17038
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>  Labels: replication
>
> I have been involved in a case where user of verifyrep observed fluctuating 
> row key count during successive runs with time range.
> If verifyrep can persist the row keys during current run (to e.g. hdfs) 
> (controlled by a flag), successive run(s) would be able to use this 
> information to find the difference in row keys w.r.t. previous run and 
> perform some actions (such as performing raw scan, etc).
> This would allow the user to correlate results from successive runs better.



--
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-25 Thread Josh Elser

+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?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



Successful: HBase Generate Website

2017-02-25 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/499/artifact/website.patch.zip
 | funzip > f444b3b54210dd3101c9a3fd22ccea384d1100d5.patch
  git fetch
  git checkout -b asf-site-f444b3b54210dd3101c9a3fd22ccea384d1100d5 
origin/asf-site
  git am --whitespace=fix f444b3b54210dd3101c9a3fd22ccea384d1100d5.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-f444b3b54210dd3101c9a3fd22ccea384d1100d5 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-f444b3b54210dd3101c9a3fd22ccea384d1100d5:asf-site
  git checkout asf-site
  git branch -D asf-site-f444b3b54210dd3101c9a3fd22ccea384d1100d5

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/499/console