+1 I built the tarball and ran the unit tests on Ubuntu 15.10. Details: - cd apache-kudu-incubating-0.7.0/ - thirdparty/build-if-necessary.sh - mkdir -p build/debug - cd build/debug - cmake -GNinja ../.. - ninja - ctest -j8
On Thu, Feb 11, 2016 at 6:55 PM, Jean-Daniel Cryans <[email protected]> wrote: > Hi, > > Here's the second release candidate for Apache Kudu (incubating) 0.7.0. > > The is a source-only release. The artifacts were staged here: > https://dist.apache.org/repos/dist/dev/incubator/kudu/0.7.0-RC2/ > > It was built from this tag: > > https://git1-us-west.apache.org/repos/asf?p=incubator-kudu.git;a=commit;h=899d79a246161b4429663f23d135bc8fdcac4372 > > The list of all issues fixed is found following this link > < > https://issues.cloudera.org/issues/?jql=project%20%3D%20Kudu%20AND%20status%20in%20%20(Resolved)%20AND%20fixVersion%20%3D%200.7.0%20ORDER%20BY%20key%20ASC > > > . > > The following commits made it in since the last RC: > 899d79a Set -rpath in all thirdparty libs for compat with gold > a9af916 Reorg of release notes to be more flexible as we add more releases > in future > b3eb88e Update NOTICE.txt to include Apache copyright > > The release notes are found here (linking to github for prettier printing): > > https://github.com/cloudera/kudu/blob/0.7.0-RC2/docs/release_notes.adoc#release-notes-specific-to-0-7-0 > > KEYS file: > http://www.apache.org/dist/incubator/kudu/KEYS > > I'd suggest going through the README, building Kudu, and running the unit > tests. > > Please try the release and vote; vote will be open for at least 120 hours > (due to the long weekend in the US). > > Thanks, > > J-D >
