You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Casey Ching (Code Review)" <ge...@cloudera.org> on 2016/03/25 09:37:47 UTC

[Toolchain-CR] Add Kudu using parcels

Casey Ching has uploaded a new change for review.

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

Change subject: Add Kudu using parcels
......................................................................

Add Kudu using parcels

As a quick way to get started, Kudu will be obtained from the Cloudera
parcel repository. Kudu parcels are currently only available for a few
operating systems. For operating systems that don't have a parcel, a
stubbed client is generated. The stub client only provides the same
symbols that the real client would provide. The stub is useful for
building but it is non-functional and its methods should not be called.

In a later version, Kudu will be built from source. That will allow for
building arbitrary non-released versions.

Change-Id: Ie177b8eb3c36c04bd4e2d5257c68e87b000cae85
---
M buildall.sh
M functions.sh
M init.sh
A source/kudu/build.sh
A source/kudu/gen-stub-so.py
5 files changed, 174 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Toolchain refs/changes/27/2627/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2627
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie177b8eb3c36c04bd4e2d5257c68e87b000cae85
Gerrit-PatchSet: 1
Gerrit-Project: Toolchain
Gerrit-Branch: master
Gerrit-Owner: Casey Ching <ca...@cloudera.com>