-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50421/
-----------------------------------------------------------
(Updated Aug. 4, 2016, 8:49 p.m.)
Review request for mesos, Alex Clemmer and Joseph Wu.
Changes
-------
This path is required to handle the new installation structure with
cmake builds. Earlier on auto tools zookeeper jar would be found at
<BUILD_ROOT>/3rdparty/zookeeper-3.4.8/zookeeper-3.4.8.jar and with
cmake build system we have an additional directory structure added like
<BUILD_ROOT>/3rdparty/zookeeper-3.4.8/src/zookeeper-3.4.8/zookeeper-3.4.8.jar.
This patch allows to set classpath from any of these locations by looking for
both.
Bugs: MESOS-5905
https://issues.apache.org/jira/browse/MESOS-5905
Repository: mesos
Description (updated)
-------
Added code to detect proper zookeeper home directory.
Diffs (updated)
-----
src/tests/zookeeper.cpp d29b100b9d38f2c70160cbd59dfffdcbd1690f47
Diff: https://reviews.apache.org/r/50421/diff/
Testing
-------
cmake && make
test with autotools to make sure the tests run.
Thanks,
Srinivas Brahmaroutu
|