Re: [VOTE] Apache Slider Incubating Release 0.60.0-incubating RC1

2014-11-17 Thread Jon Maron
+1

- performed a build
- got a clean run of the full functional test suite against an up to date 
Ambari generated cluster:

Tests run: 54, Failures: 0, Errors: 0, Skipped: 2

-  Full unit test run came up clean:  

Tests run: 420, Failures: 0, Errors: 0, Skipped: 11

— Jon

On Nov 14, 2014, at 2:26 PM, Steve Loughran ste...@hortonworks.com wrote:

 Hi
 
 The updated RC1 release of slider is up for review and vote. Please
 download and review it
 
 
 all changes in this release are listed at:
 https://issues.apache.org/jira/browse/SLIDER/fixforversion/12327198/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel
 
 Main changes since the RC0
 
   - fixed license problem
   - SLIDER-647: allocation requests not being satisfied when a cluster
   goes to labels
   (the default placement policy is now lax, you can request strict on
   an application instance or component-by-component basis
   -
   - SLIDER-650 regression: local zk nodes not being deleted on instance
   destroy (well spotted Sumit!)
 
 Note that this is a source only release and we are voting on the source.
 
 artifacts at
 http://people.apache.org/~stevel/slider/slider-release-0.60.0-incubating-rc1
 
 source at
 https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;a=shortlog;h=refs/tags/release-0.60.0-incubating-rc0
 
 PGP keys at
 http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=ste...@apache.org
 
  Build instructions at:
 http://slider.incubator.apache.org/developing/building.html
 
Vote will be open for 72 hours
 
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove (and reason why)
 
 -Steve
 
 -- 
 CONFIDENTIALITY NOTICE
 NOTICE: This message is intended for the use of the individual or entity to 
 which it is addressed and may contain information that is confidential, 
 privileged and exempt from disclosure under applicable law. If the reader 
 of this message is not the intended recipient, you are hereby notified that 
 any printing, copying, dissemination, distribution, disclosure or 
 forwarding of this communication is strictly prohibited. If you have 
 received this communication in error, please contact the sender immediately 
 and delete it from your system. Thank You.


-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.


Re: [VOTE] Apache Slider Incubating Release 0.60.0-incubating RC1

2014-11-17 Thread Ted Yu
+1

verified licenses
ran test suite.

On Mon, Nov 17, 2014 at 10:24 AM, Billie Rinaldi billie.rina...@gmail.com
wrote:

 +1
 verified licenses, checksums, and signatures
 checked that the tarball, zip, and tag have the same contents
 ran basic tests

 On Fri, Nov 14, 2014 at 11:26 AM, Steve Loughran ste...@hortonworks.com
 wrote:

  Hi
 
  The updated RC1 release of slider is up for review and vote. Please
  download and review it
 
 
  all changes in this release are listed at:
 
 
 https://issues.apache.org/jira/browse/SLIDER/fixforversion/12327198/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel
 
  Main changes since the RC0
 
 - fixed license problem
 - SLIDER-647: allocation requests not being satisfied when a cluster
 goes to labels
 (the default placement policy is now lax, you can request strict
 on
 an application instance or component-by-component basis
 -
 - SLIDER-650 regression: local zk nodes not being deleted on instance
 destroy (well spotted Sumit!)
 
   Note that this is a source only release and we are voting on the source.
 
   artifacts at
 
 
 http://people.apache.org/~stevel/slider/slider-release-0.60.0-incubating-rc1
 
   source at
 
 
 https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;a=shortlog;h=refs/tags/release-0.60.0-incubating-rc0
 
   PGP keys at
  http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=ste...@apache.org
 
Build instructions at:
  http://slider.incubator.apache.org/developing/building.html
 
  Vote will be open for 72 hours
 
  [ ] +1 approve
  [ ] +0 no opinion
  [ ] -1 disapprove (and reason why)
 
  -Steve
 
  --
  CONFIDENTIALITY NOTICE
  NOTICE: This message is intended for the use of the individual or entity
 to
  which it is addressed and may contain information that is confidential,
  privileged and exempt from disclosure under applicable law. If the reader
  of this message is not the intended recipient, you are hereby notified
 that
  any printing, copying, dissemination, distribution, disclosure or
  forwarding of this communication is strictly prohibited. If you have
  received this communication in error, please contact the sender
 immediately
  and delete it from your system. Thank You.
 



Re: [VOTE] Apache Slider Incubating Release 0.60.0-incubating RC1

2014-11-15 Thread Gour Saha
+ 1

- successfully downloaded tarball
- verified md5, sha signatures
- followed the steps in the Getting Started guide
http://slider.incubator.apache.org/docs/getting_started.html and
successfully did all the following
  * built slider package - mvn clean site:site site:stage package
-DskipTests
  * ran all tests successfully - mvn
-Dslider.conf.dir=src/test/clusters/offline/slider/ clean install
  * created HBase application package
  * made config changes as per the guide, created a cluster and
successfully started the HBase application using Slider

-Gour


On Fri, Nov 14, 2014 at 2:28 PM, Sumit Mohanty smoha...@hortonworks.com
wrote:

 +1.

 Modify the following to rc1,

  source at
 

 https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;a=shortlog;h=refs/tags/release-0.60.0-incubating-rc0

 Verified SHA and MD5 for both the tar ball and the zip file.
 The pgp signatures also verify against the public key.

 Created a clean VM and used the tar ball to successfully build and run unit
 tests.

 The tar ball builds fine and all unit tests pass. I used mvn clean -X

 -Dslider.conf.dir=/usr/work/tar/apache-slider-0.60.0-incubating/src/test/clusters/offline/slider/
 package -Prat which is equivalent of what jenkins uses.

 A note may be added for the Incubator General vote email that the file

 ./apache-slider-0.60.0-incubating/slider-core/src/test/python/appdef_1.tar
 is not a binary file. Earlier it was raised as a question in case it is a
 binary file.

 thanks
 -Sumit

 On Fri, Nov 14, 2014 at 11:26 AM, Steve Loughran ste...@hortonworks.com
 wrote:

  Hi
 
  The updated RC1 release of slider is up for review and vote. Please
  download and review it
 
 
  all changes in this release are listed at:
 
 
 https://issues.apache.org/jira/browse/SLIDER/fixforversion/12327198/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel
 
  Main changes since the RC0
 
 - fixed license problem
 - SLIDER-647: allocation requests not being satisfied when a cluster
 goes to labels
 (the default placement policy is now lax, you can request strict
 on
 an application instance or component-by-component basis
 -
 - SLIDER-650 regression: local zk nodes not being deleted on instance
 destroy (well spotted Sumit!)
 
   Note that this is a source only release and we are voting on the source.
 
   artifacts at
 
 
 http://people.apache.org/~stevel/slider/slider-release-0.60.0-incubating-rc1
 
   source at
 
 
 https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;a=shortlog;h=refs/tags/release-0.60.0-incubating-rc0
 
   PGP keys at
  http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=ste...@apache.org
 
Build instructions at:
  http://slider.incubator.apache.org/developing/building.html
 
  Vote will be open for 72 hours
 
  [ ] +1 approve
  [ ] +0 no opinion
  [ ] -1 disapprove (and reason why)
 
  -Steve
 
  --
  CONFIDENTIALITY NOTICE
  NOTICE: This message is intended for the use of the individual or entity
 to
  which it is addressed and may contain information that is confidential,
  privileged and exempt from disclosure under applicable law. If the reader
  of this message is not the intended recipient, you are hereby notified
 that
  any printing, copying, dissemination, distribution, disclosure or
  forwarding of this communication is strictly prohibited. If you have
  received this communication in error, please contact the sender
 immediately
  and delete it from your system. Thank You.
 

 --
 CONFIDENTIALITY NOTICE
 NOTICE: This message is intended for the use of the individual or entity to
 which it is addressed and may contain information that is confidential,
 privileged and exempt from disclosure under applicable law. If the reader
 of this message is not the intended recipient, you are hereby notified that
 any printing, copying, dissemination, distribution, disclosure or
 forwarding of this communication is strictly prohibited. If you have
 received this communication in error, please contact the sender immediately
 and delete it from your system. Thank You.


-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.


Re: [VOTE] Apache Slider Incubating Release 0.60.0-incubating RC1

2014-11-15 Thread Josh Elser

+1

* Verified xsum/sigs
* Correct named files
* Checked LICENSE, NOTICE
* Ran unit tests

Was going to mention the need to include the SHA1 instead of the tag 
name when passing up to incubator-general, but you beat me to it, Steve :)


- Josh

Steve Loughran wrote:

Hi

The updated RC1 release of slider is up for review and vote. Please
download and review it


all changes in this release are listed at:
https://issues.apache.org/jira/browse/SLIDER/fixforversion/12327198/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel

Main changes since the RC0

- fixed license problem
- SLIDER-647: allocation requests not being satisfied when a cluster
goes to labels
(the default placement policy is now lax, you can request strict on
an application instance or component-by-component basis
-
- SLIDER-650 regression: local zk nodes not being deleted on instance
destroy (well spotted Sumit!)

  Note that this is a source only release and we are voting on the source.

  artifacts at
http://people.apache.org/~stevel/slider/slider-release-0.60.0-incubating-rc1

  source at
https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;a=shortlog;h=refs/tags/release-0.60.0-incubating-rc0

  PGP keys at
http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=ste...@apache.org

   Build instructions at:
http://slider.incubator.apache.org/developing/building.html

 Vote will be open for 72 hours

 [ ] +1 approve
 [ ] +0 no opinion
 [ ] -1 disapprove (and reason why)

-Steve



[VOTE] Apache Slider Incubating Release 0.60.0-incubating RC1

2014-11-14 Thread Steve Loughran
Hi

The updated RC1 release of slider is up for review and vote. Please
download and review it


all changes in this release are listed at:
https://issues.apache.org/jira/browse/SLIDER/fixforversion/12327198/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel

Main changes since the RC0

   - fixed license problem
   - SLIDER-647: allocation requests not being satisfied when a cluster
   goes to labels
   (the default placement policy is now lax, you can request strict on
   an application instance or component-by-component basis
   -
   - SLIDER-650 regression: local zk nodes not being deleted on instance
   destroy (well spotted Sumit!)

 Note that this is a source only release and we are voting on the source.

 artifacts at
http://people.apache.org/~stevel/slider/slider-release-0.60.0-incubating-rc1

 source at
https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;a=shortlog;h=refs/tags/release-0.60.0-incubating-rc0

 PGP keys at
http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=ste...@apache.org

  Build instructions at:
http://slider.incubator.apache.org/developing/building.html

Vote will be open for 72 hours

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove (and reason why)

-Steve

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.


Re: [VOTE] Apache Slider Incubating Release 0.60.0-incubating RC1

2014-11-14 Thread Sumit Mohanty
+1.

Modify the following to rc1,

 source at

https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;a=shortlog;h=refs/tags/release-0.60.0-incubating-rc0

Verified SHA and MD5 for both the tar ball and the zip file.
The pgp signatures also verify against the public key.

Created a clean VM and used the tar ball to successfully build and run unit
tests.

The tar ball builds fine and all unit tests pass. I used mvn clean -X
-Dslider.conf.dir=/usr/work/tar/apache-slider-0.60.0-incubating/src/test/clusters/offline/slider/
package -Prat which is equivalent of what jenkins uses.

A note may be added for the Incubator General vote email that the file
./apache-slider-0.60.0-incubating/slider-core/src/test/python/appdef_1.tar
is not a binary file. Earlier it was raised as a question in case it is a
binary file.

thanks
-Sumit

On Fri, Nov 14, 2014 at 11:26 AM, Steve Loughran ste...@hortonworks.com
wrote:

 Hi

 The updated RC1 release of slider is up for review and vote. Please
 download and review it


 all changes in this release are listed at:

 https://issues.apache.org/jira/browse/SLIDER/fixforversion/12327198/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel

 Main changes since the RC0

- fixed license problem
- SLIDER-647: allocation requests not being satisfied when a cluster
goes to labels
(the default placement policy is now lax, you can request strict on
an application instance or component-by-component basis
-
- SLIDER-650 regression: local zk nodes not being deleted on instance
destroy (well spotted Sumit!)

  Note that this is a source only release and we are voting on the source.

  artifacts at

 http://people.apache.org/~stevel/slider/slider-release-0.60.0-incubating-rc1

  source at

 https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;a=shortlog;h=refs/tags/release-0.60.0-incubating-rc0

  PGP keys at
 http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=ste...@apache.org

   Build instructions at:
 http://slider.incubator.apache.org/developing/building.html

 Vote will be open for 72 hours

 [ ] +1 approve
 [ ] +0 no opinion
 [ ] -1 disapprove (and reason why)

 -Steve

 --
 CONFIDENTIALITY NOTICE
 NOTICE: This message is intended for the use of the individual or entity to
 which it is addressed and may contain information that is confidential,
 privileged and exempt from disclosure under applicable law. If the reader
 of this message is not the intended recipient, you are hereby notified that
 any printing, copying, dissemination, distribution, disclosure or
 forwarding of this communication is strictly prohibited. If you have
 received this communication in error, please contact the sender immediately
 and delete it from your system. Thank You.


-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.