Re: [VOTE] Apache Kudu 1.3.0 RC2

2017-03-16 Thread William Berkeley
+1

Built on OS X 10.11.6. All tests pass in debug mode.

-Will

On Wed, Mar 15, 2017 at 11:40 PM, Jean-Daniel Cryans 
wrote:

> +1
>
> Checked out the README, built everything on CentOS 6.6, 100% unit tests
> passed in RELEASE, and built YCSB against the maven repo:
>
> Downloaded:
> https://repository.apache.org/content/repositories/
> orgapachekudu-1008/org/apache/kudu/interface-annotations/1.
> 3.0/interface-annotations-1.3.0.jar
> (21 KB at 38.1 KB/sec)
> Downloaded:
> https://repository.apache.org/content/repositories/
> orgapachekudu-1008/org/apache/kudu/kudu-client/1.3.0/kudu-client-1.3.0.jar
> (7345 KB at 4483.9 KB/sec)
>
> J-D
>
> On Mon, Mar 13, 2017 at 9:50 AM, Todd Lipcon  wrote:
>
> > Hi,
> >
> > The Apache Kudu team is happy to announce the second release candidate
> for
> > Apache Kudu 1.3.0.
> >
> > Apache Kudu 1.3 is a minor release which adds various new features,
> > improvements, bug fixes, and optimizations on top of Kudu 1.2. Highlights
> > include significantly improved support for security, garbage collection
> of
> > historical data, and lower space consumption in default configurations.
> > Please see the release notes for details.
> >
> > Thanks to the 25 developers who contributed code or documentation to this
> > release!
> >
> > The is a source-only release. The artifacts were staged here:
> > https://dist.apache.org/repos/dist/dev/kudu/1.3.0-RC2/
> >
> > Java convenience binaries in the form of a Maven repository are staged
> > here:
> > https://repository.apache.org/content/repositories/orgapachekudu-1008/
> > (note that the Java source did not change between RC1 and RC2 so I didn't
> > rebuild)
> >
> > It was built from this tag:
> > https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
> > 00813f96b9cb0c9ec57a17e5c85242f7679db0e0
> >
> > The release notes can be found here (some links from this document will
> > only work when this version is released):
> > *https://github.com/apache/kudu/blob/branch-1.3.x/docs/
> release_notes.adoc
> >  release_notes.adoc
> > >*
> >
> > KEYS file:
> > http://www.apache.org/dist/kudu/KEYS
> >
> > I'd suggest going through the README, building Kudu, and running the
> > unit tests. Testing out the Maven repo would also be appreciated.
> >
> > The vote will run until Thursday, 3/16 at 10AM PDT.
> >
> > Thanks,
> > Todd
> >
> > --
> > Todd Lipcon
> > Software Engineer, Cloudera
> >
>


Re: [VOTE] Apache Kudu 1.3.0 RC2

2017-03-15 Thread Jean-Daniel Cryans
+1

Checked out the README, built everything on CentOS 6.6, 100% unit tests
passed in RELEASE, and built YCSB against the maven repo:

Downloaded:
https://repository.apache.org/content/repositories/orgapachekudu-1008/org/apache/kudu/interface-annotations/1.3.0/interface-annotations-1.3.0.jar
(21 KB at 38.1 KB/sec)
Downloaded:
https://repository.apache.org/content/repositories/orgapachekudu-1008/org/apache/kudu/kudu-client/1.3.0/kudu-client-1.3.0.jar
(7345 KB at 4483.9 KB/sec)

J-D

On Mon, Mar 13, 2017 at 9:50 AM, Todd Lipcon  wrote:

> Hi,
>
> The Apache Kudu team is happy to announce the second release candidate for
> Apache Kudu 1.3.0.
>
> Apache Kudu 1.3 is a minor release which adds various new features,
> improvements, bug fixes, and optimizations on top of Kudu 1.2. Highlights
> include significantly improved support for security, garbage collection of
> historical data, and lower space consumption in default configurations.
> Please see the release notes for details.
>
> Thanks to the 25 developers who contributed code or documentation to this
> release!
>
> The is a source-only release. The artifacts were staged here:
> https://dist.apache.org/repos/dist/dev/kudu/1.3.0-RC2/
>
> Java convenience binaries in the form of a Maven repository are staged
> here:
> https://repository.apache.org/content/repositories/orgapachekudu-1008/
> (note that the Java source did not change between RC1 and RC2 so I didn't
> rebuild)
>
> It was built from this tag:
> https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
> 00813f96b9cb0c9ec57a17e5c85242f7679db0e0
>
> The release notes can be found here (some links from this document will
> only work when this version is released):
> *https://github.com/apache/kudu/blob/branch-1.3.x/docs/release_notes.adoc
>  >*
>
> KEYS file:
> http://www.apache.org/dist/kudu/KEYS
>
> I'd suggest going through the README, building Kudu, and running the
> unit tests. Testing out the Maven repo would also be appreciated.
>
> The vote will run until Thursday, 3/16 at 10AM PDT.
>
> Thanks,
> Todd
>
> --
> Todd Lipcon
> Software Engineer, Cloudera
>


Re: [VOTE] Apache Kudu 1.3.0 RC2

2017-03-13 Thread Adar Dembo
+1

Built on Ubuntu 16.04.
Ran all tests in debug mode.
- tablet_peer-test failed, but the failure is tracked by the flaky
test dashboard.
Ran all tests in release mode.
- negotiation-test failed, but probably a flake too (passed the next
time through).
Examined symbols in libkudu_client_exported.so looking for any issues.

On Mon, Mar 13, 2017 at 9:50 AM, Todd Lipcon  wrote:
> Hi,
>
> The Apache Kudu team is happy to announce the second release candidate for
> Apache Kudu 1.3.0.
>
> Apache Kudu 1.3 is a minor release which adds various new features,
> improvements, bug fixes, and optimizations on top of Kudu 1.2. Highlights
> include significantly improved support for security, garbage collection of
> historical data, and lower space consumption in default configurations.
> Please see the release notes for details.
>
> Thanks to the 25 developers who contributed code or documentation to this
> release!
>
> The is a source-only release. The artifacts were staged here:
> https://dist.apache.org/repos/dist/dev/kudu/1.3.0-RC2/
>
> Java convenience binaries in the form of a Maven repository are staged here:
> https://repository.apache.org/content/repositories/orgapachekudu-1008/
> (note that the Java source did not change between RC1 and RC2 so I didn't
> rebuild)
>
> It was built from this tag:
> https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=00813f96b9cb0c9ec57a17e5c85242f7679db0e0
>
> The release notes can be found here (some links from this document will
> only work when this version is released):
> *https://github.com/apache/kudu/blob/branch-1.3.x/docs/release_notes.adoc
> *
>
> KEYS file:
> http://www.apache.org/dist/kudu/KEYS
>
> I'd suggest going through the README, building Kudu, and running the
> unit tests. Testing out the Maven repo would also be appreciated.
>
> The vote will run until Thursday, 3/16 at 10AM PDT.
>
> Thanks,
> Todd
>
> --
> Todd Lipcon
> Software Engineer, Cloudera