+1

- checked signatures and checksums
- verified that if I generate a source release from the same git tag,
I get the same tarball that JD uploaded (md5sum
8c0f022b16b35bca003d5cfb261cc6e8 on the gunzipped tar file)
- built a release build on CentOS 6.6
- built a debug build on Ubuntu 14.04 (verified the gold issue from
rc1 is fixed)
- ran c++ tests on both builds. Got a few failures on the CentOS 6
box, but verified they're all known flakies (listed here
http://dist-test.cloudera.org:8080/) and skimmed the logs to make sure
they were timing issues rather than anything bad.
- java tests don't pass from within the tarball without specifying a
'-DbinDir=$(pwd)/../build/latest/bin' flag. The auto-detection of the
build dir relies on being inside a git repo. I verified that passing
that flag fixed the issue and client tests passed.
-- I hit https://issues.cloudera.org/browse/KUDU-1318 on the two
integration tests, but don't think it's a blocker, given it's a known
test issue (and we have tested recent builds on a yarn cluster)
- python tests passed
- ran a cluster with three TS and one master, verified web UIs looked fine.

-Todd


On Fri, Feb 12, 2016 at 2:48 PM, Adar Dembo <[email protected]> wrote:
> +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
>>



-- 
Todd Lipcon
Software Engineer, Cloudera

Reply via email to