You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Alejandro Fernandez <al...@apache.org> on 2015/08/01 03:47:58 UTC

[VOTE] Apache Ambari Release 2.0.2 RC1

Hi,

I have created an Apache Ambari 2.0.2 Release Candidate (RC1). This is a
maintenance release for branch-2.0.maint

GIT source tag:
*https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=refs/tags/release-2.0.2-rc1
<https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=refs/tags/release-2.0.2-rc1>*

Staging site: http://people.apache.org/~alejandro/apache-ambari-2.0.2-rc1/

PGP release key used (signed using 392F57AC):
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x2147F220392F57AC

Updated KEYS file: https://dist.apache.org/repos/dist/release/ambari/KEYS

One can look into the issues fixed in this release at
https://issues.apache.org/jira/browse/AMBARI/fixforversion/12332747
Total 2.0.2 JIRAs: 12
Total JIRAs Resolved as Fixed: 12

Vote will be open for 72 hours.
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove (and reason why)

Here's my vote to start: +1

Here's how to verify the tarball hashes:

git clone --branch release-2.0.2-rc1
https://git-wip-us.apache.org/repos/asf/ambari.git apache-ambari-2.0.2-src
cd apache-ambari-2.0.2-src
git clean -xdf
cd ambari-web
npm install
ulimit -n 2048
brunch build
rm -rf node_modules
mv public public-static
cd ../..
tar --exclude=.git --exclude=.gitignore --exclude=.gitattributes -zcvf
apache-ambari-2.0.2-src.tar.gz apache-ambari-2.0.2-src

# Verify my signature,
gpg --verify apache-ambari-2.0.2-src.tar.gz.asc
apache-ambari-2.0.2-src.tar.gz
gpg: Signature made Fri Jul 31 18:36:49 2015 PDT using RSA key ID 392F57AC
gpg: Good signature from "Alejandro Fernandez (Apache Ambari Release
Management) <al...@apache.org>"

openssl md5 apache-ambari-2.0.2-src.tar.gz >
apache-ambari-2.0.2-src.tar.gz.md5    # and compare to the file I provided
openssl sha1 apache-ambari-2.0.2-src.tar.gz >
apache-ambari-2.0.2-src.tar.gz.sha1  # and compare to the file I provided

# I made sure ratcheck passes
cp -R apache-ambari-2.0.2-src apache-ambari-2.0.2-ratcheck
cd apache-ambari-2.0.2-ratcheck
mvn clean apache-rat:check

Thanks,
Alejandro Fernandez
Apache Ambari PMC

Re: [VOTE] Apache Ambari Release 2.0.2 RC1

Posted by Mahadev Konar <ma...@hortonworks.com>.
+1 for the release. Downloaded and checked for the signature.



On 7/31/15, 6:47 PM, "Alejandro Fernandez" <al...@apache.org> wrote:

>Hi,
>
>I have created an Apache Ambari 2.0.2 Release Candidate (RC1). This is a
>maintenance release for branch-2.0.maint
>
>GIT source tag:
>*https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=
>refs/tags/release-2.0.2-rc1
><https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=
>refs/tags/release-2.0.2-rc1>*
>
>Staging site: http://people.apache.org/~alejandro/apache-ambari-2.0.2-rc1/
>
>PGP release key used (signed using 392F57AC):
>http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x2147F220392F57AC
>
>Updated KEYS file: https://dist.apache.org/repos/dist/release/ambari/KEYS
>
>One can look into the issues fixed in this release at
>https://issues.apache.org/jira/browse/AMBARI/fixforversion/12332747
>Total 2.0.2 JIRAs: 12
>Total JIRAs Resolved as Fixed: 12
>
>Vote will be open for 72 hours.
>[ ] +1 approve
>[ ] +0 no opinion
>[ ] -1 disapprove (and reason why)
>
>Here's my vote to start: +1
>
>Here's how to verify the tarball hashes:
>
>git clone --branch release-2.0.2-rc1
>https://git-wip-us.apache.org/repos/asf/ambari.git apache-ambari-2.0.2-src
>cd apache-ambari-2.0.2-src
>git clean -xdf
>cd ambari-web
>npm install
>ulimit -n 2048
>brunch build
>rm -rf node_modules
>mv public public-static
>cd ../..
>tar --exclude=.git --exclude=.gitignore --exclude=.gitattributes -zcvf
>apache-ambari-2.0.2-src.tar.gz apache-ambari-2.0.2-src
>
># Verify my signature,
>gpg --verify apache-ambari-2.0.2-src.tar.gz.asc
>apache-ambari-2.0.2-src.tar.gz
>gpg: Signature made Fri Jul 31 18:36:49 2015 PDT using RSA key ID 392F57AC
>gpg: Good signature from "Alejandro Fernandez (Apache Ambari Release
>Management) <al...@apache.org>"
>
>openssl md5 apache-ambari-2.0.2-src.tar.gz >
>apache-ambari-2.0.2-src.tar.gz.md5    # and compare to the file I provided
>openssl sha1 apache-ambari-2.0.2-src.tar.gz >
>apache-ambari-2.0.2-src.tar.gz.sha1  # and compare to the file I provided
>
># I made sure ratcheck passes
>cp -R apache-ambari-2.0.2-src apache-ambari-2.0.2-ratcheck
>cd apache-ambari-2.0.2-ratcheck
>mvn clean apache-rat:check
>
>Thanks,
>Alejandro Fernandez
>Apache Ambari PMC


Re: [VOTE] Apache Ambari Release 2.0.2 RC1

Posted by Yusaku Sako <yu...@hortonworks.com>.
Hitesh,

Good catch.
Let’s address this in trunk and branch-2.1.
I’ve opened https://issues.apache.org/jira/browse/AMBARI-12625 to keep track.

Yusaku



On 8/1/15, 1:12 PM, "Hitesh Shah" <hi...@apache.org> wrote:

>-0
>
>The source seems to include fontawesome fonts which are licensed using SIL Open Font License but the license does not account for it.
>
>Ref: http://www.apache.org/legal/resolved.html#category-b
>
>— Hitesh 
>
>
>On Jul 31, 2015, at 6:47 PM, Alejandro Fernandez <al...@apache.org> wrote:
>
>> Hi,
>> 
>> I have created an Apache Ambari 2.0.2 Release Candidate (RC1). This is a
>> maintenance release for branch-2.0.maint
>> 
>> GIT source tag:
>> *https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=refs/tags/release-2.0.2-rc1
>> <https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=refs/tags/release-2.0.2-rc1>*
>> 
>> Staging site: http://people.apache.org/~alejandro/apache-ambari-2.0.2-rc1/
>> 
>> PGP release key used (signed using 392F57AC):
>> http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x2147F220392F57AC
>> 
>> Updated KEYS file: https://dist.apache.org/repos/dist/release/ambari/KEYS
>> 
>> One can look into the issues fixed in this release at
>> https://issues.apache.org/jira/browse/AMBARI/fixforversion/12332747
>> Total 2.0.2 JIRAs: 12
>> Total JIRAs Resolved as Fixed: 12
>> 
>> Vote will be open for 72 hours.
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove (and reason why)
>> 
>> Here's my vote to start: +1
>> 
>> Here's how to verify the tarball hashes:
>> 
>> git clone --branch release-2.0.2-rc1
>> https://git-wip-us.apache.org/repos/asf/ambari.git apache-ambari-2.0.2-src
>> cd apache-ambari-2.0.2-src
>> git clean -xdf
>> cd ambari-web
>> npm install
>> ulimit -n 2048
>> brunch build
>> rm -rf node_modules
>> mv public public-static
>> cd ../..
>> tar --exclude=.git --exclude=.gitignore --exclude=.gitattributes -zcvf
>> apache-ambari-2.0.2-src.tar.gz apache-ambari-2.0.2-src
>> 
>> # Verify my signature,
>> gpg --verify apache-ambari-2.0.2-src.tar.gz.asc
>> apache-ambari-2.0.2-src.tar.gz
>> gpg: Signature made Fri Jul 31 18:36:49 2015 PDT using RSA key ID 392F57AC
>> gpg: Good signature from "Alejandro Fernandez (Apache Ambari Release
>> Management) <al...@apache.org>"
>> 
>> openssl md5 apache-ambari-2.0.2-src.tar.gz >
>> apache-ambari-2.0.2-src.tar.gz.md5    # and compare to the file I provided
>> openssl sha1 apache-ambari-2.0.2-src.tar.gz >
>> apache-ambari-2.0.2-src.tar.gz.sha1  # and compare to the file I provided
>> 
>> # I made sure ratcheck passes
>> cp -R apache-ambari-2.0.2-src apache-ambari-2.0.2-ratcheck
>> cd apache-ambari-2.0.2-ratcheck
>> mvn clean apache-rat:check
>> 
>> Thanks,
>> Alejandro Fernandez
>> Apache Ambari PMC
>
>

Re: [VOTE] Apache Ambari Release 2.0.2 RC1

Posted by Hitesh Shah <hi...@apache.org>.
-0

The source seems to include fontawesome fonts which are licensed using SIL Open Font License but the license does not account for it.

Ref: http://www.apache.org/legal/resolved.html#category-b

— Hitesh 


On Jul 31, 2015, at 6:47 PM, Alejandro Fernandez <al...@apache.org> wrote:

> Hi,
> 
> I have created an Apache Ambari 2.0.2 Release Candidate (RC1). This is a
> maintenance release for branch-2.0.maint
> 
> GIT source tag:
> *https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=refs/tags/release-2.0.2-rc1
> <https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=refs/tags/release-2.0.2-rc1>*
> 
> Staging site: http://people.apache.org/~alejandro/apache-ambari-2.0.2-rc1/
> 
> PGP release key used (signed using 392F57AC):
> http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x2147F220392F57AC
> 
> Updated KEYS file: https://dist.apache.org/repos/dist/release/ambari/KEYS
> 
> One can look into the issues fixed in this release at
> https://issues.apache.org/jira/browse/AMBARI/fixforversion/12332747
> Total 2.0.2 JIRAs: 12
> Total JIRAs Resolved as Fixed: 12
> 
> Vote will be open for 72 hours.
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
> 
> Here's my vote to start: +1
> 
> Here's how to verify the tarball hashes:
> 
> git clone --branch release-2.0.2-rc1
> https://git-wip-us.apache.org/repos/asf/ambari.git apache-ambari-2.0.2-src
> cd apache-ambari-2.0.2-src
> git clean -xdf
> cd ambari-web
> npm install
> ulimit -n 2048
> brunch build
> rm -rf node_modules
> mv public public-static
> cd ../..
> tar --exclude=.git --exclude=.gitignore --exclude=.gitattributes -zcvf
> apache-ambari-2.0.2-src.tar.gz apache-ambari-2.0.2-src
> 
> # Verify my signature,
> gpg --verify apache-ambari-2.0.2-src.tar.gz.asc
> apache-ambari-2.0.2-src.tar.gz
> gpg: Signature made Fri Jul 31 18:36:49 2015 PDT using RSA key ID 392F57AC
> gpg: Good signature from "Alejandro Fernandez (Apache Ambari Release
> Management) <al...@apache.org>"
> 
> openssl md5 apache-ambari-2.0.2-src.tar.gz >
> apache-ambari-2.0.2-src.tar.gz.md5    # and compare to the file I provided
> openssl sha1 apache-ambari-2.0.2-src.tar.gz >
> apache-ambari-2.0.2-src.tar.gz.sha1  # and compare to the file I provided
> 
> # I made sure ratcheck passes
> cp -R apache-ambari-2.0.2-src apache-ambari-2.0.2-ratcheck
> cd apache-ambari-2.0.2-ratcheck
> mvn clean apache-rat:check
> 
> Thanks,
> Alejandro Fernandez
> Apache Ambari PMC


Re: [VOTE] Apache Ambari Release 2.0.2 RC1

Posted by Alejandro Fernandez <al...@apache.org>.
Canceling RC1 since Sid Waggle found an issue. Will submit RC2 for a vote
in a couple of minutes.

On Fri, Jul 31, 2015 at 6:47 PM, Alejandro Fernandez <al...@apache.org>
wrote:

> Hi,
>
> I have created an Apache Ambari 2.0.2 Release Candidate (RC1). This is a
> maintenance release for branch-2.0.maint
>
> GIT source tag: *https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=refs/tags/release-2.0.2-rc1
> <https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=refs/tags/release-2.0.2-rc1>*
>
> Staging site: http://people.apache.org/~alejandro/apache-ambari-2.0.2-rc1/
>
> PGP release key used (signed using 392F57AC):
> http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x2147F220392F57AC
>
> Updated KEYS file: https://dist.apache.org/repos/dist/release/ambari/KEYS
>
> One can look into the issues fixed in this release at
> https://issues.apache.org/jira/browse/AMBARI/fixforversion/12332747
> Total 2.0.2 JIRAs: 12
> Total JIRAs Resolved as Fixed: 12
>
> Vote will be open for 72 hours.
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
> Here's my vote to start: +1
>
> Here's how to verify the tarball hashes:
>
> git clone --branch release-2.0.2-rc1
> https://git-wip-us.apache.org/repos/asf/ambari.git apache-ambari-2.0.2-src
> cd apache-ambari-2.0.2-src
> git clean -xdf
> cd ambari-web
> npm install
> ulimit -n 2048
> brunch build
> rm -rf node_modules
> mv public public-static
> cd ../..
> tar --exclude=.git --exclude=.gitignore --exclude=.gitattributes -zcvf
> apache-ambari-2.0.2-src.tar.gz apache-ambari-2.0.2-src
>
> # Verify my signature,
> gpg --verify apache-ambari-2.0.2-src.tar.gz.asc
> apache-ambari-2.0.2-src.tar.gz
> gpg: Signature made Fri Jul 31 18:36:49 2015 PDT using RSA key ID 392F57AC
> gpg: Good signature from "Alejandro Fernandez (Apache Ambari Release
> Management) <al...@apache.org>"
>
> openssl md5 apache-ambari-2.0.2-src.tar.gz >
> apache-ambari-2.0.2-src.tar.gz.md5    # and compare to the file I provided
> openssl sha1 apache-ambari-2.0.2-src.tar.gz >
> apache-ambari-2.0.2-src.tar.gz.sha1  # and compare to the file I provided
>
> # I made sure ratcheck passes
> cp -R apache-ambari-2.0.2-src apache-ambari-2.0.2-ratcheck
> cd apache-ambari-2.0.2-ratcheck
> mvn clean apache-rat:check
>
> Thanks,
> Alejandro Fernandez
> Apache Ambari PMC
>

Re: [CANCEL][VOTE] Apache Ambari Release 2.0.2 RC1

Posted by Siddharth Wagle <sw...@hortonworks.com>.
-1 for this RC, found an issue with recently backported patch from branch-2.1

The addendum patch was not backported to 2.0-maint branch. I have merged the changed to 2.0-maint, here is the commit hash:

commit fc7f513a3f03313d6a3b39bf2ef082ccd6695524
Author: Siddharth Wagle <sw...@hortonworks.com>
Date:   Mon Aug 3 11:07:37 2015 -0700

    AMBARI-10904. Provide a configurable timeout setting on MetricsTimelineSink.emitMetrics. Sink timeout jetty issue. (swagle)

Regards,
Sid

________________________________________
From: Alejandro Fernandez <al...@apache.org>
Sent: Friday, July 31, 2015 6:47 PM
To: dev@ambari.apache.org
Subject: [VOTE] Apache Ambari Release 2.0.2 RC1

Hi,

I have created an Apache Ambari 2.0.2 Release Candidate (RC1). This is a
maintenance release for branch-2.0.maint

GIT source tag:
*https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=refs/tags/release-2.0.2-rc1
<https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=refs/tags/release-2.0.2-rc1>*

Staging site: http://people.apache.org/~alejandro/apache-ambari-2.0.2-rc1/

PGP release key used (signed using 392F57AC):
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x2147F220392F57AC

Updated KEYS file: https://dist.apache.org/repos/dist/release/ambari/KEYS

One can look into the issues fixed in this release at
https://issues.apache.org/jira/browse/AMBARI/fixforversion/12332747
Total 2.0.2 JIRAs: 12
Total JIRAs Resolved as Fixed: 12

Vote will be open for 72 hours.
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove (and reason why)

Here's my vote to start: +1

Here's how to verify the tarball hashes:

git clone --branch release-2.0.2-rc1
https://git-wip-us.apache.org/repos/asf/ambari.git apache-ambari-2.0.2-src
cd apache-ambari-2.0.2-src
git clean -xdf
cd ambari-web
npm install
ulimit -n 2048
brunch build
rm -rf node_modules
mv public public-static
cd ../..
tar --exclude=.git --exclude=.gitignore --exclude=.gitattributes -zcvf
apache-ambari-2.0.2-src.tar.gz apache-ambari-2.0.2-src

# Verify my signature,
gpg --verify apache-ambari-2.0.2-src.tar.gz.asc
apache-ambari-2.0.2-src.tar.gz
gpg: Signature made Fri Jul 31 18:36:49 2015 PDT using RSA key ID 392F57AC
gpg: Good signature from "Alejandro Fernandez (Apache Ambari Release
Management) <al...@apache.org>"

openssl md5 apache-ambari-2.0.2-src.tar.gz >
apache-ambari-2.0.2-src.tar.gz.md5    # and compare to the file I provided
openssl sha1 apache-ambari-2.0.2-src.tar.gz >
apache-ambari-2.0.2-src.tar.gz.sha1  # and compare to the file I provided

# I made sure ratcheck passes
cp -R apache-ambari-2.0.2-src apache-ambari-2.0.2-ratcheck
cd apache-ambari-2.0.2-ratcheck
mvn clean apache-rat:check

Thanks,
Alejandro Fernandez
Apache Ambari PMC