Re: Successful: HBase Generate Website

2017-04-01 Thread Josh Elser

+1 to that :D

Stack wrote:

Hot Dog!

On Fri, Mar 31, 2017 at 3:03 PM, Misty Stanley-Jones<mi...@apache.org>
wrote:


FYI, the linked Jenkins job now automatically updates the site! No more
need to manually push. Merry Christmas! :)

- Original message -
From: Apache Jenkins Server<jenk...@builds.apache.org>
To: dev@hbase.apache.org
Subject: Successful: HBase Generate Website
Date: Fri, 31 Mar 2017 21:32:17 + (UTC)

Build status: Successful

If successful, the website and docs have been generated and the site has
been updated automatically.
If failed, see
https://builds.apache.org/job/hbase_generate_website/561/console

YOU DO NOT NEED TO DO THE FOLLOWING ANYMORE! It is here for
informational purposes and shows what the Jenkins job does to push the
site.

   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/561/
artifact/website.patch.zip
   | funzip>  1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
   git fetch
   git checkout -b asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7
   origin/asf-site
   git am --whitespace=fix 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
   git push origin
   asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7:asf-site
   git commit --allow-empty -m "INFRA-10751 Empty commit"
   git push origin asf-site
   git checkout asf-site
   git branch -D asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7








Re: Successful: HBase Generate Website

2017-04-01 Thread Stack
Hot Dog!

On Fri, Mar 31, 2017 at 3:03 PM, Misty Stanley-Jones <mi...@apache.org>
wrote:

> FYI, the linked Jenkins job now automatically updates the site! No more
> need to manually push. Merry Christmas! :)
>
> - Original message -
> From: Apache Jenkins Server <jenk...@builds.apache.org>
> To: dev@hbase.apache.org
> Subject: Successful: HBase Generate Website
> Date: Fri, 31 Mar 2017 21:32:17 + (UTC)
>
> Build status: Successful
>
> If successful, the website and docs have been generated and the site has
> been updated automatically.
> If failed, see
> https://builds.apache.org/job/hbase_generate_website/561/console
>
> YOU DO NOT NEED TO DO THE FOLLOWING ANYMORE! It is here for
> informational purposes and shows what the Jenkins job does to push the
> site.
>
>   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/561/
> artifact/website.patch.zip
>   | funzip > 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
>   git fetch
>   git checkout -b asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7
>   origin/asf-site
>   git am --whitespace=fix 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
>   git push origin
>   asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7:asf-site
>   git commit --allow-empty -m "INFRA-10751 Empty commit"
>   git push origin asf-site
>   git checkout asf-site
>   git branch -D asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7
>
>
>
>


Re: Fwd: Successful: HBase Generate Website

2017-03-31 Thread Nick Dimiduk
Thanks Misty! You are a- automation-mazing!

On Fri, Mar 31, 2017 at 3:06 PM Misty Stanley-Jones <mi...@apache.org>
wrote:

> And emails will now only go out if the job fails, so you won't see these
> anymore at all.
>
> On Fri, Mar 31, 2017, at 03:03 PM, Misty Stanley-Jones wrote:
> > FYI, the linked Jenkins job now automatically updates the site! No more
> > need to manually push. Merry Christmas! :)
> >
> > - Original message -
> > From: Apache Jenkins Server <jenk...@builds.apache.org>
> > To: dev@hbase.apache.org
> > Subject: Successful: HBase Generate Website
> > Date: Fri, 31 Mar 2017 21:32:17 + (UTC)
> >
> > Build status: Successful
> >
> > If successful, the website and docs have been generated and the site has
> > been updated automatically.
> > If failed, see
> > https://builds.apache.org/job/hbase_generate_website/561/console
> >
> > YOU DO NOT NEED TO DO THE FOLLOWING ANYMORE! It is here for
> > informational purposes and shows what the Jenkins job does to push the
> > site.
> >
> >   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/561/artifact/website.patch.zip
> >   | funzip > 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
> >   git fetch
> >   git checkout -b asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7
> >   origin/asf-site
> >   git am --whitespace=fix 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
> >   git push origin
> >   asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7:asf-site
> >   git commit --allow-empty -m "INFRA-10751 Empty commit"
> >   git push origin asf-site
> >   git checkout asf-site
> >   git branch -D asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7
> >
> >
> >
>


Re: Fwd: Successful: HBase Generate Website

2017-03-31 Thread Misty Stanley-Jones
And emails will now only go out if the job fails, so you won't see these
anymore at all.

On Fri, Mar 31, 2017, at 03:03 PM, Misty Stanley-Jones wrote:
> FYI, the linked Jenkins job now automatically updates the site! No more
> need to manually push. Merry Christmas! :)
> 
> - Original message -
> From: Apache Jenkins Server <jenk...@builds.apache.org>
> To: dev@hbase.apache.org
> Subject: Successful: HBase Generate Website
> Date: Fri, 31 Mar 2017 21:32:17 + (UTC)
> 
> Build status: Successful
> 
> If successful, the website and docs have been generated and the site has
> been updated automatically.
> If failed, see
> https://builds.apache.org/job/hbase_generate_website/561/console
> 
> YOU DO NOT NEED TO DO THE FOLLOWING ANYMORE! It is here for
> informational purposes and shows what the Jenkins job does to push the
> site.
> 
>   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/561/artifact/website.patch.zip
>   | funzip > 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
>   git fetch
>   git checkout -b asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7
>   origin/asf-site
>   git am --whitespace=fix 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
>   git push origin
>   asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7:asf-site
>   git commit --allow-empty -m "INFRA-10751 Empty commit"
>   git push origin asf-site
>   git checkout asf-site
>   git branch -D asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7
> 
> 
> 


Fwd: Successful: HBase Generate Website

2017-03-31 Thread Misty Stanley-Jones
FYI, the linked Jenkins job now automatically updates the site! No more
need to manually push. Merry Christmas! :)

- Original message -
From: Apache Jenkins Server <jenk...@builds.apache.org>
To: dev@hbase.apache.org
Subject: Successful: HBase Generate Website
Date: Fri, 31 Mar 2017 21:32:17 + (UTC)

Build status: Successful

If successful, the website and docs have been generated and the site has
been updated automatically.
If failed, see
https://builds.apache.org/job/hbase_generate_website/561/console

YOU DO NOT NEED TO DO THE FOLLOWING ANYMORE! It is here for
informational purposes and shows what the Jenkins job does to push the
site.

  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/561/artifact/website.patch.zip
  | funzip > 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
  git fetch
  git checkout -b asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7
  origin/asf-site
  git am --whitespace=fix 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
  git push origin
  asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7:asf-site
  git commit --allow-empty -m "INFRA-10751 Empty commit"
  git push origin asf-site
  git checkout asf-site
  git branch -D asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7





Successful: HBase Generate Website

2017-03-31 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated and the site has been 
updated automatically.
If failed, see https://builds.apache.org/job/hbase_generate_website/562/console

YOU DO NOT NEED TO DO THE FOLLOWING ANYMORE! It is here for informational 
purposes and shows what the Jenkins job does to push the site.

  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/562/artifact/website.patch.zip
 | funzip > 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
  git fetch
  git checkout -b asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7 
origin/asf-site
  git am --whitespace=fix 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
  git push origin asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7:asf-site
  git commit --allow-empty -m "INFRA-10751 Empty commit"
  git push origin asf-site
  git checkout asf-site
  git branch -D asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7





Successful: HBase Generate Website

2017-03-31 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated and the site has been 
updated automatically.
If failed, see https://builds.apache.org/job/hbase_generate_website/561/console

YOU DO NOT NEED TO DO THE FOLLOWING ANYMORE! It is here for informational 
purposes and shows what the Jenkins job does to push the site.

  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/561/artifact/website.patch.zip
 | funzip > 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
  git fetch
  git checkout -b asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7 
origin/asf-site
  git am --whitespace=fix 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
  git push origin asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7:asf-site
  git commit --allow-empty -m "INFRA-10751 Empty commit"
  git push origin asf-site
  git checkout asf-site
  git branch -D asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7





Successful: HBase Generate Website

2017-03-31 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated and the site has been 
updated automatically.

If this failed, and you need to apply these changes by hand and update the site 
manually, follow the instructions below. If the Jenkins job 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/559/artifact/website.patch.zip
 | funzip > 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.patch
  git fetch
  git checkout -b asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7 
origin/asf-site
  git am --whitespace=fix 1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7.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-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7 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 push origin asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7:asf-site
  git checkout asf-site
  git branch -D asf-site-1c4d9c8965952cbd17f0afdacbb0c0ac1e5bd1d7

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

Successful: HBase Generate Website

2017-03-31 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/557/artifact/website.patch.zip
 | funzip > a9682ca5dc46a74edca3da630560fbaf5d0cf38b.patch
  git fetch
  git checkout -b asf-site-a9682ca5dc46a74edca3da630560fbaf5d0cf38b 
origin/asf-site
  git am --whitespace=fix a9682ca5dc46a74edca3da630560fbaf5d0cf38b.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-a9682ca5dc46a74edca3da630560fbaf5d0cf38b 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-a9682ca5dc46a74edca3da630560fbaf5d0cf38b:asf-site
  git checkout asf-site
  git branch -D asf-site-a9682ca5dc46a74edca3da630560fbaf5d0cf38b

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

Successful: HBase Generate Website

2017-03-30 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/556/artifact/website.patch.zip
 | funzip > 0ec1459467f280280630e5b597bef302ec43cedd.patch
  git fetch
  git checkout -b asf-site-0ec1459467f280280630e5b597bef302ec43cedd 
origin/asf-site
  git am --whitespace=fix 0ec1459467f280280630e5b597bef302ec43cedd.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-0ec1459467f280280630e5b597bef302ec43cedd 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-0ec1459467f280280630e5b597bef302ec43cedd:asf-site
  git checkout asf-site
  git branch -D asf-site-0ec1459467f280280630e5b597bef302ec43cedd

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

Successful: HBase Generate Website

2017-03-30 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/555/artifact/website.patch.zip
 | funzip > d033cbb715aa6153c4b764ef6638b7a1cecee64e.patch
  git fetch
  git checkout -b asf-site-d033cbb715aa6153c4b764ef6638b7a1cecee64e 
origin/asf-site
  git am --whitespace=fix d033cbb715aa6153c4b764ef6638b7a1cecee64e.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-d033cbb715aa6153c4b764ef6638b7a1cecee64e 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-d033cbb715aa6153c4b764ef6638b7a1cecee64e:asf-site
  git checkout asf-site
  git branch -D asf-site-d033cbb715aa6153c4b764ef6638b7a1cecee64e

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

Successful: HBase Generate Website

2017-03-30 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/554/artifact/website.patch.zip
 | funzip > 752b258b7c30aa375b5bb7a33abf435f37e8c877.patch
  git fetch
  git checkout -b asf-site-752b258b7c30aa375b5bb7a33abf435f37e8c877 
origin/asf-site
  git am --whitespace=fix 752b258b7c30aa375b5bb7a33abf435f37e8c877.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-752b258b7c30aa375b5bb7a33abf435f37e8c877 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-752b258b7c30aa375b5bb7a33abf435f37e8c877:asf-site
  git checkout asf-site
  git branch -D asf-site-752b258b7c30aa375b5bb7a33abf435f37e8c877

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

Successful: HBase Generate Website

2017-03-29 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/553/artifact/website.patch.zip
 | funzip > b290d14e1f7fffa3c06bb19770b53094c3d2459a.patch
  git fetch
  git checkout -b asf-site-b290d14e1f7fffa3c06bb19770b53094c3d2459a 
origin/asf-site
  git am --whitespace=fix b290d14e1f7fffa3c06bb19770b53094c3d2459a.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-b290d14e1f7fffa3c06bb19770b53094c3d2459a 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-b290d14e1f7fffa3c06bb19770b53094c3d2459a:asf-site
  git checkout asf-site
  git branch -D asf-site-b290d14e1f7fffa3c06bb19770b53094c3d2459a

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

Re: Successful: HBase Generate Website

2017-03-29 Thread Sean Busbey
I published this version.

On Wed, Mar 29, 2017 at 3:51 PM, Apache Jenkins Server
 wrote:
> 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/552/artifact/website.patch.zip
>  | funzip > b290d14e1f7fffa3c06bb19770b53094c3d2459a.patch
>   git fetch
>   git checkout -b asf-site-b290d14e1f7fffa3c06bb19770b53094c3d2459a 
> origin/asf-site
>   git am --whitespace=fix b290d14e1f7fffa3c06bb19770b53094c3d2459a.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-b290d14e1f7fffa3c06bb19770b53094c3d2459a 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-b290d14e1f7fffa3c06bb19770b53094c3d2459a:asf-site
>   git checkout asf-site
>   git branch -D asf-site-b290d14e1f7fffa3c06bb19770b53094c3d2459a
>
> 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/552/console


Successful: HBase Generate Website

2017-03-29 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/552/artifact/website.patch.zip
 | funzip > b290d14e1f7fffa3c06bb19770b53094c3d2459a.patch
  git fetch
  git checkout -b asf-site-b290d14e1f7fffa3c06bb19770b53094c3d2459a 
origin/asf-site
  git am --whitespace=fix b290d14e1f7fffa3c06bb19770b53094c3d2459a.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-b290d14e1f7fffa3c06bb19770b53094c3d2459a 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-b290d14e1f7fffa3c06bb19770b53094c3d2459a:asf-site
  git checkout asf-site
  git branch -D asf-site-b290d14e1f7fffa3c06bb19770b53094c3d2459a

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

Successful: HBase Generate Website

2017-03-28 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/551/artifact/website.patch.zip
 | funzip > f159557eded160680e623b966350ea3442b5f35a.patch
  git fetch
  git checkout -b asf-site-f159557eded160680e623b966350ea3442b5f35a 
origin/asf-site
  git am --whitespace=fix f159557eded160680e623b966350ea3442b5f35a.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-f159557eded160680e623b966350ea3442b5f35a 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-f159557eded160680e623b966350ea3442b5f35a:asf-site
  git checkout asf-site
  git branch -D asf-site-f159557eded160680e623b966350ea3442b5f35a

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

Successful: HBase Generate Website

2017-03-28 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/550/artifact/website.patch.zip
 | funzip > 0345fc87759a7d44ecc385327ebb586fc632fb65.patch
  git fetch
  git checkout -b asf-site-0345fc87759a7d44ecc385327ebb586fc632fb65 
origin/asf-site
  git am --whitespace=fix 0345fc87759a7d44ecc385327ebb586fc632fb65.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-0345fc87759a7d44ecc385327ebb586fc632fb65 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-0345fc87759a7d44ecc385327ebb586fc632fb65:asf-site
  git checkout asf-site
  git branch -D asf-site-0345fc87759a7d44ecc385327ebb586fc632fb65

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

Successful: HBase Generate Website

2017-03-28 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/549/artifact/website.patch.zip
 | funzip > 0345fc87759a7d44ecc385327ebb586fc632fb65.patch
  git fetch
  git checkout -b asf-site-0345fc87759a7d44ecc385327ebb586fc632fb65 
origin/asf-site
  git am --whitespace=fix 0345fc87759a7d44ecc385327ebb586fc632fb65.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-0345fc87759a7d44ecc385327ebb586fc632fb65 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-0345fc87759a7d44ecc385327ebb586fc632fb65:asf-site
  git checkout asf-site
  git branch -D asf-site-0345fc87759a7d44ecc385327ebb586fc632fb65

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

Successful: HBase Generate Website

2017-03-28 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/548/artifact/website.patch.zip
 | funzip > cb4fac1d18660094908afd6abaace6e441ec6a49.patch
  git fetch
  git checkout -b asf-site-cb4fac1d18660094908afd6abaace6e441ec6a49 
origin/asf-site
  git am --whitespace=fix cb4fac1d18660094908afd6abaace6e441ec6a49.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-cb4fac1d18660094908afd6abaace6e441ec6a49 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-cb4fac1d18660094908afd6abaace6e441ec6a49:asf-site
  git checkout asf-site
  git branch -D asf-site-cb4fac1d18660094908afd6abaace6e441ec6a49

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

Successful: HBase Generate Website

2017-03-28 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/547/artifact/website.patch.zip
 | funzip > ea566e7c541cb18f785b30a3d59a000718b4e079.patch
  git fetch
  git checkout -b asf-site-ea566e7c541cb18f785b30a3d59a000718b4e079 
origin/asf-site
  git am --whitespace=fix ea566e7c541cb18f785b30a3d59a000718b4e079.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-ea566e7c541cb18f785b30a3d59a000718b4e079 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-ea566e7c541cb18f785b30a3d59a000718b4e079:asf-site
  git checkout asf-site
  git branch -D asf-site-ea566e7c541cb18f785b30a3d59a000718b4e079

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

Successful: HBase Generate Website

2017-03-27 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/546/artifact/website.patch.zip
 | funzip > 4b62a52ebcf401d872e6872cf25bdb4556758983.patch
  git fetch
  git checkout -b asf-site-4b62a52ebcf401d872e6872cf25bdb4556758983 
origin/asf-site
  git am --whitespace=fix 4b62a52ebcf401d872e6872cf25bdb4556758983.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-4b62a52ebcf401d872e6872cf25bdb4556758983 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-4b62a52ebcf401d872e6872cf25bdb4556758983:asf-site
  git checkout asf-site
  git branch -D asf-site-4b62a52ebcf401d872e6872cf25bdb4556758983

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

Successful: HBase Generate Website

2017-03-27 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/545/artifact/website.patch.zip
 | funzip > 85fda44179c0afba74f52944ae9bb5a38266678c.patch
  git fetch
  git checkout -b asf-site-85fda44179c0afba74f52944ae9bb5a38266678c 
origin/asf-site
  git am --whitespace=fix 85fda44179c0afba74f52944ae9bb5a38266678c.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-85fda44179c0afba74f52944ae9bb5a38266678c 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-85fda44179c0afba74f52944ae9bb5a38266678c:asf-site
  git checkout asf-site
  git branch -D asf-site-85fda44179c0afba74f52944ae9bb5a38266678c

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

Successful: HBase Generate Website

2017-03-27 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/544/artifact/website.patch.zip
 | funzip > c77e2135db07b6417f5fea4577c2c7ae8d6d7008.patch
  git fetch
  git checkout -b asf-site-c77e2135db07b6417f5fea4577c2c7ae8d6d7008 
origin/asf-site
  git am --whitespace=fix c77e2135db07b6417f5fea4577c2c7ae8d6d7008.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-c77e2135db07b6417f5fea4577c2c7ae8d6d7008 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-c77e2135db07b6417f5fea4577c2c7ae8d6d7008:asf-site
  git checkout asf-site
  git branch -D asf-site-c77e2135db07b6417f5fea4577c2c7ae8d6d7008

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

Successful: HBase Generate Website

2017-03-27 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/543/artifact/website.patch.zip
 | funzip > 04fc455037c3aa03e28c43aa2ca0668278501863.patch
  git fetch
  git checkout -b asf-site-04fc455037c3aa03e28c43aa2ca0668278501863 
origin/asf-site
  git am --whitespace=fix 04fc455037c3aa03e28c43aa2ca0668278501863.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-04fc455037c3aa03e28c43aa2ca0668278501863 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-04fc455037c3aa03e28c43aa2ca0668278501863:asf-site
  git checkout asf-site
  git branch -D asf-site-04fc455037c3aa03e28c43aa2ca0668278501863

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

Successful: HBase Generate Website

2017-03-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/542/artifact/website.patch.zip
 | funzip > 4a076cdf069aae75504a5399d4aabbf9f68fcce6.patch
  git fetch
  git checkout -b asf-site-4a076cdf069aae75504a5399d4aabbf9f68fcce6 
origin/asf-site
  git am --whitespace=fix 4a076cdf069aae75504a5399d4aabbf9f68fcce6.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-4a076cdf069aae75504a5399d4aabbf9f68fcce6 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-4a076cdf069aae75504a5399d4aabbf9f68fcce6:asf-site
  git checkout asf-site
  git branch -D asf-site-4a076cdf069aae75504a5399d4aabbf9f68fcce6

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

Successful: HBase Generate Website

2017-03-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/541/artifact/website.patch.zip
 | funzip > 50e9825139d9abfd280eb7a930c8c6a96e9e68a6.patch
  git fetch
  git checkout -b asf-site-50e9825139d9abfd280eb7a930c8c6a96e9e68a6 
origin/asf-site
  git am --whitespace=fix 50e9825139d9abfd280eb7a930c8c6a96e9e68a6.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-50e9825139d9abfd280eb7a930c8c6a96e9e68a6 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-50e9825139d9abfd280eb7a930c8c6a96e9e68a6:asf-site
  git checkout asf-site
  git branch -D asf-site-50e9825139d9abfd280eb7a930c8c6a96e9e68a6

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

Successful: HBase Generate Website

2017-03-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/540/artifact/website.patch.zip
 | funzip > 6bd3109062060f735c73b268c44022c201e6072b.patch
  git fetch
  git checkout -b asf-site-6bd3109062060f735c73b268c44022c201e6072b 
origin/asf-site
  git am --whitespace=fix 6bd3109062060f735c73b268c44022c201e6072b.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-6bd3109062060f735c73b268c44022c201e6072b 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-6bd3109062060f735c73b268c44022c201e6072b:asf-site
  git checkout asf-site
  git branch -D asf-site-6bd3109062060f735c73b268c44022c201e6072b

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

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

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

Successful: HBase Generate Website

2017-03-21 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/534/artifact/website.patch.zip
 | funzip > 941070939f4bf65536ee74b9f62d3b5114da826b.patch
  git fetch
  git checkout -b asf-site-941070939f4bf65536ee74b9f62d3b5114da826b 
origin/asf-site
  git am --whitespace=fix 941070939f4bf65536ee74b9f62d3b5114da826b.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-941070939f4bf65536ee74b9f62d3b5114da826b 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-941070939f4bf65536ee74b9f62d3b5114da826b:asf-site
  git checkout asf-site
  git branch -D asf-site-941070939f4bf65536ee74b9f62d3b5114da826b

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

Successful: HBase Generate Website

2017-03-21 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/533/artifact/website.patch.zip
 | funzip > 11dc5bf6715a1cd8fe191cfcb299688af24865f8.patch
  git fetch
  git checkout -b asf-site-11dc5bf6715a1cd8fe191cfcb299688af24865f8 
origin/asf-site
  git am --whitespace=fix 11dc5bf6715a1cd8fe191cfcb299688af24865f8.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-11dc5bf6715a1cd8fe191cfcb299688af24865f8 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-11dc5bf6715a1cd8fe191cfcb299688af24865f8:asf-site
  git checkout asf-site
  git branch -D asf-site-11dc5bf6715a1cd8fe191cfcb299688af24865f8

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

Successful: HBase Generate Website

2017-03-21 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/532/artifact/website.patch.zip
 | funzip > 1cfd22bf43c9b64afae35d9bf16f764d0da80cab.patch
  git fetch
  git checkout -b asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab 
origin/asf-site
  git am --whitespace=fix 1cfd22bf43c9b64afae35d9bf16f764d0da80cab.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-1cfd22bf43c9b64afae35d9bf16f764d0da80cab 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-1cfd22bf43c9b64afae35d9bf16f764d0da80cab:asf-site
  git checkout asf-site
  git branch -D asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab

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

Successful: HBase Generate Website

2017-03-21 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/531/artifact/website.patch.zip
 | funzip > 1cfd22bf43c9b64afae35d9bf16f764d0da80cab.patch
  git fetch
  git checkout -b asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab 
origin/asf-site
  git am --whitespace=fix 1cfd22bf43c9b64afae35d9bf16f764d0da80cab.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-1cfd22bf43c9b64afae35d9bf16f764d0da80cab 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-1cfd22bf43c9b64afae35d9bf16f764d0da80cab:asf-site
  git checkout asf-site
  git branch -D asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab

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

Successful: HBase Generate Website

2017-03-21 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/530/artifact/website.patch.zip
 | funzip > 1cfd22bf43c9b64afae35d9bf16f764d0da80cab.patch
  git fetch
  git checkout -b asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab 
origin/asf-site
  git am --whitespace=fix 1cfd22bf43c9b64afae35d9bf16f764d0da80cab.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-1cfd22bf43c9b64afae35d9bf16f764d0da80cab 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-1cfd22bf43c9b64afae35d9bf16f764d0da80cab:asf-site
  git checkout asf-site
  git branch -D asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab

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

Successful: HBase Generate Website

2017-03-21 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/529/artifact/website.patch.zip
 | funzip > 8f4ae0a0dcb658c4fe669bc4cdc68ad8e6219daf.patch
  git fetch
  git checkout -b asf-site-8f4ae0a0dcb658c4fe669bc4cdc68ad8e6219daf 
origin/asf-site
  git am --whitespace=fix 8f4ae0a0dcb658c4fe669bc4cdc68ad8e6219daf.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-8f4ae0a0dcb658c4fe669bc4cdc68ad8e6219daf 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-8f4ae0a0dcb658c4fe669bc4cdc68ad8e6219daf:asf-site
  git checkout asf-site
  git branch -D asf-site-8f4ae0a0dcb658c4fe669bc4cdc68ad8e6219daf

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

Successful: HBase Generate Website

2017-03-20 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/528/artifact/website.patch.zip
 | funzip > cc59fe4e91ab0099f65566bc90e77e37f8147119.patch
  git fetch
  git checkout -b asf-site-cc59fe4e91ab0099f65566bc90e77e37f8147119 
origin/asf-site
  git am --whitespace=fix cc59fe4e91ab0099f65566bc90e77e37f8147119.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-cc59fe4e91ab0099f65566bc90e77e37f8147119 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-cc59fe4e91ab0099f65566bc90e77e37f8147119:asf-site
  git checkout asf-site
  git branch -D asf-site-cc59fe4e91ab0099f65566bc90e77e37f8147119

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

Successful: HBase Generate Website

2017-03-20 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/527/artifact/website.patch.zip
 | funzip > 9c8f02e4ef3037e8eaf649360ce83a898c3b20e1.patch
  git fetch
  git checkout -b asf-site-9c8f02e4ef3037e8eaf649360ce83a898c3b20e1 
origin/asf-site
  git am --whitespace=fix 9c8f02e4ef3037e8eaf649360ce83a898c3b20e1.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-9c8f02e4ef3037e8eaf649360ce83a898c3b20e1 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-9c8f02e4ef3037e8eaf649360ce83a898c3b20e1:asf-site
  git checkout asf-site
  git branch -D asf-site-9c8f02e4ef3037e8eaf649360ce83a898c3b20e1

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

Successful: HBase Generate Website

2017-03-20 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/524/artifact/website.patch.zip
 | funzip > e39e0e634a2252a352ad799bc2957c72e8d2d2e9.patch
  git fetch
  git checkout -b asf-site-e39e0e634a2252a352ad799bc2957c72e8d2d2e9 
origin/asf-site
  git am --whitespace=fix e39e0e634a2252a352ad799bc2957c72e8d2d2e9.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-e39e0e634a2252a352ad799bc2957c72e8d2d2e9 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-e39e0e634a2252a352ad799bc2957c72e8d2d2e9:asf-site
  git checkout asf-site
  git branch -D asf-site-e39e0e634a2252a352ad799bc2957c72e8d2d2e9

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

Successful: HBase Generate Website

2017-03-20 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/523/artifact/website.patch.zip
 | funzip > 55d6dcaf877cc5223e679736eb613173229c18be.patch
  git fetch
  git checkout -b asf-site-55d6dcaf877cc5223e679736eb613173229c18be 
origin/asf-site
  git am --whitespace=fix 55d6dcaf877cc5223e679736eb613173229c18be.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-55d6dcaf877cc5223e679736eb613173229c18be 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-55d6dcaf877cc5223e679736eb613173229c18be:asf-site
  git checkout asf-site
  git branch -D asf-site-55d6dcaf877cc5223e679736eb613173229c18be

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

Successful: HBase Generate Website

2017-03-20 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/522/artifact/website.patch.zip
 | funzip > 4088f822a449acc39c2408a287f820ec26acabf4.patch
  git fetch
  git checkout -b asf-site-4088f822a449acc39c2408a287f820ec26acabf4 
origin/asf-site
  git am --whitespace=fix 4088f822a449acc39c2408a287f820ec26acabf4.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-4088f822a449acc39c2408a287f820ec26acabf4 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-4088f822a449acc39c2408a287f820ec26acabf4:asf-site
  git checkout asf-site
  git branch -D asf-site-4088f822a449acc39c2408a287f820ec26acabf4

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

Successful: HBase Generate Website

2017-03-20 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/521/artifact/website.patch.zip
 | funzip > 5b4bb8217dd4327a89fa29c93ac37bc887d96c2c.patch
  git fetch
  git checkout -b asf-site-5b4bb8217dd4327a89fa29c93ac37bc887d96c2c 
origin/asf-site
  git am --whitespace=fix 5b4bb8217dd4327a89fa29c93ac37bc887d96c2c.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-5b4bb8217dd4327a89fa29c93ac37bc887d96c2c 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-5b4bb8217dd4327a89fa29c93ac37bc887d96c2c:asf-site
  git checkout asf-site
  git branch -D asf-site-5b4bb8217dd4327a89fa29c93ac37bc887d96c2c

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

Successful: HBase Generate Website

2017-03-19 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/520/artifact/website.patch.zip
 | funzip > 261aa9445c3c52e09c10d06168a77d11d0c9b4b4.patch
  git fetch
  git checkout -b asf-site-261aa9445c3c52e09c10d06168a77d11d0c9b4b4 
origin/asf-site
  git am --whitespace=fix 261aa9445c3c52e09c10d06168a77d11d0c9b4b4.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-261aa9445c3c52e09c10d06168a77d11d0c9b4b4 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-261aa9445c3c52e09c10d06168a77d11d0c9b4b4:asf-site
  git checkout asf-site
  git branch -D asf-site-261aa9445c3c52e09c10d06168a77d11d0c9b4b4

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

Successful: HBase Generate Website

2017-03-18 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/519/artifact/website.patch.zip
 | funzip > 75d0f49dcd9761d32a8dedfaa169844822a9e7a5.patch
  git fetch
  git checkout -b asf-site-75d0f49dcd9761d32a8dedfaa169844822a9e7a5 
origin/asf-site
  git am --whitespace=fix 75d0f49dcd9761d32a8dedfaa169844822a9e7a5.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-75d0f49dcd9761d32a8dedfaa169844822a9e7a5 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-75d0f49dcd9761d32a8dedfaa169844822a9e7a5:asf-site
  git checkout asf-site
  git branch -D asf-site-75d0f49dcd9761d32a8dedfaa169844822a9e7a5

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

Successful: HBase Generate Website

2017-03-17 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/518/artifact/website.patch.zip
 | funzip > 0ed50f42e71599a86738643822e1ec4f2e432026.patch
  git fetch
  git checkout -b asf-site-0ed50f42e71599a86738643822e1ec4f2e432026 
origin/asf-site
  git am --whitespace=fix 0ed50f42e71599a86738643822e1ec4f2e432026.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-0ed50f42e71599a86738643822e1ec4f2e432026 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-0ed50f42e71599a86738643822e1ec4f2e432026:asf-site
  git checkout asf-site
  git branch -D asf-site-0ed50f42e71599a86738643822e1ec4f2e432026

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

Successful: HBase Generate Website

2017-03-16 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/517/artifact/website.patch.zip
 | funzip > e67eb6c424d76ee259f5076c277454a73e3a2bf4.patch
  git fetch
  git checkout -b asf-site-e67eb6c424d76ee259f5076c277454a73e3a2bf4 
origin/asf-site
  git am --whitespace=fix e67eb6c424d76ee259f5076c277454a73e3a2bf4.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-e67eb6c424d76ee259f5076c277454a73e3a2bf4 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-e67eb6c424d76ee259f5076c277454a73e3a2bf4:asf-site
  git checkout asf-site
  git branch -D asf-site-e67eb6c424d76ee259f5076c277454a73e3a2bf4

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

Successful: HBase Generate Website

2017-03-15 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/516/artifact/website.patch.zip
 | funzip > a49bc58a5456c2974552c7b6ffab9ea39393ca78.patch
  git fetch
  git checkout -b asf-site-a49bc58a5456c2974552c7b6ffab9ea39393ca78 
origin/asf-site
  git am --whitespace=fix a49bc58a5456c2974552c7b6ffab9ea39393ca78.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-a49bc58a5456c2974552c7b6ffab9ea39393ca78 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-a49bc58a5456c2974552c7b6ffab9ea39393ca78:asf-site
  git checkout asf-site
  git branch -D asf-site-a49bc58a5456c2974552c7b6ffab9ea39393ca78

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

Successful: HBase Generate Website

2017-03-13 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/514/artifact/website.patch.zip
 | funzip > fee67bcf1432cd16720fb97a0135bd67b0d2b064.patch
  git fetch
  git checkout -b asf-site-fee67bcf1432cd16720fb97a0135bd67b0d2b064 
origin/asf-site
  git am --whitespace=fix fee67bcf1432cd16720fb97a0135bd67b0d2b064.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-fee67bcf1432cd16720fb97a0135bd67b0d2b064 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-fee67bcf1432cd16720fb97a0135bd67b0d2b064:asf-site
  git checkout asf-site
  git branch -D asf-site-fee67bcf1432cd16720fb97a0135bd67b0d2b064

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

Successful: HBase Generate Website

2017-03-11 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/513/artifact/website.patch.zip
 | funzip > 4b541d63804e752f536560f7d96e222c0ffd877c.patch
  git fetch
  git checkout -b asf-site-4b541d63804e752f536560f7d96e222c0ffd877c 
origin/asf-site
  git am --whitespace=fix 4b541d63804e752f536560f7d96e222c0ffd877c.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-4b541d63804e752f536560f7d96e222c0ffd877c 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-4b541d63804e752f536560f7d96e222c0ffd877c:asf-site
  git checkout asf-site
  git branch -D asf-site-4b541d63804e752f536560f7d96e222c0ffd877c

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

Successful: HBase Generate Website

2017-03-10 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/512/artifact/website.patch.zip
 | funzip > e0365df9d61eba35c5b39e39bc8b291ac68dbb1c.patch
  git fetch
  git checkout -b asf-site-e0365df9d61eba35c5b39e39bc8b291ac68dbb1c 
origin/asf-site
  git am --whitespace=fix e0365df9d61eba35c5b39e39bc8b291ac68dbb1c.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-e0365df9d61eba35c5b39e39bc8b291ac68dbb1c 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-e0365df9d61eba35c5b39e39bc8b291ac68dbb1c:asf-site
  git checkout asf-site
  git branch -D asf-site-e0365df9d61eba35c5b39e39bc8b291ac68dbb1c

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

Successful: HBase Generate Website

2017-03-09 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/511/artifact/website.patch.zip
 | funzip > 1160315e2f666fd5c51505f55f77399e302885f2.patch
  git fetch
  git checkout -b asf-site-1160315e2f666fd5c51505f55f77399e302885f2 
origin/asf-site
  git am --whitespace=fix 1160315e2f666fd5c51505f55f77399e302885f2.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-1160315e2f666fd5c51505f55f77399e302885f2 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-1160315e2f666fd5c51505f55f77399e302885f2:asf-site
  git checkout asf-site
  git branch -D asf-site-1160315e2f666fd5c51505f55f77399e302885f2

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

Successful: HBase Generate Website

2017-03-08 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/510/artifact/website.patch.zip
 | funzip > 58c76192bdbf1f4863c1c87d165c2e3b9674d4ad.patch
  git fetch
  git checkout -b asf-site-58c76192bdbf1f4863c1c87d165c2e3b9674d4ad 
origin/asf-site
  git am --whitespace=fix 58c76192bdbf1f4863c1c87d165c2e3b9674d4ad.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-58c76192bdbf1f4863c1c87d165c2e3b9674d4ad 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-58c76192bdbf1f4863c1c87d165c2e3b9674d4ad:asf-site
  git checkout asf-site
  git branch -D asf-site-58c76192bdbf1f4863c1c87d165c2e3b9674d4ad

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

Successful: HBase Generate Website

2017-03-06 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/508/artifact/website.patch.zip
 | funzip > d2349c6f98fef014e49216870f48f854edfaf5dd.patch
  git fetch
  git checkout -b asf-site-d2349c6f98fef014e49216870f48f854edfaf5dd 
origin/asf-site
  git am --whitespace=fix d2349c6f98fef014e49216870f48f854edfaf5dd.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-d2349c6f98fef014e49216870f48f854edfaf5dd 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-d2349c6f98fef014e49216870f48f854edfaf5dd:asf-site
  git checkout asf-site
  git branch -D asf-site-d2349c6f98fef014e49216870f48f854edfaf5dd

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

Successful: HBase Generate Website

2017-03-05 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/507/artifact/website.patch.zip
 | funzip > 6bb59382263ad13d9ec2f51087a09266edef170c.patch
  git fetch
  git checkout -b asf-site-6bb59382263ad13d9ec2f51087a09266edef170c 
origin/asf-site
  git am --whitespace=fix 6bb59382263ad13d9ec2f51087a09266edef170c.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-6bb59382263ad13d9ec2f51087a09266edef170c 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-6bb59382263ad13d9ec2f51087a09266edef170c:asf-site
  git checkout asf-site
  git branch -D asf-site-6bb59382263ad13d9ec2f51087a09266edef170c

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

Successful: HBase Generate Website

2017-03-04 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/506/artifact/website.patch.zip
 | funzip > 404a2883f2f68f0c2762c0df62a29aebeb7da151.patch
  git fetch
  git checkout -b asf-site-404a2883f2f68f0c2762c0df62a29aebeb7da151 
origin/asf-site
  git am --whitespace=fix 404a2883f2f68f0c2762c0df62a29aebeb7da151.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-404a2883f2f68f0c2762c0df62a29aebeb7da151 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-404a2883f2f68f0c2762c0df62a29aebeb7da151:asf-site
  git checkout asf-site
  git branch -D asf-site-404a2883f2f68f0c2762c0df62a29aebeb7da151

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

Successful: HBase Generate Website

2017-03-03 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/505/artifact/website.patch.zip
 | funzip > 678ad0ea73812a7b2d4f48d2569f8736fd827200.patch
  git fetch
  git checkout -b asf-site-678ad0ea73812a7b2d4f48d2569f8736fd827200 
origin/asf-site
  git am --whitespace=fix 678ad0ea73812a7b2d4f48d2569f8736fd827200.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-678ad0ea73812a7b2d4f48d2569f8736fd827200 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-678ad0ea73812a7b2d4f48d2569f8736fd827200:asf-site
  git checkout asf-site
  git branch -D asf-site-678ad0ea73812a7b2d4f48d2569f8736fd827200

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

2017-03-01 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/503/artifact/website.patch.zip
 | funzip > 4a5eba5e59591a8be06f6a3bf1b7f83a63bbec67.patch
  git fetch
  git checkout -b asf-site-4a5eba5e59591a8be06f6a3bf1b7f83a63bbec67 
origin/asf-site
  git am --whitespace=fix 4a5eba5e59591a8be06f6a3bf1b7f83a63bbec67.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-4a5eba5e59591a8be06f6a3bf1b7f83a63bbec67 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-4a5eba5e59591a8be06f6a3bf1b7f83a63bbec67:asf-site
  git checkout asf-site
  git branch -D asf-site-4a5eba5e59591a8be06f6a3bf1b7f83a63bbec67

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Re: Successful: HBase Generate Website

2017-02-17 Thread Stack
I pushed the website with below patch.
FYI,
S

On Fri, Feb 17, 2017 at 7:02 AM, Apache Jenkins Server <
jenk...@builds.apache.org> wrote:

> 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/491/
> artifact/website.patch.zip | funzip > 7763dd6688254d37ad611f5d290db4
> 7c83cf93d3.patch
>   git fetch
>   git checkout -b asf-site-7763dd6688254d37ad611f5d290db47c83cf93d3
> origin/asf-site
>   git am --whitespace=fix 7763dd6688254d37ad611f5d290db47c83cf93d3.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-7763dd6688254d37ad611f5d290db47c83cf93d3
> 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-7763dd6688254d37ad611f5d290db4
> 7c83cf93d3:asf-site
>   git checkout asf-site
>   git branch -D asf-site-7763dd6688254d37ad611f5d290db47c83cf93d3
>
> 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/491/
> console


Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Re: Successful: HBase Generate Website

2017-02-05 Thread Ted Yu
Looks like the site hasn't been updated for almost 2 months.

I have pushed the 26a94844f533b95db1f0a58d6a7cc3dc4a7a7098.patch

On Sun, Feb 5, 2017 at 7:07 AM, Apache Jenkins Server <
jenk...@builds.apache.org> wrote:

> 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/480/
> artifact/website.patch.zip | funzip > 26a94844f533b95db1f0a58d6a7cc3
> dc4a7a7098.patch
>   git fetch
>   git checkout -b asf-site-26a94844f533b95db1f0a58d6a7cc3dc4a7a7098
> origin/asf-site
>   git am --whitespace=fix 26a94844f533b95db1f0a58d6a7cc3dc4a7a7098.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-26a94844f533b95db1f0a58d6a7cc3dc4a7a7098
> 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-26a94844f533b95db1f0a58d6a7cc3
> dc4a7a7098:asf-site
>   git checkout asf-site
>   git branch -D asf-site-26a94844f533b95db1f0a58d6a7cc3dc4a7a7098
>
> 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/480/
> console


Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

2017-01-31 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/475/artifact/website.patch.zip
 | funzip > b7fc7bf246934cea09e22f55bea62415f7319647.patch
  git fetch
  git checkout -b asf-site-b7fc7bf246934cea09e22f55bea62415f7319647 
origin/asf-site
  git am --whitespace=fix b7fc7bf246934cea09e22f55bea62415f7319647.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-b7fc7bf246934cea09e22f55bea62415f7319647 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-b7fc7bf246934cea09e22f55bea62415f7319647:asf-site
  git checkout asf-site
  git branch -D asf-site-b7fc7bf246934cea09e22f55bea62415f7319647

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

Successful: HBase Generate Website

2017-01-29 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/474/artifact/website.patch.zip
 | funzip > aff8de8397acf540f25dfffccce7a081d0f31fc1.patch
  git fetch
  git checkout -b asf-site-aff8de8397acf540f25dfffccce7a081d0f31fc1 
origin/asf-site
  git am --whitespace=fix aff8de8397acf540f25dfffccce7a081d0f31fc1.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-aff8de8397acf540f25dfffccce7a081d0f31fc1 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-aff8de8397acf540f25dfffccce7a081d0f31fc1:asf-site
  git checkout asf-site
  git branch -D asf-site-aff8de8397acf540f25dfffccce7a081d0f31fc1

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

Successful: HBase Generate Website

2017-01-28 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/473/artifact/website.patch.zip
 | funzip > c725d4d334e3b6ce4ed9cdaa1a84bba101f78ec3.patch
  git fetch
  git checkout -b asf-site-c725d4d334e3b6ce4ed9cdaa1a84bba101f78ec3 
origin/asf-site
  git am --whitespace=fix c725d4d334e3b6ce4ed9cdaa1a84bba101f78ec3.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-c725d4d334e3b6ce4ed9cdaa1a84bba101f78ec3 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-c725d4d334e3b6ce4ed9cdaa1a84bba101f78ec3:asf-site
  git checkout asf-site
  git branch -D asf-site-c725d4d334e3b6ce4ed9cdaa1a84bba101f78ec3

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

Successful: HBase Generate Website

2017-01-27 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/472/artifact/website.patch.zip
 | funzip > 92fc4c0cc8efddae74662ac26c9b821402dd6394.patch
  git fetch
  git checkout -b asf-site-92fc4c0cc8efddae74662ac26c9b821402dd6394 
origin/asf-site
  git am --whitespace=fix 92fc4c0cc8efddae74662ac26c9b821402dd6394.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-92fc4c0cc8efddae74662ac26c9b821402dd6394 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-92fc4c0cc8efddae74662ac26c9b821402dd6394:asf-site
  git checkout asf-site
  git branch -D asf-site-92fc4c0cc8efddae74662ac26c9b821402dd6394

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

Successful: HBase Generate Website

2017-01-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/471/artifact/website.patch.zip
 | funzip > 0ac5d4a7171833d33b35c09a3f5f3ca3ee5cd4d1.patch
  git fetch
  git checkout -b asf-site-0ac5d4a7171833d33b35c09a3f5f3ca3ee5cd4d1 
origin/asf-site
  git am --whitespace=fix 0ac5d4a7171833d33b35c09a3f5f3ca3ee5cd4d1.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-0ac5d4a7171833d33b35c09a3f5f3ca3ee5cd4d1 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-0ac5d4a7171833d33b35c09a3f5f3ca3ee5cd4d1:asf-site
  git checkout asf-site
  git branch -D asf-site-0ac5d4a7171833d33b35c09a3f5f3ca3ee5cd4d1

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

Successful: HBase Generate Website

2017-01-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/470/artifact/website.patch.zip
 | funzip > 59fd6eb7f68c6d616a645db078939c6d32da7aaf.patch
  git fetch
  git checkout -b asf-site-59fd6eb7f68c6d616a645db078939c6d32da7aaf 
origin/asf-site
  git am --whitespace=fix 59fd6eb7f68c6d616a645db078939c6d32da7aaf.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-59fd6eb7f68c6d616a645db078939c6d32da7aaf 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-59fd6eb7f68c6d616a645db078939c6d32da7aaf:asf-site
  git checkout asf-site
  git branch -D asf-site-59fd6eb7f68c6d616a645db078939c6d32da7aaf

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

Successful: HBase Generate Website

2017-01-24 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/469/artifact/website.patch.zip
 | funzip > 616f4801b06a8427a03ceca9fb8345700ce1ad71.patch
  git fetch
  git checkout -b asf-site-616f4801b06a8427a03ceca9fb8345700ce1ad71 
origin/asf-site
  git am --whitespace=fix 616f4801b06a8427a03ceca9fb8345700ce1ad71.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-616f4801b06a8427a03ceca9fb8345700ce1ad71 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-616f4801b06a8427a03ceca9fb8345700ce1ad71:asf-site
  git checkout asf-site
  git branch -D asf-site-616f4801b06a8427a03ceca9fb8345700ce1ad71

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

Successful: HBase Generate Website

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

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

Successful: HBase Generate Website

2017-01-22 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/467/artifact/website.patch.zip
 | funzip > 3abd13dacb57927bd44a47632f4bd0c2e2bb87ea.patch
  git fetch
  git checkout -b asf-site-3abd13dacb57927bd44a47632f4bd0c2e2bb87ea 
origin/asf-site
  git am --whitespace=fix 3abd13dacb57927bd44a47632f4bd0c2e2bb87ea.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-3abd13dacb57927bd44a47632f4bd0c2e2bb87ea 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-3abd13dacb57927bd44a47632f4bd0c2e2bb87ea:asf-site
  git checkout asf-site
  git branch -D asf-site-3abd13dacb57927bd44a47632f4bd0c2e2bb87ea

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

Successful: HBase Generate Website

2017-01-20 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/465/artifact/website.patch.zip
 | funzip > 4fdd6ff9aef0979d7b4f07abe159dbe4c755ccff.patch
  git fetch
  git checkout -b asf-site-4fdd6ff9aef0979d7b4f07abe159dbe4c755ccff 
origin/asf-site
  git am --whitespace=fix 4fdd6ff9aef0979d7b4f07abe159dbe4c755ccff.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-4fdd6ff9aef0979d7b4f07abe159dbe4c755ccff 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-4fdd6ff9aef0979d7b4f07abe159dbe4c755ccff:asf-site
  git checkout asf-site
  git branch -D asf-site-4fdd6ff9aef0979d7b4f07abe159dbe4c755ccff

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

Successful: HBase Generate Website

2017-01-19 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/464/artifact/website.patch.zip
 | funzip > cb9ce2ceafb5467522b1b380956446e40b8250d5.patch
  git fetch
  git checkout -b asf-site-cb9ce2ceafb5467522b1b380956446e40b8250d5 
origin/asf-site
  git am --whitespace=fix cb9ce2ceafb5467522b1b380956446e40b8250d5.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-cb9ce2ceafb5467522b1b380956446e40b8250d5 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-cb9ce2ceafb5467522b1b380956446e40b8250d5:asf-site
  git checkout asf-site
  git branch -D asf-site-cb9ce2ceafb5467522b1b380956446e40b8250d5

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

Successful: HBase Generate Website

2017-01-18 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/463/artifact/website.patch.zip
 | funzip > 406f66a4e89f0d3a52225bce6a5a33cf54b9d75c.patch
  git fetch
  git checkout -b asf-site-406f66a4e89f0d3a52225bce6a5a33cf54b9d75c 
origin/asf-site
  git am --whitespace=fix 406f66a4e89f0d3a52225bce6a5a33cf54b9d75c.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-406f66a4e89f0d3a52225bce6a5a33cf54b9d75c 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-406f66a4e89f0d3a52225bce6a5a33cf54b9d75c:asf-site
  git checkout asf-site
  git branch -D asf-site-406f66a4e89f0d3a52225bce6a5a33cf54b9d75c

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

Successful: HBase Generate Website

2017-01-17 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/462/artifact/website.patch.zip
 | funzip > 9b38c1a33ce1a7ee41cb14980b3b74e317d30b78.patch
  git fetch
  git checkout -b asf-site-9b38c1a33ce1a7ee41cb14980b3b74e317d30b78 
origin/asf-site
  git am --whitespace=fix 9b38c1a33ce1a7ee41cb14980b3b74e317d30b78.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-9b38c1a33ce1a7ee41cb14980b3b74e317d30b78 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-9b38c1a33ce1a7ee41cb14980b3b74e317d30b78:asf-site
  git checkout asf-site
  git branch -D asf-site-9b38c1a33ce1a7ee41cb14980b3b74e317d30b78

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

Successful: HBase Generate Website

2017-01-14 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/461/artifact/website.patch.zip
 | funzip > 4cb09a494c4148de2b4e8c6cd011bacdf7f33b1a.patch
  git fetch
  git checkout -b asf-site-4cb09a494c4148de2b4e8c6cd011bacdf7f33b1a 
origin/asf-site
  git am --whitespace=fix 4cb09a494c4148de2b4e8c6cd011bacdf7f33b1a.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-4cb09a494c4148de2b4e8c6cd011bacdf7f33b1a 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-4cb09a494c4148de2b4e8c6cd011bacdf7f33b1a:asf-site
  git checkout asf-site
  git branch -D asf-site-4cb09a494c4148de2b4e8c6cd011bacdf7f33b1a

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

Successful: HBase Generate Website

2017-01-13 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/460/artifact/website.patch.zip
 | funzip > 2f8ddf6fc5f904f0273b07469286e01aa02c7da5.patch
  git fetch
  git checkout -b asf-site-2f8ddf6fc5f904f0273b07469286e01aa02c7da5 
origin/asf-site
  git am --whitespace=fix 2f8ddf6fc5f904f0273b07469286e01aa02c7da5.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-2f8ddf6fc5f904f0273b07469286e01aa02c7da5 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-2f8ddf6fc5f904f0273b07469286e01aa02c7da5:asf-site
  git checkout asf-site
  git branch -D asf-site-2f8ddf6fc5f904f0273b07469286e01aa02c7da5

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

Successful: HBase Generate Website

2017-01-12 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/459/artifact/website.patch.zip
 | funzip > f7d0f15c99e7eacb487ba9e06cfa42ecc4d41263.patch
  git fetch
  git checkout -b asf-site-f7d0f15c99e7eacb487ba9e06cfa42ecc4d41263 
origin/asf-site
  git am --whitespace=fix f7d0f15c99e7eacb487ba9e06cfa42ecc4d41263.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-f7d0f15c99e7eacb487ba9e06cfa42ecc4d41263 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-f7d0f15c99e7eacb487ba9e06cfa42ecc4d41263:asf-site
  git checkout asf-site
  git branch -D asf-site-f7d0f15c99e7eacb487ba9e06cfa42ecc4d41263

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

Successful: HBase Generate Website

2017-01-11 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/458/artifact/website.patch.zip
 | funzip > 953416eb3411f7361f39283fabd4a555bfc873f0.patch
  git fetch
  git checkout -b asf-site-953416eb3411f7361f39283fabd4a555bfc873f0 
origin/asf-site
  git am --whitespace=fix 953416eb3411f7361f39283fabd4a555bfc873f0.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-953416eb3411f7361f39283fabd4a555bfc873f0 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-953416eb3411f7361f39283fabd4a555bfc873f0:asf-site
  git checkout asf-site
  git branch -D asf-site-953416eb3411f7361f39283fabd4a555bfc873f0

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

  1   2   3   4   5   >