Hello Marton Greber, Kudu Jenkins, Abhishek Chennaka, Joe McDonnell, Michael
Smith,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24435
to look at the new patch set (#5).
Change subject: KUDU-3780: introduce KUDU_CLIENT_ONLY build option
......................................................................
KUDU-3780: introduce KUDU_CLIENT_ONLY build option
This changelist introduces a shortcut to build only the kudu_client C++
library and a subset of 3rd-party components required by dependency.
The docs/installation.adoc has been updated accordingly, and below
is an excerpt:
To build a subset of 3rd-party components, specify 'client_only'
command-line argument to the build-if-necessary.sh script:
$ ./thirdparty/build-if-necessary.sh client_only
With the subset of the 3rd-party components built, run cmake specifying
-DKUDU_CLIENT_ONLY=1:
$ ../../thirdparty/installed/common/bin/cmake \
-DCMAKE_BUILD_TYPE=release \
-DKUDU_CLIENT_ONLY=1 \
../..
And then run make specifying 'kudu_client_exported' and
'kudu_client' targets:
$ make kudu_client kudu_client_exported
Change-Id: Ibc8b021e03808a3ca8da6cfff617bc913772f271
---
M CMakeLists.txt
M docs/installation.adoc
M src/kudu/util/CMakeLists.txt
M thirdparty/build-if-necessary.sh
M thirdparty/build-thirdparty.sh
5 files changed, 274 insertions(+), 173 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/35/24435/5
--
To view, visit http://gerrit.cloudera.org:8080/24435
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibc8b021e03808a3ca8da6cfff617bc913772f271
Gerrit-Change-Number: 24435
Gerrit-PatchSet: 5
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>