Hello Kudu Jenkins, Grant Henke, Todd Lipcon,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/12847
to look at the new patch set (#2).
Change subject: [KUDU-1344] Part 1: cmake install for executables
......................................................................
[KUDU-1344] Part 1: cmake install for executables
This change adds cmake install commands for
kudu, kudu-tserver and kudu-master executables.
Running 'sudo make install' installs the following:
- kudu-tserver and kudu-master executables in /usr/local/sbin
- Kudu client executable in /usr/local/bin
- Kudu client library in /usr/local/lib/
- Kudu client headers in /usr/local/include/kudu
This change also adds 3 cmake flags (ON by default):
- KUDU_CLIENT_INSTALL
- KUDU_TSERVER_INSTALL
- KUDU_MASTER_INSTALL
setting these flags to ON directs cmake to skip
corresponding install commands.
Update documentation to reflect these changes.
Change-Id: Ic020941343efc9192bf615c0c8a30b3d9eee91d7
---
M docs/installation.adoc
M src/kudu/master/CMakeLists.txt
M src/kudu/tools/CMakeLists.txt
M src/kudu/tserver/CMakeLists.txt
4 files changed, 123 insertions(+), 47 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/47/12847/2
--
To view, visit http://gerrit.cloudera.org:8080/12847
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic020941343efc9192bf615c0c8a30b3d9eee91d7
Gerrit-Change-Number: 12847
Gerrit-PatchSet: 2
Gerrit-Owner: Greg Solovyev <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Greg Solovyev <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Todd Lipcon <[email protected]>