+1 Tested on RHEL 7.2, all tests passed except what is noted below for Python 3 .
2 known issues were presented with Python 3, neither of these are blockers: - setup.py contained multiprocessing as a test dependency, however this is included as a standard library in all version of python since 2.6. Unfortunately, the automatic install of multiprocessing from setup.py in python 3 fails because of an invalid print statement. This issue was fixed in https://gerrit.cloudera.org/#/c/5059/. The scope of this issue is limited to python 3 unittests, only when kicked off via `python setup.py test`. - Python 3 failure for TestSchema.test_unsupported_col_spec_methods_for_create_table. This was found last night and fixed with https://gerrit.cloudera.org/#/c/5087/. This scope of this issue is minimal, and realistically limited to this test case. Jordan On Mon, Nov 14, 2016 at 8:49 PM Dan Burkert <danburk...@apache.org> wrote: > +1 > > Built and tested on OS X 10.10 in debug mode, and checked hashes and > signature. > > A few of the tests failed, but these are expected for this release (and > have already been fixed on master): > > * client_samples-test > * external_mini_cluster-test > * sasl_rpc-test > * pstack_watcher-test > > sasl_rpc-test hangs, so I ran the tests using 'ctest -E sasl_rpc-test' to > work around it. > > - Dan > > On Mon, Nov 14, 2016 at 4:26 PM, Todd Lipcon <t...@apache.org> wrote: > > > Hi, > > > > The Apache Kudu team is happy to announce the first release candidate for > > Apache Kudu 1.1.0. > > > > Apache Kudu 1.1 is a minor release which adds various new features, > > improvements, bug fixes, and optimizations on top of Kudu 1.0. Please see > > the release notes for details. > > > > The is a source-only release. The artifacts were staged here: > > https://dist.apache.org/repos/dist/dev/kudu/1.1.0-RC1/ > > > > Java convenience binaries in the form of a Maven repository are staged > > here: > > https://repository.apache.org/content/repositories/orgapachekudu-1005/ > > > > It was built from this tag: > > https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h= > > 3f64b68724ded320a31b69467c5a5f7744b07a50 > > > > 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.1.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. > > > > While voting, please note that there are some known test failures on RHEL > > 6: > > - sasl_rpc-test fails in ASAN builds due to a memory leak in libkrb5.so > > - external_mini_cluster-test fails in RELEASE builds due to a bug in MIT > > Kerberos 1.10 (the workaround is in progress) > > These are test-only issues related to in-progress security work which is > > not yet supported in Kudu 1.1. Please disregard such failures when > voting. > > > > Please try the release and vote; the vote will end in 72 hours (on > > 11/17/2016 at 4:30pm PST). > > > > Thanks, > > Todd > > >