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/04/06 00:05:55 UTC

[Impala-CR](cdh5-trunk) Updates for new Kudu toolchain layout and upgrade Kudu

Casey Ching has uploaded a new change for review.

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

Change subject: Updates for new Kudu toolchain layout and upgrade Kudu
......................................................................

Updates for new Kudu toolchain layout and upgrade Kudu

The directory structure of the newer Kudu toolchain artifacts has
changed. Now the root directory is split into /release and /debug. A few
little updates are needed to the build and service scripts.

Since the toolchain no longer provides stubs for platforms that Kudu
doesn't support the stubs need to be generated. This will be done as
part of the toolchain bootstrapping.

Also this upgrades Kudu to 0.8 RC1.

Developers will need to run bin/create-test-configuration.sh after
pulling in this change. Otherwise the Kudu service will fail to start.

Change-Id: I625903bd92afece0ad819a96fc275d5812b5eb2a
---
M CMakeLists.txt
M bin/bootstrap_toolchain.py
M bin/impala-config.sh
M testdata/cluster/admin
M testdata/cluster/node_templates/cdh5/etc/init.d/kudu-common
M testdata/cluster/node_templates/cdh5/etc/init.d/kudu-master
M testdata/cluster/node_templates/cdh5/etc/init.d/kudu-tserver
7 files changed, 138 insertions(+), 32 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/20/2720/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2720
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I625903bd92afece0ad819a96fc275d5812b5eb2a
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Casey Ching <ca...@cloudera.com>