You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 18:58:29 UTC

[kudu-CR](branch-0.7.0) docs: update build-from-source instructions for blessed build layout

Jean-Daniel Cryans has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2017

Change subject: docs: update build-from-source instructions for blessed build layout
......................................................................

docs: update build-from-source instructions for blessed build layout

I'm not convinced that this makes sense; in my opinion, installation.adoc
isn't intended for Kudu developers, but for people running on platforms for
which we lack prebuilt binaries. JD pointed out that the Java client build
muddies this somewhat, as it's reasonable to expect these people to want to
build the Java client, and by default maven will run unit tests, which will
fail unless they're using the blessed build layout (or pass -DbinDir).

Anyway, the blessed build layout doesn't actually hurt casual
build-from-source people; it's just more complexity.

I also removed the various mentions of openssl-devel as with the dlopen()
change to squeasel it's no longer necessary for building.

Change-Id: Ic482c084397d13a0fd9e0b3e710449bc5cd866c4
Reviewed-on: http://gerrit.cloudera.org:8080/1997
Tested-by: Kudu Jenkins
Reviewed-by: Jean-Daniel Cryans
(cherry picked from commit cf1acc6bee8352898a5a164790a26dd2dcc25071)
---
M docs/installation.adoc
1 file changed, 37 insertions(+), 46 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/17/2017/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2017
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic482c084397d13a0fd9e0b3e710449bc5cd866c4
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: branch-0.7.0
Gerrit-Owner: Jean-Daniel Cryans
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>