Hash and signature looks good. Should cmake_modules/* have license on them? E.g. FindBitsshuffl..., FindGFLags.cmake, etc. Some of the files in here have license, others do not.
docs/transaction_semantics is missing a license? I didn't look much beyond the above. There are some notes below on my bungling trying to build... St.Ack Tried to build on CentOS release 6.6 (Final) Built appropriate cmake. Then when I run it, got this far (though libatomic installed ... see below). Wrong version? Centos 6.6 not usual place to do a build? -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Failed -- Looking for __atomic_fetch_add_4 in atomic -- Looking for __atomic_fetch_add_4 in atomic - not found CMake Error at cmake/modules/CheckAtomic.cmake:36 (message): Host compiler appears to require libatomic, but cannot find it. Call Stack (most recent call first): cmake/config-ix.cmake:291 (include) CMakeLists.txt:360 (include) ... [stack@ve0524 debug]$ sudo yum install libatomic Loaded plugins: fastestmirror, priorities, security Setting up Install Process Loading mirror speeds from cached hostfile 124 packages excluded due to repository priority protections Package libatomic-4.9.0-6.1.1.el6.x86_64 already installed and latest version Nothing to do Tried to build docs and got this: [stack@ve0524 apache-kudu-incubating-0.7.0]$ pwd /home/stack/apache-kudu-incubating-0.7.0 [stack@ve0524 apache-kudu-incubating-0.7.0]$ make docs make: Nothing to be done for `docs'. "Also by default, building the CSD does not validate it, because (for the moment) this requires access to an internal Cloudera repository containing the validator maven plugin." Is above still the case? St.Ack 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 >
